.text-white h3 {
    color: #fff;
}

.row-3 .info-payment ul.list-group.list-group-flush.list-group-borderless.mb-0 {
    padding-left: 0;
}

.info-payment ul.list-group li.list-group-item {
    padding: 0;
}

html,
body {
    overflow-x: hidden;
}

.item-slider {
    display: inline-block;
    width: 20%;
}

.thumbnail-image-post {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.thumbnail-image-post img {
    width: 100%;
}


/* Footer */

.bg-footer {
    background-color: #2a221f;
    color: #fff;
}

h3.footer-title {
    font-size: 25px;
    font-weight: bold;
}

.register-bottom h4 {
    padding-bottom: 5px !important;
    color: #fb7f27;
    font-weight: bold !important;
}

.register-bottom h5 {
    margin-bottom: 20px;
}

.register-bottom .hs_submit.hs-submit input {
    border: 1px solid #000;
    box-shadow: 5px 0 30px 30px #00000040;
}

footer ul {
    padding-left: 15px;
}

.info-payment p {
    font-size: 16px;
}

.footer-widget {
    position: relative;
}

.footer-widget:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, #8a8584, transparent);
    bottom: -15px;
}

#section-gioithieu .vc_row.wpb_row.vc_row-fluid {
    height: 635px;
}

.box-hotro {
    border: 1px solid #f9e8db;
    border-radius: 5px;
    background: #fff;
    padding: 15px;
    width: 47%;
    position: absolute;
    left: 0;
    margin-top: 25%;
}

.box-doitac {
    border: 1px solid #ff8b7e;
    border-radius: 5px;
    background: #fff;
    padding: 15px;
    width: 47%;
    background-color: #ff8b7e;
    background-image: -webkit-linear-gradient(left, #ff8b7e 0%, #ffaf70 50%, #ff8b7e 100%);
    background-image: linear-gradient(to right, #ff8b7e 0%, #ffaf70 50%, #ff8b7e 100%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
    position: absolute;
    top: 0;
    right: 5%;
}

.box-quytrinh {
    border: 1px solid #f9e8db;
    border-radius: 5px;
    background: #fff;
    padding: 15px;
    width: 47%;
    position: absolute;
    right: 5%;
    margin-top: 57%;
}

.circle-box {
    margin: 0 auto;
    border: 1px solid #fcc1af;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 25px 0;
    color: #000;
}

.circle-box p {
    margin-bottom: 0;
}

.kizoho-u-heading a.kizoho-heading-link {
    text-decoration: none;
    color: #000;
}

.kizoho-u-heading a.kizoho-heading-link .kizoho-u-main-heading {
    font-weight: 500;
}

.kizoho-u-heading a.kizoho-heading-link .kizoho-u-sub-heading h4 {
    margin-bottom: 0;
    font-weight: bold;
}

.container.marketing.solution h3 {
    font-size: 18px;
    font-weight: bold;
}

.inline-block {
    display: inline-flex;
}

.inline-block a {
    width: 50%;
    padding-right: 15px;
}

.marketing h3 {
    font-size: 25px;
    font-weight: bold !important;
}

.navbar-expand-md .navbar-nav .menu-item:last-child a {
    position: relative;
}

.navbar-expand-md .navbar-nav .menu-item:last-child a.nav-link:before {
    content: "Hot";
    position: absolute;
    top: 3px;
    right: -22px;
    z-index: 9;
    font-size: 12px;
    font-weight: bold;
}

.navbar-expand-md .navbar-nav .menu-item:last-child a.nav-link:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 15px;
    top: 5px;
    margin-left: 5px;
    padding: 0 10px;
    border-top: 8px solid transparent;
    border-left: 0 solid #307bfe;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #307bfe;
    animation: pulse 350ms infinite;
}

@keyframes pulse {
    0% {
      background-color: #f68421;
    }
    50% {
        background-color: #face02;
    }
    100% {
      background-color: #ff4136;
    }
}

@media screen and (max-width:1170px) {
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 13px;
    }
}