/*// out: ../css/main.less, compress: true, strictMath: true, sourceMap: false*/
// https://github.com/jdiehl/brackets-less-autocompile
html {}

body {
    font-family:  system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 16px;
    padding-top: 55px;
}
.pcHidden { display: block !important; }
.spHidden { display: none !important; }

.btnHeight {
    display: inline-block;
    height: 100px;
    max-height: 65px;
}

img, svg {
    vertical-align: middle;
    width: 100%;
}

iframe {
    width: 99.8%;
    height: 100vh;
}

.topHeader {
    color: #fff;
    background: #140001;
    padding: 0.6rem 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 301;
    border-bottom: 0 solid #ff0810; 
    box-shadow: inset 0 0 0 0 hsl(0deg 39.89% 35.88% / 45%), 0 3px 10px 0 rgb(128 55 55 / 45%) !important;
}
.topHeader .datetimePart {
    display: inline-block;
}
.topHeader .topLoginPart {
    color: #dabc6f;
    float: right;
    text-transform: uppercase;
}
.topHeader #datetime {
    display: inline;
    font-size: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    letter-spacing: 0;
}
.topHeader .btn_topJoin {
    background: linear-gradient(90deg,#d70000 0%,#940505 100%);
    background-color: #830001;
    color: #fff;
    padding: .5rem .85rem;
    margin-right: 1.5rem;
    font-size: .85rem;
    border: none;
    border-radius: 0.3rem;
    font-weight: bold;
    transition: 0.3s;
}
.topHeader .btn_topJoin:active,
.topHeader .btn_topJoin:focus,
.topHeader .btn_topJoin:hover {
    background: #830001;
    transition: 0.3s;
}
.topHeader .btn_topLogin {
    color: #fff;
    margin-right: 1.5rem;
    font-size: .8em;
    font-weight: bold;
    text-decoration: none;
}
.topHeader .menuIcon {
    cursor: pointer;
    display: inline-block;
    height: 1.16rem;
    width: 2.28rem;
    background-size: 100% 100%;
}
.topHeader .menuIcon.btn {
    padding: 0;
    border: 0;
    margin-top: -12px;
}
.topHeader .slide-menu .slide-menu-here .icon-menu {
    max-width: 2.33rem;
    width: 5rem;
    height: 2rem;
    margin-right: 1rem;
    fill: #fff;
}
.topHeader .slide-menu {
    position: fixed;
    -webkit-transform: translateX(-285px);
    -ms-transform: translateX(-285px);
    transform: translateX(-285px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    background: #640000;
    top:0;
    bottom: 0;
    color: #333;
    width: 250px;
    -webkit-box-shadow: 3px 0 7px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 0 7px 0 rgba(0,0,0,0.25);
    box-shadow: 3px 0 7px 0 rgba(0,0,0,0.25);
    overflow: auto;
    z-index: 9998;
}
.topHeader .slide-menu>.slide-menu-here>.menu {
    padding: .5em 0;
}
.topHeader .slide-menu>.slide-menu-here>.menu li>a {
    color: #ffffff;
    position: relative;
    display: inline-block;
    padding: 1.2em 1.4em;
    width: 100%;
    border-bottom: 1px solid #d10000;
    text-decoration: none;
    font-size: .8rem;
    font-weight: 700;
}
.topHeader .slide-menu>.slide-menu-here>.menu li>a img {
    display: none;
}
.topHeader .slide-menu>.slide-menu-here>.menu li>.sub-menu {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-transition-duration: .65s;
    transition-duration: .65s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    display:none;
}
.topHeader .slide-menu>.slide-menu-here>.menu li>.sub-menu.active {
    display: block;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.topHeader .slide-menu>.slide-menu-here>.menu li>.sub-menu>li>a {
    padding-left: 2em;
    font-size: 13px;
    border-bottom: 1px solid #d10000;
}
.topHeader .slide-menu>.slide-menu-here>.menu li>a.active,
.topHeader .slide-menu a:hover {
    background-color: #d10000;
}
.topHeader .slide-left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 9999;
}
.topHeader .menuDarkBg {
    display: block;
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    z-index: 2;
}
.topHeader .slide-left~.menuDarkBg {
    visibility: visible;
}

.langClass {
    display: inline-block;
}
.langClass .btn {
    color: #039be5;
    background-color: #ffffff;
    border: 1px solid #039be5;
    font-size: 0.8rem;
}
.langClass ul { 
    background-color: transparent;
    padding: 0; 
    font-size: 0.8rem;
    font-weight: bold;
}
.langClass ul li { 
    background-color: transparent;
}
.langClass ul li a {
    background-color: #fff;
    color: #1eaae3;
    border: 1px solid #1eaae3;
    border-top: 0;
}
.langClass ul li:first-child a {    
    border-top: 1px solid #1eaae3;
    border-radius: 0.375rem 0.375rem 0 0;
}
.langClass ul li:last-child a {
    border-bottom: 1px solid #1eaae3;
    border-radius: 0 0 0.375rem 0.375rem;
}
.langClass ul li a:hover,
.langClass .btn.show,
.langClass .btn:hover {
    color: #fff;
    background-color: #0c6083;
    border-color: #1eaae3;
    transition: 0.3s;
}
.langClass img {
    width: 25px;
}

.navbar {
    background: linear-gradient(90deg,#1eaae3 0,#1eaae3 160px,#ffffff 0,#ffffff);
    padding: 0;
    margin-top: 45px;
    z-index: 9;
}
.navbar .nav-item > a {
    height: 100%;
    display: flex;
    align-items: center;
    color: #1eaae3;
    font-size: .8rem;
    font-weight: bold;
    padding: 2rem 0;
    border-bottom: .2rem solid #ffffff;
}
.navbar .nav-item > a:hover,
.navbar .nav-item > a.active {
    color: #1eaae3;
    border-bottom: .2rem solid #1eaae3;
}
.navbar .logoBg {
    position: relative;
    background: #1eaae3;
    max-width: 10rem;
    width: 100%;
    height: auto;
    padding: 1.5rem 0;
    margin-right: 3rem;
    text-align: center;
}  
.navbar .logoBg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 40px;
    background: linear-gradient(to bottom right, #1eaae3, #1eaae3 49%, transparent 51%, transparent);
}
.navbar .logoBg img {
    width: 100%;
}
.navbar .btn-group .btn-danger {
    color: #1eaae3;
    background: none;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: .8rem;
    font-weight: 700;
    padding-top: 0;
}
.navbar .btn-group .btn-danger.active,
.navbar .btn-group .btn-danger.show {
    color: #1eaae3;
    border-bottom: .2rem solid #1eaae3;
    padding-bottom: .2rem;
}
.navbar .btn-group .btn-danger.show {
    color: #1eaae3;
    border-bottom: .2rem solid #1eaae3;
    padding-bottom: .2rem;
}
.navbar .btn-group .dropdown-menu.show {
    padding: 0;
    margin-top: 0;
}
.navbar .btn-group .dropdown-menu a {
    color: #1eaae3;
    background: #ffffff;
    font-size: .8rem;
    font-weight: 700;
    padding: 10px 20px;
    border: 1px solid #1eaae3;
}
.navbar .btn-group .dropdown-menu a:hover,
.navbar .btn-group .dropdown-menu a:focus,
.navbar .btn-group .dropdown-menu a:active,
.navbar .btn-group .dropdown-menu .active {
    color: #fff;
    background: #1eaae3;
}

.temHeader {
    background: #000;
    display: block;
    margin: 0 auto;
    padding: 26px 0 12px;
    text-align: center;
    box-shadow: inset 0 0 0 0 hsl(0deg 39.89% 35.88% / 45%), 0 3px 10px 0 rgb(128 55 55 / 45%) !important;
}
.temHeader a img {
    width: 15%;
}

#langSelect img {
    width: 27px;
}

.blankPage {
    padding: 60px 0;
    background: #fff;
}
.notFoundPage {
    color: #1eaae3;
    text-align: center;
}
.itemNotFound .modelImg img {
    width: 30%;
}
.itemNotFound h1 {
    margin-bottom: 10px;
}
.itemNotFound h1 span {
    display: block;
    font-size: 10rem;
    font-weight: bold;
    line-height: 8rem;
}
.itemNotFound .btn_blank {
    background: linear-gradient(180deg,#1eaae3 0%,#0e5f81 100%);
    color: #fff;
    border: none;
    font-weight: bold;
}

/***** service Top Part *****/
.serviceTopPart {
    background: #fff;
    margin-right: 0;
    padding: 25px 0 25px 15px;
    border-top: 2px solid #d50000;
    border-bottom: 2px solid #d50000;
    box-shadow: inset 0 0 0 0 hsl(0deg 39.89% 35.88% / 45%), 0 3px 10px 0 rgb(128 55 55 / 45%) !important;
}
.serviceTopPart a.serviceDesc {
    color: #d50000;
    text-decoration: none;
}
.serviceTopPart a:active,
.serviceTopPart a:focus,
.serviceTopPart a:hover {
    color: #780303;
    transition: 0.6s;
}
.serviceTopPart .serviceDesc {
    display: inline-flex;
    color: #fff;
    font-size: 13px;
    max-height: inherit;
}
.serviceTopPart .serviceDesc .serviceImg {
    display: inline-block;
    width: 40px;
    margin-right: 6px;
}
.serviceTopPart .serviceDesc .serviceImg img {
    width: 100%;
}
.serviceTopPart .serviceDesc .serviceContent {
    margin-left: 0 
}
.serviceTopPart .serviceDesc .serviceContent .service-title {
    font-weight: bold;
    font-size: 15px;
}
.serviceTopPart .serviceDesc p {
    margin-bottom: 0;
}

/***** service Part *****/
.servicePart {
    margin-right: 0;
    padding: 25px 0 25px 15px;
}
.servicePart a.serviceDesc {
    color: #d50000;
    text-decoration: none;
}
.servicePart a:hover {
    color: #970707;
    border: 2px solid #970707;
    transition: 0.6s;
}
.servicePart .serviceDesc {
    display: inline-flex;
    color: #d50000;
    border: 2px solid #d50000;
    border-radius: 16px;
    padding: 12px 13px;
    font-size: 13px;
    margin: 25px 0 20px;
    width: 100%;
}
.servicePart .serviceDesc .serviceImg {
    display: inline-block;
    width: 50px;
}
.servicePart .serviceDesc .serviceImg img {
    width: 100%;
}
.servicePart .serviceDesc .serviceContent {
    margin-left: 8px 
}
.servicePart .serviceDesc .serviceContent .service-title {
    font-weight: bold;
    font-size: 0.9rem;
}
.servicePart .serviceDesc p {
    margin-bottom: 0;
    font-size: 0.7rem;
}

.btnEffet {
    background: radial-gradient(at center center, #fb4f4f 0, #8d0404 100%);
    -webkit-border-radius: 10px;
    border-radius: 50px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    transition: 0.6s;
}
.btnEffet:active,
.btnEffet:focus,
.btnEffet:hover {
    background: #ff3f3f;
    transition: 0.6s;
}

.brandName {
    text-align: center;
    margin-bottom: 12px;
}
.brandName a {
    color: #fff;
    background: linear-gradient(90deg, #d70000 0%, #940505 100%);
    font-family: archivo, Sans-serif;
    font-size: 22px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 3px;
    text-decoration: none;
}

.featurette {
    color: #fff;
    background: linear-gradient(180deg, #970000 0%, #2c0000 100%);
    background-position: center center;
    background-size: cover;
    padding: 30px 0;
    border-bottom: 2px solid #d50000;
    box-shadow: inset 0 0 0 0 hsl(0deg 39.89% 35.88% / 45%), 0 3px 10px 0 rgb(128 55 55 / 45%) !important;
}
.featurette .modelImg {
    height: 100%;
    width: 100%;
}
.featurette .modelImg img {
    width: 100%;
}
.featurette h3 {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 50px;
}
.featurette .featInfo {
    margin-top: 8%;
    margin-bottom: 10px;
}

.aboutus {
    position: relative;
    background-image: url(../img/bg-about.jpg);
    background-position: center center;
    background-size: cover;
    color: #fff;
    border-bottom: 2px solid #0093cf;
}
.aboutus:before {
    content: '';
    position: absolute;
    background-color: #000000;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.aboutus .row {
    position: relative;
    z-index: 1;
}
.aboutus .modelImg {
    position: relative;
    height: 100%;
    width: 100%;
}
.aboutus .modelImg img {
    position: absolute;
    width: 100%;
    top: 5%;
}
.aboutus .aboutTit { padding: 50px 0 30px; }
.aboutus .aboutTit h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 18px;
}
.aboutus hr {
    color: #0093cf;
    width: 15%;
    margin: 0 auto;
    border-top: 0.1rem solid;
    opacity: 1;
}
.aboutus .aboutInfo {
    margin: 10% 0 15%;
    text-align: justify;
    height: 100%;
    min-height: 300px;
}
.aboutus .aboutInfo strong {
    color: #1eaae3;
}

.indexBody {
    margin: 2.5rem auto 5rem;
    font-size: 0.75rem
}
.indexBody h2 {
    color: #e40e0e;
    font-weight: bold;
    text-align: center;
}
.indexBody .stepSupportTit,
.indexBody .stepGameTit {
    margin-bottom: 1.2rem;
}
.indexBody .stepSupportInfo img {
    width: 50%;
    margin-bottom: 1rem;
}
.indexBody.stepSupportTit {
    margin-bottom: 1.5rem;
}
.indexBody h3 {
    color: #ff5c5c;
    font-weight: bold;
    text-align: center;
}
.stepToStart .stepToStartInfo {
    text-align: center;
}
.stepToStart .stepBtn {
    color: #fff;
    background: rgb(235 43 43);
    border-radius: 50px;
    border: 6px solid rgb(171 0 0);
    font-weight: bold;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}

.stepGame .stepGameInfo img {
    display: block;
    margin: 0 auto;
    width: 120px;
}
.stepGame video {
    margin: 20px auto 30px;
    height: 80vh;
}
.stepGame .stepGameInfo.downloadIcon img {
    width: 190px;
}


/*  login & register link page */
body.linkSubPage {
    padding-top: 10px;
    padding-bottom: 25px;
}
.linkSubPage iframe {
    width: 99.8%;
    height: 93vh;
}

/*  FAQ */
.faqInfo {
    margin-bottom: 2.5rem;
}
.faqInfo .faqDesc .accordion {
    background: none;
    border-radius: 0;
    --bs-accordion-bg: none;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    border: 0;
}
.faqInfo .faqDesc .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #ffc8c8;
    border-radius: .8rem;
    font-weight: 700;
}
.faqInfo .faqDesc button.collapsed {
    color: #000;
    background: none;
    box-shadow: none;
}
.faqInfo .faqDesc button {
    color: #000;
    background: #fadbdb;
    border-bottom: none;
    border-top-left-radius: .8rem !important;
    border-top-right-radius: .8rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: none;
    font-weight: 600;
}
.faqInfo .faqDesc .accordion-button.collapsed {
    background: #ffc8c8;
    border-radius: .8rem !important;
}
.faqInfo .faqDesc .accordion-button::after,
.faqInfo .faqDesc .accordion-button.collapsed::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
    background-image: none;
    color: #d70000;
}
.faqInfo .faqDesc .accordion-button::after {
    color: #000;
}
.faqInfo .faq_img {
    color: #000;
    text-align: left;
    padding: 20px;
    font-weight: initial;
    font-size: 0.75rem;
}
.faqInfo .faq_img a {
    color: #fff;
    font-weight: 700;
}
.faqInfo .faqDesc h5 {
    margin-bottom: 0;
}


/*** Footer ***/
footer {
    background: #fff;
    bottom: 0;
    border-top: 2px solid #d50000;
    width: 100%;
    z-index: 5;
}
footer .footerInfoBox {
    color: #000;
    font-size: .75rem;
    padding-top: 1rem;
}
footer .footerInfoBox ul { padding: 0; }
footer .footerInfoBox ul li {
    list-style: none;
}
footer .footerTit {
    margin: 0;
    padding: 0 0 0 10px;
    border-style: solid;
    border-width: 0 0 0 5px;
    border-color: #d50000;
}
footer .footerTit h3 {
    color: #000;
    font-family: "Anybody", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
footer .footerInfoBox .paymentBank ul li {
    display: inline-block;
    margin-bottom: 6px;
}
footer .footerInfoBox .paymentBank img {
    width: 40px;
}
footer .footerInfoBox a {
    color: #6e6e6e;
    display: block;
    margin-bottom: 18px;
    text-decoration: none;
}
footer .footerInfoBox a:focus .serviceBox h5,
footer .footerInfoBox a:active .serviceBox h5,
footer .footerInfoBox a:hover .serviceBox h5 {
    color: #979797;
    transition: 0.6s;
}
footer .footerInfoBox a:focus .serviceBox span,
footer .footerInfoBox a:active .serviceBox span,
footer .footerInfoBox a:hover .serviceBox span {
    color: #979797;
    transition: 0.6s;
}
footer .footerInfoBox a i {
    float: left;
    margin-right: 5px;
}
footer .footerInfoBox a .serviceBox {
    margin-left: 45px;
    line-height: 1rem;
}
footer .footerInfoBox ul li a i {
    display: inline-block;
    color: #fff;
    background: #25d366;
    font-size: 1.5rem;
    line-height: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding-top: 17px;
    margin-right: 10px;
    text-align: center;
}
footer .footerInfoBox ul li:nth-child(2) a i {
    background: #1877F2;
}
footer .footerInfoBox ul li:nth-child(3) a i {
    background: #e36666;
}
footer .footerInfoBox ul li:nth-child(4) a i {
    background: #039be5;
}
footer .footerInfoBox ul li a:hover i {
    background: #1ca750;
    transition: 0.6s;
}
footer .footerInfoBox ul li:nth-child(2) a:hover i {
    background: #1060c7;
}
footer .footerInfoBox ul li:nth-child(3) a:hover i {
    background: #dd3c3c;
}
footer .footerInfoBox ul li:nth-child(4) a:hover i {
    background: #29759b;
}
footer .footerInfoBox .footerServiceBoxTit {
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
    font-weight: bold;
}

footer .copyright {
    background: #d70000;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
footer .copyright div {
    display: block;
    padding: 6px 20px;
    font-size: .9rem;
}
footer .copyright a {
    color: #fff;
    text-decoration: none;
}


/***** Mobile Media *****/
@media (min-width: 1025px) {
    .aboutus .modelImg img {
        top: 5%;
    }
}
@media (max-width: 1024px) {
    main {
        position: relative;
    }
    
    .aboutus .modelImg img {
        top: 25%;
    }
}

@media (max-width: 991px) {
    body { padding-top: 60px; }
    
    .fourDPage { padding-top: 0 !important; }
    
    .spHidden { display: block !important; }

    .pcHidden,
    .hideTopWhatapp,
    .navbar-expand-md .navbar-collapse { 
        display: none !important;
    }
    .topHeader {
        padding: 1rem 0;
    }
    .topHeader .btn_topJoin {
        font-size: 1em;
    }
    
    .navbar {
        margin-top: 0;
        display: none;
    }
    
    .serviceTopPart {
        padding: 20px 0 5px 15px;
    }
    .serviceTopPart a.serviceDesc {
        margin-bottom: 20px;
        font-size: 0.7rem;
    }
    .serviceTopPart .serviceDesc .serviceImg {
        width: 65px;
    }
    
    .servicePart .serviceDesc {
        height: 100vh; 
        max-height: 100px;
    }
    
    .aboutus .aboutInfo {
        margin: 4% 0 6%;
    }
    .aboutus .modelImg img {
        position: initial;
        top: 0;
        margin-bottom: 20px;
    }
    
    footer .sp-footer {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .pcHide { display: none; }
    .pcShow{ display: block; }
}

@media (max-width: 767px) {
    .temHeader a img {
        width: 36%;
    }
    
    .mobileHide { display: none; }
    .mobileShow { display: block; }
    
    .servicePart .serviceDesc {
        padding: 20px 0 20px 15px;
        margin: 5px 0 5px;
        height: auto;
        max-height: inherit;
    }
    
    .featurette .modelImg {
        position: relative;
        height: 50%;
        width: 50%;
        margin: 0 auto;
    }
    .featurette .featInfo {
        margin-top: 8%;
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .servicePart .serviceDesc {
        height: auto;
        max-height: inherit;
    }
    
    .featurette .modelImg {
        height: 80%;
        width: 80%;
    }
    .featurette h3 {
        line-height: 50px;
    }
    
    /*  login & register link page */
    body.linkSubPage {
        padding-top: 0;
        padding-bottom: 0;
        overflow: hidden;
        margin-top: 25px;
    }
    .linkSubPage iframe {
        padding-top: 25px;
        padding-bottom: 6px;
        width: 99.8%;
        height: 90vh;
    }
}

@media (max-width: 460px) {
    body { padding-top: 45px }
    
    .fourDPage { padding-top: 0 !important; }
    
    .topHeader {
        padding: 0.65rem 0;
    }
    .topHeader .btn_topJoin,
    .topHeader .btn_topLogin {
        font-size: .7em;
        margin-right: .5rem;
    }
    
    .navbar {
        background: linear-gradient(90deg,#fff 0,#fff 30px,#19723c 0,#19723c);
    }
    .navbar .logoBg {
        width: 90px;
        padding: 0.65rem 0;
    }
}

@media (max-width: 375px) {
    .topHeader .btn_topJoin, 
    .topHeader .btn_topLogin {
        margin-right: .2rem;
    }
    
    .brandName a {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .windowsLoad .modal-body {
        margin-top: 50%;
    }
    
    .featurette .featInfo {
        padding: 0 20px;
    }
}
