@import url('https://fonts.googleapis.com/css2?family=Bungee+Inline&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');



canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
}
body {
    background-color: #f5f6f7;
    overflow-y: auto;
    font-family: "Be Vietnam Pro", sans-serif;
/*  font-weight: 400;*/
  font-style: normal;
}
.z-body {
    background-image: url(/res/big_bg.jpg?v=1), url(/res/big_bg.jpg?v=1);
    background-position: center top;
    background-repeat: no-repeat;
    top: 0;
    -webkit-transition: background-image 1s ease-in-out;
    -moz-transition: background-image 1s ease-in-out;
    -o-transition: background-image 1s ease-in-out;
    transition: background-image 1s ease-in-out;
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.roboto-condensed {
    font-family: 'Roboto Condensed', sans-serif;
}
.f-body {
    background-image: url(/res/big_bg.jpg?v=1), url(/res/big_bg.jpg?v=1);
    background-position: center top, center top;
    background-repeat: no-repeat, no-repeat;
    top: 0;
    -webkit-transition: background-image 1s ease-in-out;
    -moz-transition: background-image 1s ease-in-out;
    -o-transition: background-image 1s ease-in-out;
    transition: background-image 1s ease-in-out;
    font-size: 16px;
    margin: 0;
    padding: 0;
    overflow-y: hidden !important;
    width: 100%;
    height: 100%;
}
.ads-frame {
    padding: 0;
    margin: 0 auto;
    width: 960px;
    height: 77px;
}
#Cocos2dGameContainer div {
    background: 0 0 !important;
}
iframe {
    background: 0 0 !important;
    border: none;
}
.clear {
    clear: both;
}
.content-inner {
    padding: 0;
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
header .logo {
    margin-top: 5px;
}
header .hotline-text {
    font-size: 18px;
    font-weight: 600;
    color: #a9b1bc;
}
header .hotline-number {
    font-size: 17px;
    font-weight: 700;
    color: #2fb4e1;
}
#contentGame {
    padding: 20px 40px 0;
    color: #212529;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

#contentGame p {
    display: flex;
}
#contentGame p span {
    color: green;
    padding-right: 5px;
}
@media only screen and (max-width: 576px) {
    #contentGame {
        width: 100%;
        margin: 0 auto;
        padding: 20px 20px 0;
    }

}


.btn-download-index a {
    min-width: 280px;
    align-items: center;
    border-radius: 30px;
}
.btn-download-index a span {
    padding: 0 5px;
}

#contentGame .container {
    width: auto !important;
}
#contentGame .row {
    margin-left: auto;
    margin-right: auto;
}
#contentGame .page-header {
    margin: 10px 0;
}
#contentGame h3 {
    color: #1b1817;
}
#contentGame ul li strong {
    color: #c05805;
    margin-bottom: 7px;
}
#contentNews {
    display: block;
    background: #f5f6f7;
    padding: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    width: 956px;
    height: auto;
    border: 1px solid #b7b1a0;
}
#contentNews .navbar-default {
    border-color: transparent !important;
}
#contentNews .navbar-header {
    display: none;
}
#contentNews .item {
    height: 280px;
}
#contentNews .dp {
    border: 10px solid #eee;
    transition: all 0.2s ease-in-out;
}
#contentNews .dp:hover {
    border: 2px solid #eee;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
#contentNewsShow {
    display: block;
    background: #f5f6f7;
    padding: 0;
    position: relative;
    margin-left: auto;
    margin-right: auto;
/*    margin-top: 16px;*/
/*    width: 956px;*/
    height: auto;
/*    max-width: 1440px;*/
/*    border: 1px solid #b7b1a0;*/
}
#contentNewsShow .navbar-default {
    border-color: transparent !important;
}
#contentNewsShow .navbar-header {
    display: none;
}
#contentNewsShow .item {
    height: 280px;
}
#contentNewsShow .dp {
    border: 10px solid #eee;
    transition: all 0.2s ease-in-out;
}
#contentNewsShow .dp:hover {
    border: 2px solid #eee;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
#footerDiv a,
a#more {
    color: #c35009;
}
#footerDiv div.col-md-6:first-child {
    padding-left: 0;
}
#footerDiv div.col-md-6:last-child {
    padding-left: 42px;
}
#footerDiv div.col-md-6:first-child h3 {
    margin-left: 40px;
}
#footerDiv ul li {
    background: url(../res/web/icon_page.png) no-repeat 0 4px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0 0 1px 20px;
    vertical-align: middle;
    margin-bottom: 8px;
}
.content-fb {
    background-color: #f5f5f5;
    position: relative;
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 960px;
    padding: 8px;
    max-height: 968px;
    overflow-y: auto;
}
#Cocos2dGameContainer {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    z-index: 9;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    border: none;
}
*:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}
*:-moz-full-screen {
    width: 100% !important;
    height: 100% !important;
}
*:-ms-fullscreen {
    width: 100% !important;
    height: 100% !important;
}
*:fullscreen {
    width: 100% !important;
    height: 100% !important;
}
.dropdown-menu {
    margin: 0;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.navbar {
    font-weight: 700;
}
.bg-light {
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 0%, #e1e1e1 39%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 0%, #e1e1e1 39%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 0%, #e1e1e1 39%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#f6f6f6',GradientType=0 );
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #e9692c;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #e9692c;
}
.modal {
    text-align: center;
    padding: 0 !important;
}
.modal:before {
    content: "";
    display: inline-block;
    height: 50%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
#progressModal {
    z-index: 999;
}
#progressModal .modal-dialog {
    width: 160px;
}
#progressModal .modal-content {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 79%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 79%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 79%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
}
#progressModal .modal-body {
    padding: 1px;
}
#navGameCarousel,
#tooltipHeader {
    float: right !important;
    width: 705px;
    margin-top: 10px;
    margin-right: 15px;
}
#thongbao {
    display: none;
    width: 960px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#game-intro-page {
    background-color: #fff;
}
#game-intro-page .seo-h {
    color: #fff;
}
.game-info {
    height: 200px;
    padding: 10px 18px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 15px;
}
.game-info > * {
    display: block !important;
    margin-left: 192px;
}
.game-info > img {
    float: left;
    margin-left: 0;
    width: 172px;
    height: 172px;
}
.game-info > label {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    margin-top: -5px;
}
.game-info > .play-down {
    position: relative;
}
.mini-dl {
    float: left;
    margin-top: -10px;
}
.mini-dl a {
    display: block;
    float: left;
}
.mini-dl a img {
    margin-right: 5px;
}
.play-down a:hover img {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}
.mini-dl::after {
    display: block;
}
@media screen and (max-width: 956px) {
    .game-info {
        padding: 12px;
    }
}
@media screen and (max-width: 768px) {
    .game-info {
        overflow: hidden;
    }
}
@media screen and (max-width: 456px) {
    .game-info {
        height: 170px;
    }
    .game-info > img {
        width: 96px;
        height: 96px;
        margin-top: 24px;
    }
    .game-info > label {
        font-size: 24px;
        line-height: 32px;
    }
    .game-info > * {
        margin-left: 108px;
    }
    .play-down > .choingay {
        display: none;
    }
    .mini-dl a {
        width: 45%;
    }
    .mini-dl a img {
        width: 93px;
        height: auto !important;
    }
    #game-intro-page #myNavbar {
        display: none;
    }
    #Cocos2dGameContainer {
        display: none !important;
    }
}
#game-intro-page .affix {
    top: 0;
    width: 70%;
    z-index: 9999 !important;
}
@media (min-width: 1200px) {
    #game-intro-page .affix {
        width: 825px;
    }
}
#game-intro-page .affix-bottom {
    position: absolute;
    width: 70%;
}
@media (min-width: 1200px) {
    #game-intro-page .affix-bottom {
        width: 825px;
    }
}
#footerDiv {
    margin: 20px 0 0;
    color: #e5e5e5;
    background: #f6f7f9;
    padding-bottom: 10px;
}
#footerDiv h3 {
    font-size: 18px;
    color: #1d2129;
}
#footerDiv ul {
    margin-left: -15px;
    list-style: none;
}
#footerDiv li {
    margin-top: 5px;
    margin-bottom: 5px;
}
#footerDiv li a {
    color: #352820;
}
#footerDiv li a:hover {
    color: #e9692c;
}
#footerDiv li:before {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 3px;
    content: "";
    position: absolute;
    border-color: #2ea3f2;
    margin-top: 7px;
    margin-left: -15px;
}
@media screen and (max-device-width: 480px) and (orientation: portrait) {
    .content-inner {
        background: #001a3a;
    }
    .content-header,
    .content-fb,
    #thongbao {
        width: 100%;
    }
    #contentNews,
    #contentNewsShow {
        width: 100%;
        margin-top: 0;
    }
    #contentNews .navbar-header {
        display: block;
    }
    #footerDiv {
        margin: 25px 0 0;
    }
    #contentGame {
/*        padding: 0 10px;*/
    }
    #contentNews .item {
        height: auto;
    }
}
@media screen and (max-device-width: 640px) and (orientation: landscape) {
    .z-body {
        background-image: none !important;
    }
    .content-inner {
        background: #001a3a;
    }
    .content-header,
    .content-fb,
    #thongbao {
        width: 100%;
    }
    #contentNews,
    #contentNewsShow {
        width: 98%;
        margin-top: 0;
    }
    #contentNews .navbar-header {
        display: block;
    }
    #contentNews .item {
        height: auto;
    }
    #contentGame {
/*        padding: 0 10px;*/
    }
    #footerDiv {
        margin: 25px 0 0;
    }
    #footerDiv .footerNews {
        margin-left: 0;
    }
}
@media screen and (max-device-width: 640px) {
    .z-body {
        background-image: none !important;
    }
    .content-inner {
        background: #001a3a;
    }
    .content-header,
    .content-fb,
    #thongbao {
        width: 100%;
    }
    #contentNews,
    #contentNewsShow {
        width: 100%;
        margin-top: 0;
    }
    #contentNews .navbar-header {
        display: block;
    }
    #contentNews .item {
        height: auto;
    }
    #contentGame {
/*        padding: 0;*/
    }
    #footerDiv {
        margin: 25px 0 0;
    }
    #footerDiv .footerNews {
        margin-left: 0;
    }
}
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
    .z-body {
        background-image: none !important;
    }
    .content-inner {
        background: #001a3a;
    }
    .content-header,
    .content-fb,
    #thongbao {
        width: 100%;
    }
    #contentNews,
    #contentNewsShow {
        width: 100%;
        margin-top: 0;
    }
    #contentNews .navbar-header {
        display: block;
    }
    #contentNews .item {
        height: auto;
    }
    #contentGame {
/*        padding: 0;*/
    }
    #footerDiv {
        margin: 25px 0 0;
    }
    #footerDiv .footerNews {
        margin-left: 0;
    }
}
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) {
    .z-body {
        background-image: none !important;
    }
    .content-inner {
        background: #001a3a;
    }
    .content-header,
    #contentNews,
    .content-fb,
    #thongbao {
        width: 100%;
        margin-top: 0;
    }
    #contentNews .item {
        height: auto;
    }
    #contentNews .navbar-header {
        display: block;
    }
    #contentGame {
/*        padding: 0;*/
    }
    #footerDiv {
        margin: 25px 0 0;
    }
    #footerDiv .footerNews {
        margin-left: 0;
    }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #contentNews .item {
        height: auto;
    }
}
@media screen and (min-device-height: 800px) and (max-device-width: 1280px) {
    #contentNews .navbar-header {
        display: none;
    }
}
body.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
input.loginInvalid::-webkit-input-placeholder {
    color: #0d4680;
}
input.dfInvalid::-webkit-input-placeholder {
    color: #585454;
}
input.noBGInvalid::-webkit-input-placeholder {
    color: #ccd7e0;
}
input.normalText::-webkit-input-placeholder {
    color: #ccd7e0;
}
input.loginInvalid::-moz-placeholder {
    color: #0d4680;
}
input.dfInvalid::-moz-placeholder {
    color: #585454;
}
input.noBGInvalid::-moz-placeholder {
    color: #ccd7e0;
}
input.normalText::-moz-placeholder {
    color: #ccd7e0;
}
input.loginInvalid:-ms-input-placeholder {
    color: #0d4680;
}
input.dfInvalid:-ms-input-placeholder {
    color: #585454;
}
input.noBGInvalid:-ms-input-placeholder {
    color: #ccd7e0;
}
input.normalText::-ms-input-placeholder {
    color: #ccd7e0;
}
body.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
.sweet-overlay {
    background-color: #000;
    -ms-filter: "alpha(opacity=40)";
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}
.sweet-alert {
    background-color: #fff;
    font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}
@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}
.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}
.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}
.sweet-alert fieldset {
    border: none;
    position: relative;
}
.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding 0.2s, max-height 0.2s;
    transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 3px;
}
.sweet-alert .sa-error-container p {
    display: inline-block;
}
.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sweet-alert input:focus {
    outline: none;
    box-shadow: 0 0 3px #c4e6f5;
    border: 1px solid #b4dbed;
}
.sweet-alert input:focus::-moz-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}
.sweet-alert input:focus:-ms-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}
.sweet-alert input:focus::-webkit-input-placeholder {
    transition: opacity 0.3s 0.03s ease;
    opacity: 0.5;
}
.sweet-alert input::-moz-placeholder {
    color: #bdbdbd;
}
.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd;
}
.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd;
}
.sweet-alert.show-input input {
    display: block;
}
.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative;
}
.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden;
}
.sweet-alert button {
    background-color: #8cd4f5;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0;
    cursor: pointer;
}
.sweet-alert button:focus {
    outline: none;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
    background-color: #7ecff4;
}
.sweet-alert button:active {
    background-color: #5dc2f1;
}
.sweet-alert button.cancel {
    background-color: #c1c1c1;
}
.sweet-alert button.cancel:hover {
    background-color: #b9b9b9;
}
.sweet-alert button.cancel:active {
    background-color: #a8a8a8;
}
.sweet-alert button.cancel:focus {
    box-shadow: rgba(197, 205, 211, 0.8) 0 0 2px, rgba(0, 0, 0, 0.0470588) 0 0 0 1px inset !important;
}
.sweet-alert button[disabled] {
    opacity: 0.6;
    cursor: default;
}
.sweet-alert button.confirm[disabled] {
    color: transparent;
}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.sweet-alert button::-moz-focus-inner {
    border: 0;
}
.sweet-alert[data-has-cancel-button="false"] button {
    box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button="false"][data-has-cancel-button="false"] {
    padding-bottom: 40px;
}
.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
    border-color: #f27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #f27474;
    display: block;
    top: 37px;
    border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
    border-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #f8bb86;
}
.sweet-alert .sa-icon.sa-info {
    border-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #c9dae1;
}
.sweet-alert .sa-icon.sa-success {
    border-color: #a5dc86;
}
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
    content: "";
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
}
@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}
@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}
@-webkit-keyframes slideFromTop {
    0% {
        top: 0%;
    }
    100% {
        top: 50%;
    }
}
@keyframes slideFromTop {
    0% {
        top: 0%;
    }
    100% {
        top: 50%;
    }
}
@-webkit-keyframes slideToTop {
    0% {
        top: 50%;
    }
    100% {
        top: 0%;
    }
}
@keyframes slideToTop {
    0% {
        top: 50%;
    }
    100% {
        top: 0%;
    }
}
@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%;
    }
    100% {
        top: 50%;
    }
}
@keyframes slideFromBottom {
    0% {
        top: 70%;
    }
    100% {
        top: 50%;
    }
}
@-webkit-keyframes slideToBottom {
    0% {
        top: 50%;
    }
    100% {
        top: 70%;
    }
}
@keyframes slideToBottom {
    0% {
        top: 50%;
    }
    100% {
        top: 70%;
    }
}
.showSweetAlert[data-animation="pop"] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation="none"] {
    -webkit-animation: none;
    animation: none;
}
.showSweetAlert[data-animation="slide-from-top"] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation="slide-from-bottom"] {
    -webkit-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s;
}
.hideSweetAlert[data-animation="pop"] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation="none"] {
    -webkit-animation: none;
    animation: none;
}
.hideSweetAlert[data-animation="slide-from-top"] {
    -webkit-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s;
}
.hideSweetAlert[data-animation="slide-from-bottom"] {
    -webkit-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s;
}
@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}
@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}
.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}
@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}
.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}
@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}
.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
    0% {
        border-color: #f8d486;
    }
    100% {
        border-color: #f8bb86;
    }
}
@keyframes pulseWarning {
    0% {
        border-color: #f8d486;
    }
    100% {
        border-color: #f8bb86;
    }
}
.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #f8d486;
    }
    100% {
        background-color: #f8bb86;
    }
}
@keyframes pulseWarningIns {
    0% {
        background-color: #f8d486;
    }
    100% {
        background-color: #f8bb86;
    }
}
.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}
@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg) \9;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg) \9;
}
.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9;
}
.lazy {
    width: 100%;
    height: auto;
}

.btn.btn-red {
    background: url(../img/btn_orange.png) no-repeat top left / 100% 100%;
}
.btn {
    color: #fff;
    border-radius: 0;
    font-weight: bold;
}
.mt-3 {
    margin-top: 1rem !important;
}
.d-block {
    display: block !important;
}
.page-title,
.logo,
.footer-description {
    text-align: center;
}



.top-head {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	text-align: center;
	padding: 15px 30px;
	border-bottom: 1px solid #ccc;
	box-shadow: 1px 1px 10px #002355;
	background: #002355;
}
.top-head a {
	color: inherit;
	font-weight: bold;
}


/*zzz*/
.top-head a.top-head-logo {
	color: #ffffff;
/*	font-family: fantasy;*/
	letter-spacing: 0.15em;
	font-size: 1.5em;
	display: flex;
	align-items: center;
    text-shadow: 0px 1px 3px #ffc107;
    font-family: "Bungee Inline", sans-serif;
    font-weight: 400;
    font-style: normal;
    white-space: nowrap;
}
.top-head a.top-head-logo:hover {
	text-decoration: none;
	color: #ffc107;
/*	box-shadow: 2px 2px 6px #002355;*/
/*	color: #002355;*/
}
.top-head .top-head-menu-tag {
	display: flex;
	align-items: center;
}
.top-head .top-head-menu-tag a {
	padding: 0 10px;
	color: #ffffff;
/*	background-color: #00000080;*/
	text-decoration: none;
/*	padding: 20px 10px;*/
	margin: 0 2px;
	min-width: 120px;
    white-space: nowrap;
}
.top-head .top-head-menu-tag .top-btn-download {
	padding: 6px 10px;
    background: #ffc107;
    border-radius: 40px;
    color: #000;
    display: flex;
	align-items: center;
	box-shadow: 1px 1px 6px #002355;
}
.top-head .top-head-menu-tag .top-btn-download:hover {
/*    background: #218838;*/
    color: #ffffff;
    background: #ffc107;
    box-shadow: 1px 1px 6px #ffffff;
}

.top-head .top-head-menu-tag a:hover {
	background-color: #ffffff;
	color: #002355;
	text-decoration: none;
	padding: 6px 10px;
	border-radius: 40px;

}
.top-head .top-head-menu .top-head-menu-btn {
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    color: #ffffff;
    padding: 2px;
}
.top-head .top-head-menu .top-head-menu-btn span {
    font-size: 40px;
}

@media only screen and (max-width: 768px) {
    .top-head {
/*        align-items: flex-start;*/
    }
    .top-head .top-head-menu-tag {
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        position: fixed;
        right: 0;
        border-top: 1px solid #7a7a7a;
        background: #002355;
        width: 100%;
        box-shadow: 0px 20px 17px 0px white;
        top: 75px;
        padding-bottom: 10px;
        display: none;
    }
    .top-head .top-head-menu-tag a:hover {
        padding: 15px 0;
        border-radius: 0px;
    }
    .top-head .top-head-menu .top-head-menu-btn {
        display: flex!important;
        justify-content: flex-end;

    }
    .top-head .top-head-menu-tag a {
        padding: 15px 0;
        min-width: unset;
        width: 100%;
        border-bottom: 1px solid #5a5a5a;
    }
    .top-head .top-head-menu-tag .top-btn-download {
        justify-content: center;
        border-radius: 0;
        margin: 0;
        padding: 15px 0;
    }
    .btn-download-index {
        justify-content: center;
    }

}

@media only screen and (max-width: 576px) {
    .top-head {
        padding: 15px 20px;
    }
    .top-head a.top-head-logo {
        font-size: 1.25em;
    }
}



.download-btn {
	display: flex;
	justify-content: center;
	align-items: center;
    margin-bottom: 1rem;
}
.download-btn a {
	display: flex;
	align-items: center;
	border-radius: 30px;
    justify-content: center;
}
.download-btn a span {
    padding: 0 5px;
}




.footer {
		border-top: 1px solid #ddd;
		padding: 90px 0 0;
        margin-top: 50px;
	}



.footer-main {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-main .footer-description {
	padding: 30px;
	font-size: 0.9em;
	color: #00000066;
}
.footer-main .footer-description p {
	margin: 0;
}

@media only screen and (max-width: 576px){

    .footer .footer-top a {
        margin: 0!important;
    }
    .footer .footer-top img {
        width: 70%;
        height: auto;
    }
}