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

/*************** ADD CUSTOM CSS HERE.   ***************/

#top-bar {
    padding: 0 50px;
}

#masthead {
    /* 	padding: 0 50px; */
}

#wide-nav {
    /* 	padding: 0 50px; */
}

.top-bar-nav .follow-icons {
    font-size: 1.7em;
    /* 		padding: 5px; */
    color: #9f391d;
}

#header-contact li span {
    font-size: 1.3em;
    font-weight: 400;
    margin-left: 20px;
    text-transform: none;
    color: #000;

}

#header-contact li {
    margin-left: 50px;
}

#header-contact li a:after {
    display: none;
}

#header-contact li i {
    color: #9f391d;
    border: 1px solid #dee2e6;
    padding: 10px;
    border-radius: 100%
}

/* footer */
.absolute-footer {
    display: none;
}

.accordion-footer .accordion-title {
    font-size: 90%;
}

/* trang chủ */

.home-intro .img-inner {
    border-radius: 20px 10px 20px 10px;
    border: 4px solid white;
    position: relative;
}

.home-intro .img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: -40px;
    left: -40px;
    z-index: 0;
    border: 4px solid #9f391d;
    border-radius: 20px 10px 20px 10px;
}

/* giới thiệu */
.col-about-thanh-tuu .icon-inner img {
    background: #9f391d;
    border-radius: 50px;
    padding: 10px;
}

.col-about-thanh-tuu .icon-inner svg {
    background: #9f391d;
    border-radius: 50px;
    padding: 10px;
}

.col-about-thanh-tuu .col-inner:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* liên hệ */
.col-contact .wpcf7-form-control {
    border-radius: 8px;
}

.col-contact .wpcf7-spinner {
    display: none;
}

/* Progress Bar Start Here */
.home-why .progress {
    position: relative;
    height: 5px;
    width: 100%;
    background: #ccc;
    border-radius: .5rem;
}

.home-why .bar {
    position: relative;
    max-width: 100%;
    height: 100%;
    background: #c4a46d;
    border-radius: .5rem;
    animation: progress-bar .6s ease-out;
    animation-delay: .2s;
}

.home-why .data {
    display: inline-block;
    position: absolute;
    padding: .25rem .5rem;
    top: -38px;
    right: 0;
    z-index: 99;
    background: #000;
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
    transform: translateX(50%);
    animation: fadein 1s;
    animation-delay: .2s;
}

.home-why .data::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    top: calc(100% - 1px);
    left: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000;
    transform: translateX(-50%);
}

@keyframes progress-bar {
    from {
        width: 0;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        transform: translateX(50%) translateY(5px);
    }
}

/* tin tức */
.col-blog-post .col-inner:hover .box-text {
    background-image: linear-gradient(180deg, #fff, #c4a46d);
    color: #fff;
}

.col-blog-post .is-divider {
    background: #c4a46d;
}

/* phone-zalo-mess */
@media only screen and (min-width: 768px) {
    .popup-ads {
        width: 850px;
        padding: 0px;
        top: 10%;
        left: 50%;
        margin-left: -425px;
        display: none;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .close-button {
        width: 30px;
        height: 30px;
        padding: 5px;
        text-align: center;
        font-size: 2em;
        line-height: 0.5em;
        color: #c4a46d;
        background: #eee;
        border-radius: 10%;
        position: absolute;
        top: 45px;
        right: 65px;
        cursor: pointer;
    }

    .grecaptcha-badge {
        display: none;
    }


}


@media only screen and (max-width: 767px) {
    .popup-ads {
        width: 90%;
        background: #eee;
        padding: 10px;
        top: 10%;
        left: 50%;
        margin-left: -45%;
        display: none;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
}

.popup-wrapper {
    text-align: center;
}

.popup-wrapper img {
    width: 100%;
}

.col-hinh-anh-hd ul li {
    padding: 0 30px
}

.col-hinh-anh-hd ul li a {
    color: #9f391d;
}

.col-hinh-anh-hd ul li a:hover {
    color: #c4a46d;
}

.col-hinh-anh-hd ul li.active a {
    color: #c4a46d;
}

/* Custom CSS Tablet */
@media (max-width: 849px) {}


/* Custom CSS Mobile */
@media (max-width: 549px) {
    ul.mobile-nav > li > a {
        display: none;
    }
}