html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  overflow-x: hidden; }

body,
div,
ul,
li,
ol,
dl,
dt,
dd,
input,
h1,
h2,
h3,
h4,
h5,
h6,
span,
strong,
img,
p {
  margin: 0;
  padding: 0;
  border: none; }

img,
video {
  max-width: 100%;
  vertical-align: middle;
  height: auto; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.ctn:before,
.ctn:after {
  content: " ";
  display: table; }

.ctn:after {
  clear: both; }

.row:before,
.row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.ctn {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

@font-face {
  font-family: mo;
  src: url(../f/Montserrat-Regular.ttf);
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: mo-m;
  src: url(../f/Montserrat-Medium.ttf);
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: mo-b;
  src: url(../f/Montserrat-Bold.ttf);
  font-weight: normal;
  font-display: swap; }
@font-face {
  font-family: mo-bl;
  src: url(../f/Montserrat-Black.ttf);
  font-weight: normal;
  font-display: swap; }
body {
  position: relative;
  font-family: mo;
  color: #000;
  font-size: 18px;
  line-height: 1.5em; }

@media (min-width: 1300px) {
  .ctn {
    width: 1300px; } }
@media (min-width: 1420px) {
  .ctn {
    width: 1420px; } }
#dau {
  position: fixed;
  width: 100%;
  height: 100%; }

#dau #dau1 {
  position: fixed;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  height: 100%; }

#dau #dau1 video {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%; }

#dau .logo {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -120px;
  filter: brightness(0) invert(1);
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

#dau video {
  max-width: 100%;
  width: 100%;
  height: 100%; }

#dau .dangnhap {
  width: 50%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 30%;
  left: 25%;
  background: rgba(29, 45, 104, 0.9);
  border-radius: 28px;
  padding: 40px 50px; }

#dau .dangnhap h3 {
  text-align: center;
  font-family: mo-b;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 20px; }

#dau .dangnhap h3 span {
  display: inline-block;
  background: -webkit-linear-gradient(-21deg, #b9a354, #fdfeba, #e8cf7b, #fdfeba, #e8cf7b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center; }

#dau .dangnhap input,
#dau .dangnhap .send {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 0 30px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px; }

#dau .dangnhap .send {
  width: 400px;
  font-size: 24px;
  font-family: mo-b;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  color: #1d2d68; }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

.thum {
  background: #f4f4f4;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%; }

.thum img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%; }

.thum video {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%; }

#gioi_thieu,
#man_doi {
  position: fixed;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  height: 100%; }

#gioi_thieu video,
#man_doi video {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 50%;
  -o-object-position: 50% 50%;
  width: 100%;
  height: 100%; }

.tit {
  font-family: mo-b;
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #fff;
  padding: 60px 0 30px;
  text-transform: uppercase; }

#ket_qua .tt_kh,
#ket_qua_vi .tt_kh {
  background: url(../i/s1.jpg) no-repeat center;
  background-size: cover; }

#ket_qua .logo_h,
#ket_qua_vi .logo_h {
  text-align: center;
  padding-top: 30px; }

#ket_qua .logo_h img,
#ket_qua_vi .logo_h img {
  filter: brightness(0) invert(1); }

#ket_qua h1,
#ket_qua_vi h1 {
  line-height: 92px;
  text-align: center;
  margin: 40px 0 70px; }

#ket_qua h1 span,
#ket_qua_vi h1 span {
  display: inline-block;
  padding: 0 50px;
  background: #fff;
  border-radius: 50px;
  font-size: 36px;
  color: #1d2d5b;
  font-weight: normal;
  font-family: mo-b;
  text-transform: uppercase; }

#ket_qua .t,
#ket_qua_vi .t {
  text-align: center; }

#ket_qua .t span,
#ket_qua_vi .t span {
  display: inline-block;
  padding: 0 50px;
  background: #1d2d5b;
  border-radius: 50px;
  font-size: 36px;
  color: #fff;
  font-weight: normal;
  font-family: mo-b;
  text-transform: uppercase;
  line-height: 70px;
  border: 1px solid #fff; }

#ket_qua .tt1,
#ket_qua_vi .tt1 {
  width: 1120px;
  margin: -30px auto 80px;
  background: #fff;
  border-radius: 25px;
  padding: 40px 30px 30px;
  display: flex;
  flex-wrap: wrap; }

#ket_qua .tt1 p,
#ket_qua_vi .tt1 p {
  font-size: 24px;
  color: #656565;
  font-family: mo-b;
  padding: 10px 0; }

#ket_qua .tt1 .tt2,
#ket_qua_vi .tt1 .tt2 {
  width: 60%;
  padding-right: 10px; }

#ket_qua .tt1 .tt3,
#ket_qua_vi .tt1 .tt3 {
  width: 40%; }

#ket_qua #anh_x,
#ket_qua #anh_x_vi,
#ket_qua_vi #anh_x,
#ket_qua_vi #anh_x_vi {
  margin: 0 -10px 0;
  max-width: unset;
  display: flex;
  flex-wrap: wrap; }

#ket_qua #anh_x .anh,
#ket_qua #anh_x_vi .anh,
#ket_qua_vi #anh_x .anh,
#ket_qua_vi #anh_x_vi .anh {
  padding: 0 10px;
  width: 25%;
  margin-bottom: 30px; }

#ket_qua #anh_x .thum,
#ket_qua #anh_x_vi .thum,
#ket_qua_vi #anh_x .thum,
#ket_qua_vi #anh_x_vi .thum {
  height: 233px;
  border-radius: 6px; }

#ket_qua .tru1,
#ket_qua_vi .tru1 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #adadad; }

#ket_qua .tru1 thead th,
#ket_qua_vi .tru1 thead th {
  background: #425ba4;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #adadad;
  font-size: 22px;
  font-family: mo-m;
  font-weight: normal;
  padding: 10px 0; }

#ket_qua .tru1 .loai,
#ket_qua_vi .tru1 .loai {
  width: 22%; }

#ket_qua .tru1 .xuat,
#ket_qua_vi .tru1 .xuat {
  width: 12%; }

#ket_qua .tru1 .cnxl,
#ket_qua_vi .tru1 .cnxl {
  width: 9.5%; }

#ket_qua .tru1 .ti_le,
#ket_qua_vi .tru1 .ti_le {
  width: 9%; }

#ket_qua .tru1 .thoi_gian,
#ket_qua_vi .tru1 .thoi_gian {
  width: 12.4%; }

#ket_qua .tru1 .bao_hanh,
#ket_qua_vi .tru1 .bao_hanh {
  width: 12%; }

#ket_qua .tru1 .chi_phi,
#ket_qua_vi .tru1 .chi_phi {
  width: 13%; }

#ket_qua .tru1 .tuong,
#ket_qua_vi .tru1 .tuong {
  width: 10%; }

#ket_qua .tru1 tbody td,
#ket_qua_vi .tru1 tbody td {
  background: #fff;
  border: 1px solid #adadad;
  text-align: center;
  padding: 10px 5px;
  font-size: 20px;
  font-family: mo-m; }

#ket_qua .tru1 tbody td.loai,
#ket_qua_vi .tru1 tbody td.loai {
  text-align: left;
  text-transform: uppercase; }

#ket_qua .tru1 tbody tr.ac td,
#ket_qua_vi .tru1 tbody tr.ac td {
  background: #dadada; }

#ket_qua .tru1 tbody td.chi_phi,
#ket_qua_vi .tru1 tbody td.chi_phi {
  font-size: 18px; }

#ket_qua #tru,
#ket_qua #tru_vi,
#ket_qua_vi #tru,
#ket_qua_vi #tru_vi {
  margin-bottom: 70px; }

#kq_tc,
#kq_tc_vi {
  background: #e9eaef;
  padding-bottom: 20px; }

#kq_tc .tit,
#kq_tc_vi .tit {
  color: #1e2c5a; }

#kq_tc .kq1,
#kq_tc_vi .kq1 {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap; }

#kq_tc .kq1 .tc,
#kq_tc_vi .kq1 .tc {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
  border-radius: 30px;
  position: relative; }

#kq_tc .kq1 .tc p,
#kq_tc_vi .kq1 .tc p {
  cursor: pointer;
  height: 70px;
  border-radius: 30px;
  background: #1d2d5b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  padding: 10px 15px;
  line-height: 30px;
  max-height: 70px;
  overflow: hidden;
  font-family: mo-b;
  color: #fff;
  transition: 0.7s; }

#kq_tc .tim_kiem {
  text-align: right; }
#kq_tc .search_tim {
  display: inline-block;
  height: 55px;
  padding: 0 20px;
  background: #1d2d5b; }

#kq_tc .kq1 .tc a,
#kq_tc_vi .kq1 .tc a {
  list-style: none;
  text-decoration: none;
  color: #fff; }

#kq_tc .kq1 .tc:hover,
#kq_tc_vi .kq1 .tc:hover {
  transition: 0.7s; }

#kq_tc .kq1 .tc:hover p,
#kq_tc_vi .kq1 .tc:hover p {
  background: #425ba4;
  transition: 0.7s; }

#kq_tc .kq1 .tc:hover a,
#kq_tc_vi .kq1 .tc:hover a {
  width: 100%;
  height: auto;
  transition: 0.7s; }

#kq_tc .kq1 .tc.ac p,
#kq_tc_vi .kq1 .tc.ac p {
  background: #425ba4; }

#kq_tc .anh,
#kq_tc_vi .anh {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

#kq_tc .anh .hinh,
#kq_tc_vi .anh .hinh {
  display: none;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px; }

#lua_tron,
#lua_tron_vi {
  background: url(../i/s2.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 60px; }

#lua_tron .in,
#lua_tron_vi .in {
  padding: 40px 0 0; }

#lua_tron .in span,
#lua_tron_vi .in span {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  background: #fff;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  font-family: mo-b; }

#lua_tron .in span img,
#lua_tron_vi .in span img {
  margin-right: 15px; }

#lua_tron #chuyen_t,
#lua_tron_vi #chuyen_t {
  float: right; }

#lua_tron .plan,
#lua_tron_vi .plan {
  margin-top: 50px;
  text-align: center; }

#lua_tron .plan .tron_plan,
#lua_tron_vi .plan .tron_plan {
  width: 21%;
  margin: 0 2%;
  display: inline-block;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #fff;
  border-radius: 30px;
  font-family: mo-b;
  font-size: 24px;
  cursor: pointer;
  color: #000; }

#lua_tron .plan .tron_plan.ac,
#lua_tron_vi .plan .tron_plan.ac {
  background: #425ba4;
  color: #fff; }

.box {
  display: none; }

.box .nu1 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #adadad; }

.box .nu1 thead th {
  background: #425ba4;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #adadad;
  font-size: 22px;
  font-family: mo-m;
  font-weight: normal;
  padding: 10px 0; }

.box .nu1 .stt {
  width: 5%; }

.box .nu1 .thoi_gian {
  width: 35%; }

.box .nu1 .noi_dung {
  width: 60%; }

.box .nu1 tbody td {
  background: #fff;
  border: 1px solid #adadad;
  text-align: center;
  padding: 10px 5px;
  font-size: 20px;
  font-family: mo-m; }

.box .nu2 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #adadad; }

.box .nu2 thead th {
  background: #425ba4;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #adadad;
  font-size: 22px;
  font-family: mo-m;
  font-weight: normal;
  padding: 10px 0; }

.box .nu2 .stt {
  width: 4.7%; }

.box .nu2 .nd {
  width: 29.2%; }

.box .nu2 .sl {
  width: 8%; }

.box .nu2 .do_gia {
  width: 11.6%; }

.box .nu2 .tien {
  width: 11.6%; }

.box .nu2 .ud {
  width: 12.4%; }

.box .nu2 .gia_sau {
  width: 11.6%; }

.box .nu2 .tg {
  width: 10.8%; }

.box .nu2 tbody td {
  background: #fff;
  border: 1px solid #adadad;
  text-align: center;
  padding: 10px 5px;
  font-size: 20px;
  font-family: mo-m; }

.box .nu2 tbody td.nd {
  text-align: left; }

.box .nu2 tbody th {
  background: #fff;
  border: 1px solid #adadad;
  text-align: center;
  padding: 10px 5px;
  font-size: 20px;
  font-family: mo-m; }

.box .nu2 tbody th.ud {
  font-family: mo-b; }

.lieutrinh .lt {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px; }

.lieutrinh .lt .video {
  width: 50%;
  padding: 0 5px; }

.lieutrinh .lt .video .thum {
  height: 520px; }

.lieutrinh .lt .img {
  width: 50%;
  display: flex;
  flex-wrap: wrap; }

.lieutrinh .lt .img .anh {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px; }

.lieutrinh .lt .img .thum {
  height: 255px; }

.lieutrinh .lt .img_duoi {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.lieutrinh .img_duoi {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.lieutrinh .img_duoi .anh {
  width: 33.33%;
  padding: 0 5px;
  margin-bottom: 10px; }
  .lieutrinh .img_duoi .anh .thum {
    height: 255px; }

.lieutrinh .lt .img_duoi .anh {
  width: 33.33%;
  padding: 0 5px;
  margin-bottom: 10px; }
  .lieutrinh .lt .img_duoi .anh .thum {
    height: 255px; }

@media (max-width: 1400px) {
  #ket_qua .tru1 thead th,
  .box .nu2 thead th {
    font-size: 20px; }

  #ket_qua .tru1 tbody td,
  .box .nu2 tbody td {
    font-size: 18px; }

  #ket_qua .tt1 p {
    font-size: 20px;
    padding: 6px 0; } }
@media (max-width: 900px) {
  #dau .dangnhap {
    width: 70%;
    left: 15%; }

  #dau .dangnhap .send {
    width: 100%; }

  #ket_qua h1 {
    line-height: 70px;
    margin: 40px 0 40px; }

  #ket_qua .t span {
    font-size: 28px;
    line-height: 60px; }

  #ket_qua .tt1 .tt2,
  #ket_qua .tt1 .tt3 {
    width: 100%; }

  #ket_qua .tt1 {
    width: 100%;
    margin-bottom: 40px; }

  #ket_qua .tt1 p {
    font-size: 20px; }

  #ket_qua #anh_x .anh,
  #ket_qua #anh_x_vi .anh,
  #ket_qua_vi #anh_x .anh,
  #ket_qua_vi #anh_x_vi .anh {
    width: 50%; }

  #ket_qua .tru1 thead th,
  .box .nu1 thead th {
    font-size: 16px;
    line-height: 1.3em; }

  #ket_qua .tru1 tbody td,
  #ket_qua .tru1 tbody td.chi_phi,
  .box .nu2 thead th,
  .box .nu2 tbody td,
  .box .nu1 tbody td,
  .box .nu2 tbody th {
    font-size: 15px;
    line-height: 1.3em; }

  #kq_tc .kq1 .tc,
  #kq_tc_vi .kq1 .tc {
    width: 50%; }

  .tit {
    padding: 40px 0 20px;
    font-size: 24px; }

  #ket_qua h1 span {
    font-size: 32px; }

  #lua_tron,
  #lua_tron_vi {
    min-height: unset;
    padding-bottom: 60px; }

  #kq_tc .kq1 .tc p,
  #kq_tc_vi .kq1 .tc p {
    font-size: 19px; }

  .lieutrinh .lt .img_duoi .anh {
    width: 50%; }

  .lieutrinh .lt .img_duoi .anh .thum {
    height: 150px; } }
@media (max-width: 481px) {
  #dau .dangnhap {
    width: 90%;
    left: 5%;
    padding: 30px 20px; }

  #dau .dangnhap .send {
    font-size: 20px;
    border-radius: 6px;
    height: 50px;
    line-height: 50px; }

  #ket_qua h1 span {
    font-size: 22px; }

  #ket_qua .t span {
    font-size: 18px;
    line-height: 50px; }

  #ket_qua .tt1 {
    padding: 40px 15px 20px; }

  #kq_tc .kq1 .tc p,
  #kq_tc_vi .kq1 .tc p {
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    font-size: 13px; }

  #ket_qua #tru {
    margin: 0 -12px 40px; }

  #ket_qua .tru1 thead th,
  .box .nu2 thead th,
  .box .nu1 thead th {
    font-size: 9px; }

  #ket_qua .tru1 tbody td,
  #ket_qua .tru1 tbody td.chi_phi,
  .box .nu2 tbody td,
  .box .nu1 tbody td,
  .box .nu2 tbody th {
    font-size: 9px; }

  #pth2 {
    margin: 0 -12px; }

  .box #pth1 .nd {
    min-height: 200px;
    border-radius: 10px;
    padding: 15px;
    font-size: 15px; }

  #ket_qua #anh_x .thum,
  #ket_qua #anh_x_vi .thum {
    height: 200px; }

  #ket_qua .tt1 p {
    font-size: 18px; }

  .lieutrinh {
    padding-bottom: 0; }

  .lieutrinh .ctn {
    padding: 0; }

  .lieutrinh .lt .video {
    width: 100%;
    margin-bottom: 20px; }

  .lieutrinh .lt .video .thum {
    height: 200px; }

  .lieutrinh .lt .img {
    width: 100%; }

  .lieutrinh .lt .img .thum {
    height: 150px; }

  #lua_tron .in span,
  #lua_tron_vi .in span {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 12px; }

  #lua_tron .in span img,
  #lua_tron_vi .in span img {
    width: 20px;
    margin-right: 10px; } }
@media (max-width: 415px) {
  #tyle_rang .cmd6 {
    width: 100%; }

  #ket_qua .tt1 p {
    font-size: 16px;
    padding: 5px 0; }

  #ket_qua .tru1 thead th,
  .box .nu2 thead th,
  .box .nu2 thead th {
    font-size: 8px; }

  #ket_qua .tru1 tbody td,
  #ket_qua .tru1 tbody td.chi_phi,
  .box .nu2 tbody td,
  .box .nu2 tbody th,
  .box .nu1 tbody td {
    font-size: 7px; }

  #kq_tc .kq1 .tc p,
  #kq_tc_vi .kq1 .tc p {
    font-size: 11px;
    line-height: 1.3; }

  #kq_tc .kq1 .tc,
  #kq_tc_vi .kq1 .tc {
    padding: 0 8px; } }
@media (max-width: 375px) {
  #dau .dangnhap h3 {
    font-size: 20px; }

  #ket_qua h1 span {
    padding: 0 25px; }

  #ket_qua .tru1 thead th,
  .box .nu2 thead th {
    font-size: 7px; }

  #ket_qua .tru1 tbody td,
  #ket_qua .tru1 tbody td.chi_phi,
  .box .nu2 tbody td {
    font-size: 6px; }

  .tit {
    padding: 40px 0 20px;
    font-size: 18px; } }

/*# sourceMappingURL=style.css.map */
