@charset "UTF-8";
@font-face {
   font-family:dinm;
   src:url(../fonts/DINMITTELSCHRIFTSTD.eot);
   src:url(../fonts/DINMITTELSCHRIFTSTD.eot#iefix) format("embedded-opentype"),
   url(../fonts/DINMITTELSCHRIFTSTD.woff) format("woff"),
   url(../font/DINMITTELSCHRIFTSTD.html) format("truetype"),
   url(../font/DINMITTELSCHRIFTSTD-2.html#webfont34M5alKg) format("svg");
   font-weight:400;
   font-style:normal
}

:root
{
--white: #ffffff;
--black: #6c757d;
--primary: #ffe500;
--secondary: #141b3d;
}

a { text-decoration: none; color: var(--black); }
a:hover, a:focus { text-decoration: none; color: var(--primary); }
ul { list-style: none; margin: 0px; padding: 0px; }
P { margin: 0px 0px 10px 0px; }
#app .alert
{
   position: fixed;
   right: 15px;
   bottom: 15px;
   z-index: 999;
}

body { 
   font-family: Arial,Helvetica,PingFang SC,microsoft yahei,sans-serif;
   font-size: 16px;
   line-height: 26px;
   font-weight: 400;
   color: var(--black);
   margin: 0;
   background: var(--secondary);
}

#header { position: relative; }
.header__banner { position: relative; height: 240px; overflow: hidden; }
.header__banner:before {
   content: '';
   background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
   position: absolute;
   width: 100%;
   height: 68px;
}
.header__banner .item { 
  background-position: center;
  background-size: cover;
  width: 100%; height: 100%; 
}

.header__arrow {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0px;
}
.header__arrow .container {
   position: relative;
   width: 100%;
   height: 100%;
}
.header__arrow-left,
.header__arrow-right {
   width: 15px;
   height: 36px;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   cursor: pointer;
}
.header__arrow-left {
   background: url('../img/arrow-left.png') no-repeat 50%;
   background-size: 15px 36px;
   left: 15px;
}
.header__arrow-right {
   background: url('../img/arrow-right.png') no-repeat 50%;
   background-size: 15px 36px;
   right: 15px;
}

.header__nav-box {
   position: absolute;
   bottom: 0px;
   left: 0px;
   right: 0px;
   background-image: linear-gradient(180deg,rgba(17,23,51,0),var(--bg-color-2,#111733));
   border-bottom: 1px solid hsla(0,0%,100%,.05);
}
.header__nav-box .nav-link {
   background-color: transparent;
   border: none;
   line-height: 48px;
   font-family: dinm;
   font-size: 16px;
   color: var(--font-color-6,hsla(0,0%,100%,.6));
   letter-spacing: 1px;
   cursor: pointer;
}
.header__nav-box .nav-tabs { border: none; }
.header__nav-box .nav-link.active {
   position: relative;
   background-color: transparent;
   border: none;
   font-size: 20px;
   color: var(--primary);
   letter-spacing: 1px;
   text-shadow: 0 2px 4px rgb(0 0 0 / 20%);
}
.header__nav-box .nav-link.active:after
{
   content: " ";
   position: absolute;
   width: 80px;
   height: 40px;
   background: url('../img/nav-hover.png') no-repeat 50%;
   background-size: 80px 40px;
   bottom: 0;
   left: 50%;
   transform: translate(-50%);
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%);
}
.header__nav-box .nav-link:hover { color: var(--primary); }

#content {
   margin-top: 45px;
}
#content .container {
   padding-left: 15px;
   padding-right: 15px;
}

.content__section {
   margin-bottom: 80px;
}

.content__title {
   font-family: dinm;
   font-size: 16px;
   color: #fff;
   letter-spacing: 1px;
   line-height: 16px;
   margin-bottom: 20px;
}
.content__help {
   width: 14px;
   height: 14px;
   background: url('../img/help.png') no-repeat 50%;
   background-size: 14px 14px;
   display: inline-block;
   margin-left: 6px;
   cursor: pointer;
   vertical-align: text-top;
}

.content__input {
   width: 488px;
   height: 46px;
   box-sizing: border-box;
   position: relative;
   display: flex;
   align-items: center;
   margin-bottom: 10px;
}
.content__input.active {
   display: flex;
   justify-content: space-between;
   background-color: #1b234d;
   color: hsla(0,0%,100%,.6);
   padding: 15px;
}
.content__input.active .editer {
   float: right;
   font-size: 12px;
   color: #3a7bfc;
   text-align: right;
   line-height: 12px;
   position: relative;
   padding: 0 10px 0 0;
   cursor: pointer;
}

.content__input > input {
   width: 100%;
   color: #fff;
   font-size: 14px;
   padding: 0 15px;
   box-sizing: border-box;
   height: 100%;
   background: #192045;
   border: 1px solid hsla(0,0%,100%,.1);
   border-right: none;
   border-radius: 0;
   outline: none;
}
.content__input .btn-input { 
   min-width: 60px;
   font-size: 14px;
   color: #fff;
   line-height: 46px;
   cursor: pointer;
   text-align: center;
   background-color: #3a7bfc;
   height: 46px;
   padding-left: 2px;
   padding-right: 2px;
   font-weight: bold;
}

.content__section .row {
   margin-left: -10px;
   margin-left: -10px;
}
.content__section .col-sm-6, .content__section .col-sm-3 {
   padding-left: 10px;
   padding-right: 10px;
}

.content__payment .list {
   position: relative;
   background: #171f45;
   color: var(--white);
   border: 1px solid #1b234d;
   padding: 15px 24px;
   margin-bottom: 20px;
}
.content__payment .active,
.content__payment .list:hover {
   background: #1b234d;
}
.content__payment .active:after {
   content: " ";
   width: 38px;
   height: 38px;
   position: absolute;
   background: var(--url-image-color-8,url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMzZMMzYgMEgwdjM2em0xMC43NDQtMjBMNSAxMC4zNTdsMS45ODUtMS44ODIgMy43NiAzLjc2TDE3LjAxNCA2IDE5IDcuODgyIDEwLjc0NCAxNnoiIGZpbGw9IiMyMjdFRTEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)) no-repeat 50%;
   background-size: 100% 100%;
   left: -1px;
   top: -1px;
}

.content__amount .item {
   display: flex;
   flex-direction: column;
   height: 326px;
   padding: 44px 16px 14px;
   box-sizing: border-box;
   position: relative;
   background: #19214b;
   border: 1px solid #19214b;
   box-sizing: border-box;
   cursor: pointer;
   margin-bottom: 20px;
}
.content__amount .item:before {
   content: " ";
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   background: url('../img/card-bg.png') no-repeat 50%;
   background-size: cover;
}
.content__amount .active {
   border: 1px solid #1986fe;
   background: #1b234d;
}
.content__amount .active:before {
   content: " ";
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   background: url('../img/card-active.png') no-repeat 50%;
   background-size: cover;
}
.content__amount .active:after {
   content: " ";
   width: 38px;
   height: 38px;
   position: absolute;
   background: var(--url-image-color-8,url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMzZMMzYgMEgwdjM2em0xMC43NDQtMjBMNSAxMC4zNTdsMS45ODUtMS44ODIgMy43NiAzLjc2TDE3LjAxNCA2IDE5IDcuODgyIDEwLjc0NCAxNnoiIGZpbGw9IiMyMjdFRTEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==)) no-repeat 50%;
   background-size: 100% 100%;
   left: -1px;
   top: -1px;
}

.item__box {
   font-size: 24px;
   color: #fff;
   position: relative;
   font-family: dinm
}
.item__icon {
   margin-right: 2px;
}
.item__bonus {
   font-size: 24px;
   color: #ebbe4a;
   margin-left: 3px;
   font-family: dinm;
   vertical-align: bottom;
}

.item__pic {
   margin-top: 0;
   margin-bottom: 0;
   padding: 16px;
   box-sizing: border-box;
   overflow: hidden;
   position: relative;
   height: 100%;
}
.item__pic > img {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   -moz-transform: translate(-50%,-50%);
   -o-transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
   margin: 0 auto;
   width: 70%;
   max-width: 100%;
}

.item__text {
   width: 100%;
   text-align: center;
   height: 32px;
   line-height: 32px;
}
.item__text p {
   display: inline-block;
   font-size: 12px;
   color: #ffd085;
   letter-spacing: -.18px;
   line-height: 12px;
   text-shadow: 0 1px 2px rgb(0 0 0 / 11%);
   padding-left: 17px;
   position: relative;
}
.item__text p:before {
   width: 12px;
   height: 12px;
   content: " ";
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAk1BMVEVHcEz/x13/2GP/vCv/uyr/yF7/xVT/vTD/zmj/x1r/vjf/y2j/vjP/uiT/vTP/wTz/yGH/yGL/yWT/zHD/y3T/xlb/xlf/xln/znv/zHX/0H//wUj/wkT/uyf/zHn/xlv/xVP/xE//xVf/wUf/x1//w0v/wEL/vjr/wD7/vTf/vDH/uy3/yWb/uij/y23/vTT/zXVnzfHSAAAAH3RSTlMAaAa5bN5QOg1dtEB2vZsrc/7JvRa9lOlo2enju+GSnv+IdAAAAPxJREFUKM+l0dm2giAYBWCcMYeyuc7ghFoiwvs/XWBo0DlcxZXLb202PwCgriAA5pUkZgsIMUcdgh1jEGPcm6IO7ildmYI9vd+7/6Mrbl13+xO1136cPq1t09hf28//0E2TH0IwptLqpinLwjscNxCAmAia6m6LVVWONiLrKlYLK4oql8a1n+u4lZOhzJrP41K55WQ8lr8MgFDdUuRCdZawVet0A+D7VYey3ds1fNXzBCgbPN1gI4+C0DAMI9QvfakTNkYaWrJuyo3jWcOjqMu3UbTlxNivhgduni++/AtjTD/uKfeW2cILu6q2P1m28rrn616dBL5NBsFn6wEPsig+g2K6gAAAAABJRU5ErkJggg==) no-repeat 50%;
   background-size: 12px 12px;
}

.item__price {
   background: #1e2d5f;
   text-align: center;
   padding-top: 4px;
   padding-bottom: 4px;
   box-sizing: border-box;
   height: 42px;
   position: relative;
   width: 100%;
}
.item__price p {
   font-size: 20px;
   color: #fff;
   letter-spacing: -.67px;
   font-family: dinm;
   margin-top: 3px;
   margin-bottom: 0px;
}

.pay__sec {
   border: 1px solid hsla(0,0%,100%,.1);
   padding: 15px;
}
.pay__label {
   font-size: 14px;
   color: #fff;
}
.pay__total {
   font-size: 16px;
   color: #fff;
   font-family: dinm;
}
.pay__btn {
   width: 152px;
   height: 46px;
   line-height: 46px;
   background: #3a7bfc;
   color: #fff;
   letter-spacing: 1px;
   text-align: center;
   font-family: dinm;
   margin-left: 30px;
   padding: 0px;
   cursor: pointer;
}
.pay__btn.btn:hover {
   color: #fff;
}

.content__product {
   margin-bottom: 60px;
}
.content__product .row {
   margin-left: -10px;
   margin-right: -10px;
}
.content__product .col-sm-3 {
   padding-left: 10px;
   padding-right: 10px;
}

.product__item {
   background: #1b234d;
   position: relative;
}

.product__box {
   position: relative;
}
.product__eyes {
   position: absolute;
   top: 0;
   left: 0;
   width: 32px;
   height: 32px;
   background: url('../img/ch1.png') no-repeat 50%;
   background-size: cover;
   z-index: 1;
   cursor: pointer;
}
.product__labels {
   min-width: 50px;
   padding: 0 10px 0 5px;
   background-image: linear-gradient(270deg,#ffd547,#eed47d 98%);
   font-size: 16px;
   color: #514008;
   text-align: center;
   height: 24px;
   right: 0;
   top: 0;
   box-sizing: border-box;
   position: absolute;
   line-height: 24px;
   font-family: dinm;
   z-index: 1;
}
.product__labels:before {
   content: " ";
   width: 12px;
   height: 100%;
   position: absolute;
   left: -12px;
   top: 0;
   background: url('../img/ch2.png') no-repeat 50%;
   background-size: 100% 100%;
}

.product__pic {
   width: 100%;
   position: relative;
   overflow: hidden;
   max-height: 237px;
}

.product__price {
   padding: 15px;
}
.product__price .name {
   font-size: 14px;
   color: #fff;
   letter-spacing: 0;
   line-height: 22px;
   overflow: hidden;
   display: -webkit-box;
   text-overflow: ellipsis;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   table-layout: fixed;
   word-break: break-all;
}
.product__price .price {
   font-size: 18px;
   color: #ffe55b;
   letter-spacing: 0;
   text-align: left;
   line-height: 18px;
   bottom: 16px;
}

.help__box {
   background: #1b234d;
   min-height: 146px;
   padding: 20px 32px;
   box-sizing: border-box;
   overflow: hidden;
   position: relative;
   width: 50%;
}
.help__status p {
   font-size: 14px;
   color: hsla(0,0%,100%,.7490196078431373);
   letter-spacing: 0;
   line-height: 22px;
   max-width: 80%;
}
.help__input {
   display: flex;
   margin-top: 16px;
   width: 334px;
   overflow: hidden;
}
.help__input input {
   width: 239px;
   height: 46px;
   border: 1px solid hsla(0,0%,100%,.1);
   font-size: 14px;
   color: #fff;
   letter-spacing: 0;
   padding: 0 16px;
   box-sizing: border-box;
}
.help__btn {
   width: 95px;
   height: 46px;
   background: #3a7bfc;
   font-size: 14px;
   color: #fff;
   letter-spacing: 0;
   line-height: 46px;
   text-align: center;
   cursor: pointer;
}
.help__icon {
   width: 64px;
   position: absolute;
   right: 40px;
   top: 33px;
}

#footer {
   background-color: #111733;
   padding: 30px 0px;
}

.footer__social img {
   width: 36px;
   margin-right: 10px;
}
.footer__text {
   font-size: 12px;
   color: hsla(0,0%,100%,.4);
   line-height: 20px;
   margin-bottom: 0px;
}
.footer__links {
   font-size: 12px;
   border-top: 1px solid hsla(0,0%,100%,.1);
   margin-top: 30px;
   padding-top: 15px;
}

@media (min-width: 992px)
{
   .container {
      max-width: 1024px;
      padding-left: 0px;
      padding-right: 0px;
   }
}

@media (max-width: 768px)
{
   #content { overflow: hidden; }
   .content__amount .col-sm-3,
   .content__product .col-sm-3 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }

   .help__box, .content__input.active { width: 100%; }
}

@media (max-width: 480px)
{
   .header__nav-box .nav-link { padding: .5rem; }
   .content__input > input { width: 70%; }
   .help__input input { width: 160px; }
   .help__icon { right: 25px; }
   .footer__social { margin-bottom: 30px; }

   #thanhtoan .col-sm-8 { text-align: right; }
}

@media (max-width: 390px)
{
   .header__nav-box .nav-link { font-size: 12px; }
   .content__input > input { width: 55%; }
}

@media (max-width: 375px)
{
   .pay__sec { flex-direction: column !important; }
   .pay__btn { margin-left: 0px; margin-top: 15px; }
}