@charset "UTF-8";
/*
Theme Name: tingting88
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tingting88
 */
:root {
    --main-text-color: #fff;
}

figcaption{
    text-align: center;
    color: #000 !important;
}
.navbar-area.is-sticky .lion-logo img{
    max-width: 60%;
}

.header .top-header p{
    color: var(--main-text-color);
}
.area-user .btn {
	width:160px;
    border-radius: 60px;
    font-weight: 500;
    border: none;
    transition: all .5s cubic-bezier(.19,1,.22,1);
}
.content-single_container,.sidebar-single{
    padding: 1rem;
    background: #f2f2f2;
}
.btn-register{
    background: #df143f !important;
    color: #fff !important;
}
.btn-login-submit{
    background:linear-gradient(#f7e583,#debd5f,#bc8b30); ;
}
.hotline{
    display: flex;
    font-size: 18px;
}
.hotline i{
    font-size: 27px;
    background: linear-gradient(#f7e583,#debd5f,#bc8b30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hotline a{
    margin-left: 6px;
    color: #fff;
    background: linear-gradient(#f7e583,#debd5f,#bc8b30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-slides{
    top: 100px;
    margin-bottom: 52px;
}
.banner-item{
    height: 500px;
    display: block;
}
.banner-desc{
    position: absolute;
    top: 50%;
    left:50%;
    bottom: 0;
    transform: translate(-50%);
    width: 30%;
    text-align: center;
}
.btn-banner{
    border: 1px solid #fff !important;
    color: #fff !important;
    border-radius: 20px !important;
    padding: 6px 30px !important;
}
.banner-slides .owl-dots{
    position: absolute;
    bottom: 10px;
    left: 50%;
}
.title-baner{
    font-size: 52px;
    font-weight: 700;
    line-height: 70px;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 13px;
    letter-spacing: -1px;
}
#footer{
    background:#1a1a2e;
    color: #fff;
}
.footer__title {
    text-transform: uppercase;
    color: #dec9a1;
    padding-bottom: 21px;
    padding-left: 18px;
    margin-top: 26px;
    margin-bottom: -4px;
    position: relative;
    font-size: 16px;
}
.footer__title:after {
    content: "";
    background-image: url("assets/img/icon-title.svg");
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    top:0;
}
.footer__support--list{
    padding-left: 0;
}
.nav-menu-footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    height: 80px;
}
.footer__support--list li{
    display: flex;
    color: #888787;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
}
.footer__support--list li .icon{
    width: 20px;
    display: flex;
    justify-content: center;
    margin-right: 12px;
}

.footer__support--list li a{
    color: #dec9a1;
}
.footer__support--list li a:hover{
    text-decoration: none;
    color: #fff;
}
.block-logo-footer .lion-logo{
    margin-bottom: 18px;
}
.social-network{
    margin-top: 10px;
}
.social-network a i{
    font-size: 32px;
}
.company-corp{
    padding: 10px 0 15px;
    font-size: .9em;
    background: #0f3460;
    text-align: center;
}
.ruler-step{
    padding: 20px 0;
    position: relative;
    background-color:#333333;
    z-index: 10;
}
.list-suport{
    display: flex;
}
.suport-item{
    display: flex;
    align-items: center;
    padding-right: 50px;
    cursor: pointer;
}
.suport-item_left img{
    height: 35px;
    width: auto;
}
.suport-des_title{
    font-weight: bold;
}
.suport-des_title,.suport-des_small{
    display: block;
    color: #fff;
    font-size: 14px;
}
.suport-item_right{
    padding-left: 10px;
}
.box-guide .entry-post-content{
    position: relative;
    background: url(/wp-content/uploads/2019/12/bg-guide03.png) no-repeat right bottom;
    background-size:45%;
    padding: 35px 25px !important;
}
.box-guide .entry-post-content h3{
    font-size: 26px !important;
    font-weight: 700;
    color: #fff;
}
.box-guide .entry-post-content .read-more-btn{
    background:#fff;
    top: 22px;
}
.single-blog-post.box-guide{
    height: 216px;
}
.game-item{
    position: relative;
    background-position: center;
    overflow: hidden;
}
.game-item .game-item--content{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.game-item .game-item--content .game-item--title{
    display: block;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    margin-bottom: 5px;
}
.game-item .game-item--content .btn-play{
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    position: absolute;
    background: #fff;
    color: #000;
    background: linear-gradient(#f7e583,#debd5f,#bc8b30);
}
.game-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.game-item:hover:before{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.game-item:hover .game-item--content .btn-play{
    transition: all 0.5s ease;
    font-size: 14px;
    width: 120px;
    height: auto;
    padding: 5px 20px;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    position: relative;
}
.item--bank{
    width:9%;
}
.item--bank img:hover{
    transform: scale(.95);
    transition: .3s;
}
/*
=========================================
preloader
=========================================
 */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0b122e;
    z-index: 9999999;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
.preloader.hide {
    opacity: 0;
    display: none; }

.loader {
    position: relative;
    width: 60px;
    height: 60px;

    border-radius: 50%;
    display: inline-block;
    vertical-align: middle; }

.loader-1 .loader-outter {
    position: absolute;
    border: 4px solid #f9314b;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite; }

.loader-1 .loader-inner {
    position: absolute;
    border: 4px solid #f9314b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite; }

@-webkit-keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes loader-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@-webkit-keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg); } }

@keyframes loader-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg); } }

/*===============*/
.four-zero-four {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #070b28;
    position: relative;
}
.four-zero-four .bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.four-zero-four .content .inner-content .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #dfe3ff;
}
.mybtn1{
    display: inline-block;
    background: #fff;
    padding: 6px 10px;
}
.bank-sub{
    font-size: 18px;
}
.noidung-content-ft{
    width: 80%;
    margin: 0 10%;
}
.noidung-content-ft .item-icon-tt{
    width:11% ;
}
.item-icon-tt img:hover {
    transform: rotate(360deg);
    transition: 1s;
}
.breadcrumb__container .row,.breadcrumb__container {
    height: 100%;
}
.title-single-post{
    font-size: 2em;
    position: relative;
    display: inline-block;
}
.nav-menu-footer li a{
    color: #dec9a1;
    font-size: 16px;
}
.show-mobile{
    display: none;
}
.list-cat-sidebar{
    padding-left: 0;
    list-style: none;
}
.list-cat-sidebar li{
    margin-bottom: 8px;
}
.list-cat-sidebar li a{
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-left: 14px;
}
.list-cat-sidebar li a:before{
    content: '\f105';
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 free";
    font-size: 14px;
}
.list-cat-sidebar li.active a,.list-cat-sidebar li:hover a{
    color:#df143f ;
}
.owl-carousel .post-slides-item img{
    height: 200px !important;
}
.item-thumbnail{
    margin-bottom: 0;
}
.post-item{
    position: relative;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.post-item .item-title a{
    font-size: 16px !important;
    color: #000000 !important;
    text-transform: uppercase;
    line-height: 1.4;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 43px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-excerpt{
    font-size: 14px;
    color: #999;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 43px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.item-box-text{
    padding: 10px 8px;
}
.item-box-text h3{
    font-size: 12pt;
}
.read-more{
    color: #000;
}
/*mobile*/
@media only screen and (max-width: 48em) {
    .section-slider .swiper-button-next, .section-slider .swiper-button-prev{
        top: 22%;
    }
    .section-slider .swiper-button-next:focus,
    .section-slider .swiper-button-prev:focus{
        outline: none;
    }
    .section-slider .swiper-button-next:after,
    .section-slider .swiper-button-prev:after{
        font-size: 13px;
        background: #df143f;
        width: 30px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
    }
    #masthead .menu-botton{
        display: none;
    }
    .btn-default.btn-login-submit,
    .btn-default.btn-register{
        padding: 4px 15px;
        display: flex;
        align-items: center;
        height: 34px;
        border-radius: 0;
        width: 100px;
        text-align: center;
        justify-content: center;
    }
    .main-menu .area-user{
       display: flex;
       justify-content: space-between;
    }
    #masthead .main-menu{
        min-height: 60px;
    }
    .hide-mobile{
        display: none !important;
    }
    .show-mobile{
        display: block;
    }
    .top-header{
        padding: 8px 0 !important;
    }
    .hotline{
        font-size: 14px;
    }
    .hotline i {
        font-size: 18px;
    }
    .area-user{
        text-align: center;
    }
    .banner-slides {
        top: 95px;
    }
    .banner-desc{
        width: 100%;
    }
    .title-baner{
        font-size: 32px;
    }
    .evolta-responsive-menu .logo{
        top: -20%;
        left: 50%;
        transform: translateX(-50%);
    }
    .evolta-responsive-menu{
        height: 38px;
    }
    .header-sp-menu.js-sp-menu{
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        height: 18px;
        width: 23px;
        border: none;
        background: none;
        transform: translateY(-50%);
    }
    .header-sp-menu span:nth-of-type(1) {
        position: absolute;
        display: block;
        width: 23px;
        height: 2px;
        border-radius: 1px;
        background: #debd5f;
        left: 0;
        top: 1px;
        transition: all 0.3s 0.1s;
    }
    .header-sp-menu span:nth-of-type(2) {
        position: absolute;
        display: block;
        width: 23px;
        height: 2px;
        border-radius: 1px;
        background:#debd5f;
        left: 0;
        opacity: 1;
        top: 7px;
        transition: all 0.3s 0.1s;
    }
    .header-sp-menu span:nth-of-type(3) {
        position: absolute;
        display: block;
        width: 23px;
        height: 2px;
        border-radius: 1px;
        background: #debd5f;
        left: 0;
        top: 13px;
        transition: all 0.3s 0.1s;
    }
    .header-nav.nav-mobile,.nav-mobile-login{
        display: block;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        background: #262626;
        z-index: 4;
        overflow-x: hidden;
        overflow-y: scroll;
        transition: all 0.5s;
        height: 0;
    }
    .header-nav.header-sp-menu-open,.nav-mobile-login.mobile-login-open{
        opacity: 1;
        height: calc(100vh - 128px);
        z-index: 100;
    }
    .header-sp-menu.header-sp-menu-open span:nth-of-type(1) {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .header-sp-menu.header-sp-menu-open span:nth-of-type(2) {
        opacity: 0;
    }
    .header-sp-menu.header-sp-menu-open span:nth-of-type(3) {
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .nav-mobile ul.nav-menu{
        margin-top: 20px;
        padding-left: 10px;
    }
    .menu-item-mobile{
        display: block;
        padding: 8px 0;
        border-top: 1px solid #e2e3e5;
    }
    .menu-item-mobile:last-child{
        border-bottom:1px solid #e2e3e5;
    }
    .menu-item-mobile li a{
        padding-left: 24px;
        color: #ead070 !important;
        font-weight: 500;
    }
    .main-navigation-content ul{
        padding-left:0;
        margin-bottom: 0;
    }
    .main-navigation-content .footer__support--list li{
        padding-left: 24px;
    }
    .main-navigation-content .footer__support--list{
        background: #383532;
        padding-top: 12px;
    }
    .mobile-login{
        right: 12px;
        display: block;
        position: absolute;
        top: 0;
        background: none;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 1px solid #debd5f;
    }
    .mobile-login i{
        background: linear-gradient(#f7e583,#debd5f,#bc8b30);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .ruler-step .list-suport{
        display: flex;
        white-space: nowrap;
        overflow-x: scroll;
        padding: 5px 0;
        justify-content: space-between;
        overflow-y: hidden;
    }
    .list-suport .suport-item .suport-item_left{
        width: 62px;
    }
    figure{
        max-width: 100% !important;
    }

    .menu-botton #menu-main-menu{
        display: none;
    }
    .section-slider .swiper-container{
        height: 200px;
    }
    .menu-botton #area-user_mobile,
    .header-nav.nav-mobile,
    .header-sp-menu{
        display: block !important;
    }
    #area-user_mobile .btn-login-submit{
        background: #ffffff !important;
        padding: 8px;
        font-size: 16px;
    }
    .header__language-mobile{
        display: flex !important;
        list-style: none;
        margin-bottom: 0;
        align-items: center;
    }
    .header__language-mobile li{
        position: relative;
        padding-right: 14px;
    }
    .header__language-mobile li a img{
        width: 26px;
    }
    #footer{
        padding-top: 20px !important;
    }
    #footer .lion-logo{
        margin-bottom: 10px;
    }
    .bank-sub{
        display: none;
    }
    .item--bank {
        width: 48%;
        padding: 10px;
    }
    .breadcrumb-wrapper{
        height: 58px !important;
    }
    .sidebar-single{
        margin-top: 20px;
    }
    .footer__middle,.list-bank--support{
        display: none !important;
    }
    .section-title .block-heading span{
        font-size: 18px !important;
    }
    .section-title .block-heading span:before{
        background-size: 112px !important;
        background-position: right !important;
        top: 10px !important;
    }
    .section-title .block-heading span:after{
        background-size: 112px !important;
        background-position: left !important;
        top: 10px !important;
    }
    .block-tabar-mobile{
        display: block !important;
    }

}
#area-user_mobile,.header-nav.nav-mobile ,.header-sp-menu,.header__language-mobile{
    display: none;
}
.header__language{
    list-style: none;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
}
.header__language li{
    margin-right: 10px;
}
.header__language li span{
    color: #ffffff;
    font-size: 16px;
}

.hotline-bar {
  position: absolute;
  background: #E88A25;
  background: -webkit-linear-gradient(left, #e88a25, #d40000);
  background: -o-linear-gradient(right, #e88a25, #d40000);
  background: -moz-linear-gradient(right, #e88a25, #d40000);
  background: linear-gradient(to right, #e88a25, #d40000);
  height: 40px;
  width: 200px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  border: 2px solid white;
  left: 33px;
  bottom: 37px;
}

.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 38px;
  font-family: Arial;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
/*===============================================================*/
#menu-main-menu{
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.main-menu{
    min-height: 80px;
    display: flex;
    align-items: center;
    background: #0f3460;
}
.menu-botton{
    background: #16213e;
    min-height: 52px;
    display: flex;
    justify-content: center;
}
.menu-botton .row{
    height: 100%;
}
.sabaychak-menu li {
    position: relative;
}
#menu-main-menu li:hover, #menu-main-menu li.active {
    transition: all 0.3s ease;
    background: #1d1d1d;
}
#menu-main-menu li:before{
    content: "";
    display: block;
    height: 2px;
    background: #993333;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: all 0.3s ease;
}
.dropdown-menu li:hover:before{
    content: none !important;
}
.dropdown-menu{
    padding: 0 !important;
}
.dropdown-menu li a{
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
}
#menu-main-menu li:hover:before,#menu-main-menu li.active:before{
    transform: scaleX(1);
}
.banner-slides .owl-stage-outer .owl-item img {
    display: block;
    width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.title-medium {
    color: #fff;
    font-size: 24px;
    padding-bottom: 12px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.title-medium:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 30%;
    background: #fff;
    left: 0;
    bottom: 0;
}
.infor-text-title a {
    color: #ffff;
    font-size: 18px;
}
.useful-information .left img {
    max-width: 60px;
}
.footer__posts-list{
    list-style: none;
    padding-left: 0;
}
.footer__posts-list li {
    padding: 4px 0;
    margin-bottom: 0!important;
}
.footer__posts-list li a{
    color: #ffffff;
    font-size: 12px;
}
.footer__posts-list li a:hover{
    color: #FFFFFF;
}
.footer__posts-list li:last-child {
    border: none;
}
.useful-information .right {
    padding-left: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.useful-information {
    display: flex;
}
.read-more-infor{
    margin-top: 10px;
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
}
.read-more-infor:hover{
    color: #ffffff;
}
.footer__howtouse-list{
    list-style: none;
    padding-left: 0;
    padding-top: 62px;
}
.footer__howtouse-list li{
    border-bottom: 1px solid #c2c2c2;
}
.howtouse__link{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    padding: 2.3rem 0 2.3rem 4rem;
    color: #ffffff;
}
.howtouse__link i{
    transition: transform .8s ease-in-out,-webkit-transform .8s ease-in-out;
}
.footer__howtouse-list li:hover a{
    color: #df143f;
}
.howtouse__link:hover i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #debd5f;
}
.howtouse__link:hover{
    color: #ffffff;
}
.howtouse__link:before {
    content: "";
    width: 39px;
    height: 39px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.howtouse__link--01:before {
    background: url(assets/img/agenda.png) no-repeat;
    background-size: 100%;
}
.howtouse__link--02:before{
    background: url(assets/img/save-money.png) no-repeat;
    background-size: 100%;
}
.howtouse__link--03:before{
    background: url(assets/img/bank.png) no-repeat;
    background-size: 100%;
}
.footer__howtouse-list li:last-child {
    border-bottom: none;
}
.pay__load-now{
    background: linear-gradient(#f7e583,#debd5f,#bc8b30);
    border-radius: 35px;
    font-size: 2em;
    padding: 6px 24px;
    display: block;
    text-align: center;
}
.pay__load-now span{
   color: #000000;
}
.modal-dialog{
    max-width: 800px !important;
}
.modal-header{
    background: #f0f0f0;
    text-align: center;
    justify-content: center !important;
}
.modal-body p{
    color: #333333;
}
.modal-content .close{
    display: block;
    position: absolute;
    right: 8px;
}
.bk-16213e{
 /*   background-color:#16213e;*/
}
.section-title .block-heading span{
    position: relative;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    margin: 0 19px;
    color: #ffffff;
    text-shadow: 0 0 2px rgba(0,0,0,.6);
}
.section-title .block-heading span:before,
.section-title .block-heading span:after{
    position: absolute;
    top: 18px;
    width: 196px;
    height: 4px;
    content: "";
    background-repeat: no-repeat;
}
.section-title .block-heading span:before{
    left: -215px;
    background-image: url(assets/img/line-title-left.svg);
}
.section-title .block-heading span:after{
    right: -215px;
    background-image: url(assets/img/line-title-right.svg);
}
.start-title{
    text-align: center;
}
.start-title img{
    max-width: 60px;
}
.bk-0f3460{
    background-color: #0f3460;
}
.swiper-slide-inner{
    display: flex;
    border-radius: 5px;
    padding: 16px;
    border: 1px solid #16213e;
    background: #16213e;
}
.swiper-slide-inner .thumnail-post{
    width: 28%;
    height: 70px;
    margin-right: 16px;
    overflow: hidden;
}
.box-text-item{
    width: 70%;
}
.swiper-slide-inner .thumnail-post img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide-inner .thumnail-post a{
    width: 100%;
    height: 100%;
}
.swiper-container.slider-post{
    height: 105px;
}
.swiper-slide-inner .box-text-item a{
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 0;
    text-transform: uppercase;
}
.block-post-swiper{

}
.custom-swiper-next,.custom-swiper-prev{
    position: absolute;
    top: 156px;
}
.custom-swiper-next i,.custom-swiper-prev i{
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}
.custom-swiper-next{
    left: 200px;
}
.custom-swiper-prev{
    right: 200px;
}
.btn-readmore{
    display: block;
    text-align: center;
    margin-top: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
}
.list-bank--support{
    list-style: none;
    display: flex;
    width: 100%;
    margin-bottom: 0;
    height: 60px;
    align-items: center;
    padding-left: 0;
    justify-content: space-around;
}
.list-bank--support li img{
    max-width: 134px;
}
.list-bank--support,.footer__middle{
    position: relative;
}
.list-bank--support:before,.footer__middle:before{
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2020/11/line-header.png) no-repeat;
    height: 2px;
    width: 100%;
    top: 0;
}
#footer-top{
    margin-bottom: 20px;
}
.list-post-policy{
    padding-left: 0;
    list-style: none;
}
.list-post-policy li{
    padding: 4px 0;
}
.list-post-policy li a{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
}
.block-tabar-mobile ul{
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 0;
    justify-content: space-around;
    margin-bottom: 0;
    height: 60px;
    background: #ead070;
    position: fixed;
    bottom: 0;
    z-index: 1000;
}
.block-tabar-mobile ul li,.block-tabar-mobile ul li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #222222;
}
.block-tabar-mobile{
    display: none;
}
.main-navigation{
    position: fixed;
    top: 0;
    right: -60%;
    height: 100%;
    width: 60%;
    background:#110e0b;
    z-index: 1000;
    transition: all 0.5s ease;
}
.main-navigation.active{
    right: 0;
}
#close-nav{
    position: absolute;
    right: 0;
    display: flex;
    width: 34px;
    height: 34px;
    background: #ead070;
    border-radius: 100%;
    padding: 10px;
    cursor: pointer;
}
.main-navigation-content{
    margin-top: 36px;
}
.hotline-header{
    display: flex;
    align-items: center;
}
.hotline-header .phone-image{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color:red;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hotline-header .phone-image img{
    max-width: 18px;
}
.hotline-header .text-phone{
    font-size: 18px;
    padding-left: 4px;
    color: #ffffff;
}
/*================================================*/
.list-contact-fixed{
    position: fixed;
    right: 12px;
    bottom: 300px;
    list-style: none;
    z-index: 1000;
}
.list-contact-fixed li a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-contact-fixed li{
    margin-bottom: 6px;
}
.list-contact-fixed li .icon-call{
    background-color: #fcc431;
}
.list-contact-fixed li .icon-message{
    background-color: #007fff;
}
.list-contact-fixed li .icon-zalo{
    background-color: #0068ff;
}
#breadcrumbs{
    margin-bottom: 0;
}
/*new update*/
.menu-item-mobile > i{
    margin-left: 8px;
    color: #fff;
}
.menu-item-mobile .sub-menu{
    display: none;
}
.menu-item-mobile .sub-menu li{
    padding-left: 12px;
    position: relative;
}
.menu-item-mobile li a{
    padding-left: 24px;
    color: #ead070 !important;
    font-weight: 500;
}

.menu-item-mobile a{
    padding-left: 24px;
    color: #ead070 !important;
    font-weight: 500;
}