.has-dropdown.current-dropdown .sub-menu.nav-dropdown {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.webinfo-post__header .entry-meta {
	font-size: 1rem;
}
.webinfo-post__header .posted-on {
	margin-right: 1em;
}
.webinfo-post__body {
	padding-top: 0 !important;
}
.page-wrapper {
	padding-top: 20px !important;
}
.page-wrapper .post {
	margin-bottom: 20px !important;
}

.page-wrapper .post .entry-content{
	padding-bottom: 10px !important;
}
.page-wrapper .webinfo-breadcrumbs p {
	margin-bottom: 0 !important;
}

.post-item a:hover .from_the_blog_excerpt  {
	color: #000;
}

.post-item a:hover .post-title {
	color: var(--primary-color);
}
.webinfo-post__footer {
	border-top: 0 !important;
}
.webinfo-post__footer a {
	margin-bottom: 5px;
    padding: 4px 12px;
	display: inline-block;
    color: #666;
    background: #f1f5f9 none;
    border-radius: 13px;
    font-weight: 500;
}

.webinfo-post__footer a:hover {
    background: var(--primary-color) none;
    color: #fff
}

/*Related Post*/
.related-post-box .related-title-box{
    font-size: 24px;
    text-transform: uppercase;
}
.feature {
    position: relative;
    overflow: hidden;
}
.feature::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.feature .image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
}

.related-title {
    line-height: 1.3 !important;
    margin-top: 10px !important;
}
.related-post-box .related-post .col .related-title a{
    /* color: #fff !important; */
}
.related-post-box .related-post .col .related-title a:hover{
   color: var(--fs-color-secondary) !important;
   text-decoration: underline;
}

.box-blog-post .is-divider {
	display: none;
}
.post .entry-content.single-page a, .page  .entry-content a, .custom-content a {
	color: var(--primary-color);
}
.post .entry-content.single-page a:hover, .page  .entry-content a:hover,  .custom-content a:hover {
	text-decoration: underline;
}

/* Home */
.title-comm {
    color: #fff;
    font-size: 18px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    background-color: #fff;
    text-align: center;
}

h3.title-comm:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 0;
    border-top: 2px solid #d0d2d3;
    z-index: 1;
    display: block;
}

.title-comm .title-holder {
    min-width: 350px;
    height: 45px;
    background-color: #56bbe7;
    height: auto;
    line-height: 45px;
    padding: 0px 20px;
    position: relative;
    z-index: 2;
    text-align: center;
    display: inline-block;
    min-width: 280px;
}

.title-holder:before {
    content: "";
    position: absolute;
    right: -15px;
    border-width: 0px;
    bottom: 0px;
    border-style: solid;
    border-color: #5c9efe transparent;
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 15px solid #56bbe7;
}

.title-holder:after {
    content: "";
    position: absolute;
    left: -15px;
    border-width: 0px;
    bottom: 0px;
    border-style: solid;
    border-color: #5c9efe transparent;
    display: block;
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 15px solid #56bbe7;
}

.dark .box-shadow-1, .dark .box-shadow-1-hover:hover, .dark .row-box-shadow-1 .col-inner, .dark .row-box-shadow-1-hover .col-inner:hover {
    box-shadow: 0 1px 3px -2px rgba(255, 255, 255, .12), 0 1px 2px rgba(255, 255, 255, .24) !important;
}
.dark .box-shadow, .dark .box-shadow-2, .dark .box-shadow-2-hover:hover, .dark .row-box-shadow-2 .col-inner, .dark .row-box-shadow-2-hover .col-inner:hover {
    box-shadow: 0 3px 6px -4px rgba(255, 255, 255, .16), 0 3px 6px rgba(255, 255, 255, .23) !important;
}
.dark .box-shadow-3, .dark .box-shadow-3-hover:hover, .dark .row-box-shadow-3 .col-inner, .dark .row-box-shadow-3-hover .col-inner:hover {
    box-shadow: 0 10px 20px rgba(255, 255, 255, .19), 0 6px 6px rgba(255, 255, 255, .22) !important;
}

.dark.box-shadow-4, .dark .box-shadow-4-hover:hover, .dark .row-box-shadow-4 .col-inner, .dark .row-box-shadow-4-hover .col-inner:hover {
    box-shadow: 0 14px 28px rgba(255, 255, 255, .25), 0 10px 10px rgba(255, 255, 255, .1) !important;
}
.dark .box-shadow-5, .dark .box-shadow-5-hover:hover, .dark .row-box-shadow-5 .col-inner, .dark .row-box-shadow-5-hover .col-inner:hover {
    box-shadow: 0 30px 40px 0 rgba(255, 255, 255, .2) !important;
}
.games .box-image {
    padding: 16px;
}
.tabs-games .tab-panels{
    border-top: 1px solid #ddd;
    border-left: unset !important;
    border-bottom: unset !important;
    border-right: unset !important;
    padding: 30px 0 !important;
}

.tabs-games .nav-tabs > li.active > a {
    background-color: var(--fs-color-secondary) !important;
    border-top-color: var(--fs-color-secondary) !important;
}

.phone-mobile {
    display: none;
}
.quick-contact {
    position: fixed;
    right: 13px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 150;
    bottom: 50px;
    padding: 10px 0;
    border: 1px solid #f2f2f2;
}
.quick-contact ul {list-style: none;padding: 0;margin: 0;}
.quick-contact ul li {list-style: none!important;}
.quick-contact ul>li a {
    border:none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}
.quick-contact ul>li .chat_animation{display:none}
.quick-contact ul>li a i.ticon-heart {
    background: url(/wp-content/uploads/2024/07/maps.webp) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}
.quick-contact ul>li a i.ticon-zalo-circle2 {
    background: url(/wp-content/uploads/2024/07/telegram.webp) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.quick-contact li .button {
    background: transparent;
}.quick-contact ul>li a i.ticon-angle-up {
    background: url(/wp-content/uploads/2024/07/go-top.webp) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.quick-contact ul>li a i {
    width: 33px;
    height: 33px;
    display: block;
    margin: auto;
}.quick-contact ul li .button .btn_phone_txt {
    position: relative; top:35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
}
.quick-contact ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}.quick-contact ul>li a.chat_animation svg {
    margin: -13px 0 -20px;
}
.quick-contact ul>li a i.ticon-messenger {
    background: url(/wp-content/uploads/2024/07/messenger.webp) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}.quick-contact ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}
.quick-contact ul>li a i.ticon-chat-sms {
    background: url(/wp-content/uploads/2024/07/chat-sms.webp) no-repeat;
    background-size: contain;
    width: 38px;
    height: 36px;
    display: block;
}
.quick-contact ul>li a i.icon-phone-w {
    background: url(/wp-content/uploads/2024/07/call.webp) no-repeat;
    background-size: contain;}
.quick-contact ul li .button .btn_phone_txt {
    position: relative;
}

@media only screen and (max-width: 600px){
    .quick-contact li .chat_animation{display:block !Important}
      
    .quick-contact li .button .phone_animation {box-shadow: none;
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translate(-50%,0);
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #6cb917;
        line-height: 15px;
        border: 2px solid white;
    }
    .quick-contact ul>li a{padding:0; margin:0 auto}
    .quick-contact {
        background: white;
        width: 100%; border-radius:0;
        color: #fff;
        height: 60px;
        line-height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        padding: 5px;
        margin: 0;
        box-shadow: 0 4px 10px 0 #000;
    }
    .quick-contact li {
        float: left;
        width: 20%;
        list-style: none;
        height: 50px;
    }   
    .phone-mobile{display:block !important}
}