.c-img {
  display: block;
  position: relative;
  padding-top: 66%; }
  .c-img img, .c-img .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit; }
.hv-scale1 {
  overflow: hidden;
  display: block; }
  .hv-scale1 img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .hv-scale1:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
.hv-light {
  display: block;
  position: relative;
  overflow: hidden;
  background: inherit; }
  .hv-light:before, .hv-light:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
  .hv-light:before {
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  .hv-light:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.75s ease-in-out;
    -khtml-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
  .hv-light:hover:before {
    background: rgba(0, 231, 242, 0); }
  .hv-light:hover:after {
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }
.s-content {
  font-size: 1.5rem; }
  .s-content ol {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 10px; }
  .s-content ul {
    list-style: initial;
    margin-left: 15px;
    margin-bottom: 10px; }
  .s-content li {
    list-style: inherit;
    margin-bottom: 5px; }
  .s-content p {
    margin-bottom: 10px; }
  .s-content img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    object-fit: contain; }
  .s-content table, .s-content iframe {
    max-width: 100%; }
  .s-content table {
    border-collapse: collapse;
    width: 100%;
    border: solid 1px #ebebeb; }
    .s-content table td {
      border-collapse: collapse;
      border: solid 1px #ebebeb;
      padding: 3px; }
  .s-content h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold; }
  .s-content h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold; }
  .s-content h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold; }
  .s-content h4 {
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold; }
  .s-content h5 {
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold; }
  .s-content h6 {
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
ol, ul {
  list-style: none; }
blockquote, q {
  display: block;
  width: 100%;
  word-break: break-word;
  quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }
a {
  color: inherit;
  background-color: transparent;
  text-decoration: none; }
a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: none; }
b, strong {
  font-weight: bolder; }
small {
  font-size: 80%; }
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sub {
  bottom: -0.25em; }
sup {
  top: -0.5em; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
:focus {
  outline: 0; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }
img {
  border-style: none; }
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; }
button:focus, input:focus, button:active, input:active {
  outline: 0;
  box-shadow: none; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }
textarea {
  overflow: auto;
  vertical-align: top; }
[type="checkbox"],
[type="radio"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  outline-offset: -2px; }
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }
details {
  display: block; }
summary {
  display: list-item; }
template {
  display: none; }
[hidden] {
  display: none; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 600;
  font-display: swap; }
img {
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover; }
button:focus {
  outline: none; }
form input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2c3e50; }
form input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #2c3e50; }
form input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #2c3e50; }
form input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #2c3e50; }
input, input:focus {
  outline: none; }
textarea, textarea:focus {
  outline: none; }
html {
  font-size: 62.5%; }
body {
  max-width: 1920px;
  margin: auto;
  font-family: Arial, Helvetica, "Roboto", Sans-Serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333333;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
.smooth {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.cursor {
  cursor: pointer; }
.f_roboto {
  font-family: 'Roboto';
  font-weight: normal; }
.b_roboto {
  font-family: 'Roboto';
  font-weight: bold; }
.m_roboto {
  font-family: 'Roboto';
  font-weight: 500; }
.l_roboto {
  font-family: 'Roboto';
  font-weight: 600; }
.font13 {
  font-size: 1.3rem; }
.font14 {
  font-size: 1.4rem; }
.font15 {
  font-size: 1.5rem; }
.font16 {
  font-size: 1.6rem; }
.font18 {
  font-size: 1.8rem; }
.font20 {
  font-size: 2rem; }
.font22 {
  font-size: 2.2rem; }
.font24 {
  font-size: 2.4rem; }
.line_h18 {
  line-height: 18px; }
.map iframe {
  width: 100%;
  height: 45rem; }
.bg_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
.border-rd50 {
  border-radius: .50rem; }
.border-1 {
  border: 1px solid #d7d7d7; }
.bg_white {
  background-color: #ffffff; }
.bg-blue {
  background: #0b8bba; }
.cl_white {
  color: #ffffff; }
.cl_25 {
  color: #252525; }
.cl_vang {
  color: #ffff00; }
.text-yl {
  color: #dcf100; }
.fs-16 {
  font-size: 1.6rem; }
.hv_text:hover {
  color: #eb1111; }
.hv_text2:hover {
  color: #005191; }
.row10 {
  margin-left: -10px;
  margin-right: -10px; }
.col10 {
  padding-right: 10px;
  padding-left: 10px; }
.row5 {
  margin-left: -5px;
  margin-right: -5px; }
.col5 {
  padding-right: 5px;
  padding-left: 5px; }
.row2 {
  margin-left: -2px;
  margin-right: -2px; }
.col2 {
  padding-right: 2px;
  padding-left: 2px; }
.z-index10 {
  z-index: 10; }
.back-to-top {
  position: fixed;
  top: 80%;
  right: 10px;
  color: #fff;
  background: rgba(207, 179, 106, 0.69);
  border: 1px solid rgba(207, 179, 106, 0.69);
  border-radius: 50%;
  z-index: 9999;
  display: none; }
  .back-to-top i.fa.fa-arrow-up {
    width: 40px;
    height: 40px;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    display: flex; }
  .back-to-top:hover {
    border-color: #cfb36a;
    background: #cfb36a; }
.breadcrumb {
  padding: 1.2rem 0;
  margin-bottom: 0;
  align-items: center;
  background-color: transparent; }
  .breadcrumb .breadcrumb-item {
    color: #C0C0C0;
    font-size: 1.5rem;
    font-family: 'Roboto';
    font-weight: normal;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-family: 'FontAwesome';
    content: "|";
    padding: 0 .5rem;
    font-size: 2rem;
    color: #C0C0C0; }
  .breadcrumb .breadcrumb-item:hover {
    color: #000000; }
  .breadcrumb .breadcrumb-item:last-child {
    color: #000000; }
    .breadcrumb .breadcrumb-item:last-child:hover {
      color: #000000; }
.te_pagination a, .te_pagination strong {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 5px 10px;
  line-height: 26px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto';
  font-weight: normal;
  background: #ebebeb;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
.te_pagination strong {
  color: white; }
.te_pagination a {
  color: #376a9d; }
.te_pagination a:last-child {
  top: 2px; }
.te_pagination strong, .te_pagination a:hover {
  color: white;
  background: #376a9d;
  text-align: center; }
  .main-pro,.main-pro-cate {
    margin-top: 120px;}
  .main-content-first {
    max-width: 1200px;
    margin: auto;
    /*padding: 0 20px;*/
      
  }
  .body-cate {
    max-width: 660px;}
  .body-cate .item-body .name {
    color: #000000;
    font-family: 'Roboto';
    font-size: 1.5rem;
    line-height: 24px;
    font-weight: bold;}
  .body-cate .item-body .name:hover {
    color: #364795;}
  .readmore .read_more {
    color: #ea0000;}
  .readmore .read_more:hover {
    color: #ea0000;}
  .phantrang .te-pagination strong, 
  .phantrang .te-pagination a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    min-width: 30px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}
  .phantrang .te-pagination a {
    color: #364795;
    border: 1px solid #364795;}
  .phantrang .te-pagination strong, 
  .phantrang .te-pagination a:hover {
    color: #fff;
    background: #364795;}
@media all and (max-width: 767px) {
  .te_pagination a, .te_pagination strong {
    width: 45px;
    height: 40px;
    font-size: 15px;
    margin: 0 3px 10px; } }
.header--fixed {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 888; height:54px; }
.header--fixed.top {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
.header--fixed.not-top {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  position: fixed; }
.header--fixed.slideDown.not-top {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
.header--fixed.slideDown.top {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  position: fixed; }
.header--fixed.slideUp.not-top {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }
.header--fixed.slideUp.top {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute; }
.item-pro1 {
	background-color: #de1110;}
.item-pro1 .c-img {
	padding-top: 80%;}
.item-pro1 img{
    object-fit:contain;
}
@media all and (min-width: 1300px) {
  .container {
    max-width: 1300px; } }
header {
  background-color: #b51100; }
  header .container {
    padding-top: 15px;
    padding-bottom: 15px; }
  header .logo-header img {
    object-fit: contain; }
  header .menu-desktop {
    height: 100%; }
    header .menu-desktop ul {
      display: flex;
      align-items: center;
      justify-content: end; }
      header .menu-desktop ul li {
        position: relative; }
        header .menu-desktop ul li a {
          display: block;
          padding: 5px 15px;
          font-size: 18px;
          line-height: 24px;
          color: #fff;
          background-color: transparent; }
          header .menu-desktop ul li a.active {
            color: #fef201; }
        header .menu-desktop ul li:hover {
          color: #fef201; }
        header .menu-desktop ul li ul {
          position: absolute;
          width: 250px;
          top: 100%;
          right: 0;
          padding-top: 10px;
          display: block;
          z-index: 999;
          opacity: 0;
          pointer-events: none;
          visibility: hidden;
          -webkit-transform: translateY(10px);
          -moz-transform: translateY(10px);
          -o-transform: translateY(10px);
          -ms-transform: translateY(10px);
          transform: translateY(10px);
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          header .menu-desktop ul li ul li {
            position: relative;
            display: block; }
            header .menu-desktop ul li ul li a {
              color: #fff;
              display: block;
              background: #0b8bba;
              border-bottom: dashed thin #fff;
              padding: 10px 15px;
              font-size: 14px; }
            header .menu-desktop ul li ul li:hover > a {
              color: #fef201; }
            header .menu-desktop ul li ul li ul {
              position: absolute;
              top: 0;
              left: 100%;
              padding-top: 0;
              padding-left: 5px; }
            header .menu-desktop ul li ul li:last-child a {
              border-bottom: none; }
        header .menu-desktop ul li:hover ul {
          pointer-events: all;
          opacity: 1;
          visibility: visible;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -ms-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -o-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); }
  header .search-desktop {
    height: 100%; }
    header .search-desktop .icon-menu1 {
      display: none;
      color: #fff;
      font-size: 20px;
      cursor: pointer; }
      header .search-desktop .icon-menu1:hover {
        color: #005191; }
.item-pro1 .info-pro {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 5px 8px;
  z-index: 10;
  background: #000000ad; }
  .item-pro1 .info-pro .name-pro a {
    color: #fff; }
  .item-pro1 .info-pro .time-pro {
    color: #fff; }
.item-pro1:hover .name-pro a {
  color: #ff0000; }
.title-pro2 {
  font-weight: bold;
  line-height: 28px;
  color: #0b8bba; }
.slidebar-right .title-slidebar {
  padding: 5px;
  background-color: #ff0000; }
  .slidebar-right .title-slidebar img {
    width: 50px; }
  .slidebar-right .title-slidebar .name-slidebar {
    padding: 0 10px;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px; }
.list-tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list-tag .item-tag {
    min-width: 100px;
    padding: 3px 10px;
    margin: 5px;
    line-height: 20px;
    color: #a5a5a5;
    border: 1px solid #a5a5a5;
    background-color: #fff;
    text-align: center; }
    .list-tag .item-tag:hover {
      color: #ff0000;
      border-color: #ff0000; }
.item-lode-new {
  border-radius: 5px;
  border: 1px solid #802000;
  background-color: #802000;
  background-image: linear-gradient(#802000, #ea0000);
  transition: .4s ease-in-out; }
  .item-lode-new .img-new {
    width: 30px; }
    .item-lode-new .img-new img {
      width: 25px; }
  .item-lode-new .ct-pronew {
    padding-left: 5px;
    width: calc(100% - 40px);
    color: #fff; }
    .item-lode-new .ct-pronew .name-pro2 {
      font-weight: 600;
      font-size: 15px; }
  .item-lode-new:hover {
    background-color: #fff;
    background-image: linear-gradient(#fff, #fff); }
    .item-lode-new:hover .ct-pronew {
      color: #ff0000; }
.c-img.item-banner2 {
  padding-top: 55%; }
.footer2 {
  background-color: #e1e1e1; }
  .footer2 .copy-right1 {
    font-family: 'Roboto';
    font-size: 15px;
    color: #252525; }
.s-content {
  line-height: 1.5;
  font-size: 1.6rem; }
#box_kqxs_minhngoc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px; }
  #box_kqxs_minhngoc .title {
    padding: 15px; }
.entry table {
  width: 100% !important; }
  .entry table tr, .entry table th, .entry table td {
    padding: 10px;
    width: auto !important;
    height: auto !important;
    white-space: normal !important;
    border: 1px solid #ccc; }
.item-body {
  font-size: 1.6rem; }
  .item-body .form-control {
    font-size: 1.6rem; }
.text-red {
  color: #ff0000; }
.sideban {
  margin-bottom: 10px; }
.box-sha {
  box-shadow: 0 0 5px 1px #00000085; }
.br-5 {
  border-radius: 5px; }
.entry-title {
  font-size: 2.5rem; }
.area-xoso {
  padding: 10px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: #da251c;
  font-size: 27px; }
.table {
  display: table;
  margin: 0; }
.result table tr td, .result table tr th {
  text-align: center;
  vertical-align: middle; }
tr.on.td-bg-xanh {
  background-color: #0b55a4;
  color: #fff; }
::-webkit-scrollbar {
  width: 6px; }
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff; }
::-webkit-scrollbar-thumb {
  background: #0188fd;
  cursor: pointer; }
::-webkit-scrollbar-thumb:hover {
  background: #0188fd; }
.a_default:hover {
  text-decoration: underline; }
/*# sourceMappingURL=style.css.map */

.gachthe {
    max-width: 250px;
    margin: 0px auto 100px;
}

.gachthe select {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
}
.gachthe input {
  margin-bottom: 15px;
}
form.form-group.cart button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 100%;
  color: white;
  margin-top: 15px;
  text-transform: uppercase;
}
.send-info button {
    width: 100%;
    font-size: 14px;
    background-color: #007bff;
    border-color: #007bff;
    text-transform: uppercase;
}
.box-border {
  border: 5px solid black;
  display: block;
  margin:5px 0;
  border-color: red;
  animation-name: flash_border;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash_border;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: flash_border;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
}

@keyframes flash_border {
  0% {
    border-color: #FFA07A;
  }
  50% {
    border-color: #FF4500;
  }
  100% {
    border-color: #00FF00;
  }
}

@-webkit-keyframes flash_border {
  0% {
    border-color: #FFA07A;
  }
  50% {
    border-color: #FF4500;
  }
  100% {
    border-color: #00FF00;
  }
}

@-moz-keyframes flash_border {
  0% {
    border-color: #FFA07A;
  }
  50% {
    border-color: #FF4500;
  }
  100% {
    border-color: #00FF00;
  }
}