/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.nav-pagination>li>.current, .nav-pagination>li>span:hover, .nav-pagination>li>a:hover {
    border-color: #02a046;
    background-color: #02a046;
    color: #fff;
}
.box-image .image-cover img {
    border-radius: 5px;
}
.icon-box {
    cursor: pointer;
}
/*CSS TRANG CHỦ*/
.text-hanmuc-laisuat p, .text p, .row-vaytien-online .col .col-inner p {
    text-align: center;
}
/*BANNER BUTTON*/
p, li {
    text-align: justify;
}
.nav-line-bottom>li>a:before{
    background-color: #0c3139;
}
.btn-tuvanvay, .btn-tuvan {
    background-color: #fff;
    color: #666 !important;
}
.btn-tuvan {
    width: 100%;
}
.btn-khoanvay {
    background: #02a046 ;
    color: #fff !important;
}
/* TITLE Lớn */
.entry-header-text {
    padding-bottom: 0px;
}
.entry-content {
    padding-top: 0px;
}
.tab-vay-uytin h4, .title h2 {
    color: #0c3139;
    font-size: 2.2em;
    line-height: 1.3;
    font-weight: 700;
    text-transform: none;
}
.tab-vay-uytin ul li.active a {
    background: #02a046;
    border-radius: 10px;
}
.tab-vay-uytin ul li a {
    font-size: 1.1em;
}
.text-hanmuc-laisuat p {
    margin-bottom: 0px;
}
.row-hangmuc-laisuat {
    margin-bottom: 10px;
}
.btn-dangkyngay {
    width: 100%;
    background: #02a046;
    margin-top: 15px;
}
.menu-timhieu-them a span {
    margin-left: 50%;
    transform: translateX(-50%);
    color: #02a046;
    font-weight: bold;
}
.menu-timhieu-them a span {
    width: max-content;
    border-bottom: 2px #02a04699 solid;
    transition: all .3s;
}
.menu-timhieu-them a:hover span {
    border-color: #000;
    width: 100%;
    color: #000;
}
.is-divider {
    display: none;
}
.section-tin-nganhang .post-item .box-text .box-text-inner h5 {
    height: 4em;
}
p.cat-label.tag-label.is-xxsmall.op-7.uppercase {
    background-color: #00b14f;
    color: white;
    padding-top: 4px;
}
h5.post-title {
    text-transform: inherit;
}
.tradingview-widget-copyright a span {
    color: #2962FF;
}
.text-banner p, .text-dangky-nhantin p, .text-thongtin-footer p {
    text-align: left;
}
/*END CSS TRANG CHỦ*/
/*CSS VAY TIỀN ONLINE*/
.row-vaytien-online {
    border: 1px rgb(178 178 178) solid;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
.row-vaytien-online .col{
    padding-bottom: 0px;
}
.row-vaytien-online{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.text-title-dichvu p {
    margin-bottom: 10px;
}
/*CSS FOOTER*/
.row-dang-ky-nhantin .col {
    padding-bottom: 0px;
}
.form-nhantin .wpcf7 .wpcf7-form p {
    display: flex;
}
.form-nhantin {
    position: relative;
    top: 40px;
}
input[type='email'], input[type='tel'], input[type='text'], textarea, input[type='submit'] {
    font-weight: 100;
}
.button-dangkyngay{
    background-color: #0c3139;
}
input[type='submit'], .btn-dangky{
    background-color: #02a046;
}
.menu-footer .menu-item a i {
    color: #7a9c59;
}
.menu-footer .menu-item a span, .btn-footer span {
    color: #fff;
}
.btn-xemthem span {
    color: #0c3139;
}
.page-numbers {
    padding-bottom: 25px;
}
/*CSS BÀI VIẾT LIÊN QUAN*/
.img-lienquan img {
    height: 170px;
    border-radius: 5px;
}
.title-lienquan {
    padding-top: 20px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.form-nhantin .wpcf7 .wpcf7-form p{
    display: block;
}
.form-nhantin label {
    width: 100% !important;
}
}