html,
body {
    font-family: Roboto;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    background: #f5f5f5;
}

div#wrapper {
    overflow: hidden;
    width: 100%;
}

table {
    max-width: 100%;
}

.header-main ul {
    list-style: none;
}

.header-main ul li {
    position: relative;
    padding: 0 5px;
    display: inline-block;
}

.bg-none {
    background: none !important;
}

.sub-menu {
    position: absolute;
    background: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1234;
    border-radius: 8px;
    display: none;
    height: 0px;
    transition: all .5s;
    visibility: hidden;
}

.header-main ul li a,
.sub-menu li {
    display: block;
    width: 100%;
}

.sub-menu li a {
    padding: 8px;
    display: block;
    border-top: 1px solid #ddd;
}

.sub-menu li:first-child a {
    border: 0;
}

.header-main ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 15px 10px;
}

#header {
    padding: 0;
}

.header-main li a:hover,
.header-main li.current-menu-item a {
    background: #5073AD;
}

.header-main ul li.menu-item-has-children:hover ul {
    visibility: visible;
    height: auto;
    transition: all .5s;
}

header .menu-bar {
    display: flex;
    outline: none;
    border: none;
    width: 90px;
    position: relative;
    background-color: transparent;
}

header .menu-bar span {
    display: block;
    position: absolute;
    top: 0;
    left: unset;
    right: 0px;
    height: 2px;
    background: #074135;
    bottom: 0;
    margin: auto;
    width: 75%;
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

header .menu-bar {
    display: flex;
    outline: none;
    border: none;
    align-items: center;
    justify-content: end;
    width: 60px;
    position: relative;
    background-color: transparent
}

header .menu-bar span {
    display: block;
    position: absolute;
    top: 0;
    left: unset;
    right: 0px;
    height: 2px;
    background: #000;
    bottom: 0;
    margin: auto;
    width: 75%;
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

header .menu-bar span:after,
header .menu-bar span:before {
    position: absolute;
    display: block;
    left: unset;
    right: 0;
    width: 80%;
    height: 2px;
    background: #000;
    content: "";
    margin: auto 0 auto auto;
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

header .menu-bar span:before {
    top: -10px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform
}

header .menu-bar span:after {
    bottom: -10px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform
}

header .menu-bar:hover {
    cursor: pointer
}

header .menu-bar.active span {
    background: none;
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

header .menu-bar.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
    background: #fff;
}

header .menu-bar.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
    background: #fff;
}

nav#header {
    background: #233D67;
    min-height: unset;
	border:bottom: 1px solid #ccc;
	box-shadow: 1px 1px 10px rgba(0,0,0,.15);
}
@media (max-width: 768px){
	nav#header {
    background: #fff;
	}
}
.group-login.group-login-mobile {
    background: #595959;
}
button.menu-bar {
    display: none;
}

.ltd {
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: -1px;
}

.ltd-header,
.group-title,
.match-title {
    background-image: linear-gradient(to right, #00205c, #171d56, #211a4f, #281749, #2c1543, #32113d, #360d36, #390a30, #3d0426, #3f001d, #3f0012, #3d0001);
    padding: 9px 20px;
    color: #fff;
    line-height: 18px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 13px;
}

.date-match {
    margin: 5px;
    width: 100%;
}


/* Bouncing balls */

.bounce {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.bounce div {
    width: 25px;
    height: 25px;
    background: #0077ff;
    border-radius: 50%;
    animation: bouncing 0.5s cubic-bezier(.19, .57, .3, .98) infinite alternate;
}

.bounce div:nth-child(2) {
    animation-delay: .1s;
    opacity: .8;
}

.bounce div:nth-child(3) {
    animation-delay: .2s;
    opacity: .6;
}

.bounce div:nth-child(4) {
    animation-delay: .3s;
    opacity: .4;
}

@keyframes bouncing {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100px);
    }
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.vs {
    text-align: center;
    display: block;
}

.ltd img {
    width: 30px;
    height: 30px;
    padding: 5px;
}

.bxh th,
.bxh td,
.bxh th,
.bxh td {
    border-top: none;
    padding: 12px 13px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #f5f5f5;
}

.bxh {
    background: #fff;
}

.bxh table {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    display: block;
}

.bxh .group-title {
    margin-bottom: 0;
}

.bxh tr.row-header {
    background: #28ac3e;
    color: #fff;
}

.text-left {
    text-align: left !important;
}

.v-cricle>div {
    font-size: 13px;
    border-radius: 50%;
    line-height: 24px;
    width: 24px;
    max-width: 24px;
    height: 24px;
    max-height: 24px;
    color: #05021c;
    margin-left: 6px;
    background: #cc4545;
    color: #fff;
}

.v-cricle>div.W {
    background: #d93;
}

.v-cricle>div.D {
    background: #288f5f;
}

.date-match.active,
.date-match:hover {
    background-color: #f00 !important;
    color: #fff;
}

.ltd-header img {
    background: #fff;
    border-radius: 99px;
    margin-right: 5px;
}

.date-kqbd.active {
    background: #f00 !important;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.match-header .league_name {
    text-transform: uppercase;
    font-size: 20px;
}

.match-header .team__info span {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 15px;
}

.match-header {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 15px;
    background-image: url(../img/bg_score.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.match-header i {
    color: #28ac3e;
}

.match-header .score-fixture .score {
    font-size: 2.2rem;
    font-weight: 600;
    padding: 0.1rem 1.2rem;
    background: #edeff4;
    border-radius: 10px;
    width: 2.5em;
}

.match-header .score-fixture .score span {
    flex: 1;
}

.text-yellow1 {
    color: #d78e00;
}

.countdown {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.countdown .cd-item {
    border-radius: 4px;
    font-size: 1.2rem;
    padding: 15px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    background: #f00;
}

.countdown .cd-item span {
    font-size: 1rem;
    display: block;
    color: #d93;
    font-weight: normal;
}

.h-title {
    text-transform: uppercase;
    border-left: solid 5px #fdd333;
    padding: 1px 10px;
    font-size: 20px;
    margin: 0;
}

.row-header {
    background: #ede5ce;
}

.listing-match td {
    border: 1px solid #ddd;
}

.px-15 {
    padding: 15px;
}

.match-title {
    padding: 15px;
}

.reverse-row {
    flex-direction: row-reverse;
}

.progress-timeline {
    position: relative;
}

.progress-timeline::after {
    position: absolute;
    left: 50%;
    width: 1px;
    background-image: linear-gradient(#d99, #d73, #d93);
    height: 100%;
}

.progress-timeline .num {
    width: 50px;
    height: 50px;
    border-radius: 99px;
    border: 1px solid #d93;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #f00;
    margin: auto;
    background: #fff;
    z-index: 1;
}

[data-progress="Card"] {
    width: 15px;
    height: 20px;
    background: #f6f60c;
    border-radius: 4px;
    border: 0;
    display: inline-block;
    margin-left: 15px;
}

[data-progress="Goal"]:before,
[data-progress="subst"]:before {
    display: inline-block;
    font-family: 'FontAwesome';
    content: "\f1e3";
    font-weight: 900;
    margin: 0 15px;
}

[data-progress="subst"]:before {
    content: "\f2f1";
}

span.Red.Card {
    background: #f00;
}

.progress-timeline .num:before {
    position: absolute;
    height: 50px;
    left: 50%;
    bottom: -50px;
    width: 2px;
    background: #d93;
    content: "";
    z-index: 0;
}

.progress-match {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}

.progress-match .row:last-child .num::before {
    display: none;
}

th,
td {
    padding: .5rem;
}

.headtohead {
    width: 100%;
}

.headtohead td,
.headtohead th,
.headtohead tr {
    border-color: #ccc;
    font-size: 14px;
}

.score-box {
    background: #d78e00;
    padding: 7px 10px;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
}

.short_bxh tr:nth-child(n+10) {
    display: none;
}

.smlt-match {
    background: #2f3137;
    width: 100%;
    position: relative;
    min-height: 900px
}

.sm-map {
    height: 0;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-bottom: 5px solid #336650;
    text-align: center;
    background-color: #205239;
    background-image: url(../img/smlt-bg.png);
    background-repeat: repeat;
    z-index: 2
}

.sm-map.reflect {
    transform: rotate(180deg);
    margin-top: -5px;
    z-index: 1
}

.sm-map>div {
    border: 5px solid #336650;
    border-radius: 0 0 15px 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.sm-map>div:nth-of-type(1) {
    width: 150px;
    height: 60px;
    border-top: none
}

.sm-map>div:nth-of-type(2) {
    width: 320px;
    height: 140px;
    border-top: none
}

.sm-map>div:nth-of-type(3) {
    border: none;
    width: 120px;
    height: 40px;
    top: 140px;
    overflow: hidden
}

.sm-map>div:nth-of-type(3):before {
    content: "";
    border: 5px solid #336650;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.sm-map>div:nth-of-type(4) {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    bottom: -140px
}

.sm-map.reflect>div:nth-of-type(4) {
    display: none
}

.doi-hinh-ra-san {
    position: relative;
}

.lineup-content .avatar img {
    border-radius: 99px;
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.row-lineup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 50%;
}

.row-lineup.d-grid {
    grid-row-gap: 80px;
}

.lineup-header {
    background: #fdd333;
    color: #333;
    position: relative;
    z-index: 123;
    justify-content: space-between;
}

.ds-dubi li {
    border-bottom: 1px solid #e4e4e4;
    padding: 7px;
    margin: 0;
}

.ds-dubi {
    margin: 0;
}

.ds-dubi {
    margin: 0;
    padding: 0;
    width: 210px;
    max-width: 100%;
}

.ds-dubi li .number {
    background: #d90;
    border-radius: 99px;
    height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 23px;
    color: #fff;
    font-size: 14px;
}

.lineup-content .player {
    color: #fff;
}

.position-player {
    text-align: center;
    position: relative;
    width: 130px;
    max-width: 20%;
}

.row-lineup.away {
    flex-direction: column-reverse;
    top: 50%;
}

.ds-dubi .player {
    color: #333;
}

span.trong-tai,
span.san {
    display: block;
}

.status .live {
    background: #f00;
    width: 40px;
    height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    animation: blink 1s linear infinite;
    margin-right: 15px;
}

.status .time-details {
    padding: 0 15px;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

 :root {
    --primary-color: linear-gradient(to right, #00205c, #171d56, #211a4f, #281749, #2c1543, #32113d, #360d36, #390a30, #3d0426, #3f001d, #3f0012, #3d0001);
    --color2: #fbc02d;
}

img,
figure,
iframe {
    max-width: 100%;
    height: auto;
}

.form-control:focus {
    border: 0;
}

.dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

.topbar a:hover {
    color: var(--color2);
}

.topbar .search-form button {
    background: #f00;
}

.topbar .search-form input {
    border: none;
}

.topbar {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    color: #fff;
}

.topbar p,
.topbar a,
.topbar span,
.topbar li {
    color: #fff;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover a {
    background: var(--primary-color);
}

button:focus:not(:focus-visible) {
    outline: 0;
    border: 0;
    box-shadow: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
}

#header .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: bold;
}

.bxlist_small .thumb {
    width: 150px;
    overflow: hidden;
    border-radius: 5px;
}

.des {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-oridient: vertical;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.layout_2 .bxlist_small .thumb {
    width: 80px;
}

.bxlist_small {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.bxlist_small .bxnd {
    flex: 1;
}

.bxlist_small .bxnd .post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    font-size: 15px;
    font-weight: 700;
}

.category-news article {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 20px 0 20px;
    position: relative;
    margin: 0!important;
}

.category-news article h3 {
    line-height: 28px;
    font-size: 22px;
    color: #333;
}

.category-news article:nth-child(1) {
    width: 65%;
    padding: 0 20px 0 0;
    border-bottom: 0;
    float: left;
}

.category-news article:nth-child(1) .post-image {
    width: 100%;
    margin: 0 !important;
}

.category-news article:nth-child(2),
.category-news article:nth-child(3),
.category-news article:nth-child(4),
.category-news article:nth-child(5) {
    float: left;
    width: 35%;
    padding: 0;
    margin-right: 0;
}

.category-news article:nth-child(5) {
    border-bottom: 0;
}

.category-news article:nth-child(2) .post-image {
    width: 100%;
    margin: 0 !important;
}

.category-news article:nth-child(2) .entry-header h3 {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 600;
}

.category-news article:nth-child(3) .entry-header h3,
.category-news article:nth-child(4) .entry-header h3,
.category-news article:nth-child(5) .entry-header h3 {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 300;
    margin-bottom: 0;
    padding: 10px 0;
}

.category-news article:nth-child(2) .entry-summary,
.category-news article:nth-child(3) .entry-summary,
.category-news article:nth-child(4) .entry-summary,
.category-news article:nth-child(5) .entry-summary,
.category-news article:nth-child(3) .post-image,
.category-news article:nth-child(4) .post-image,
.category-news article:nth-child(5) .post-image,
.category-news article:nth-child(2) .entry-meta,
.category-news article:nth-child(3) .entry-meta,
.category-news article:nth-child(4) .entry-meta,
.category-news article:nth-child(5) .entry-meta {
    display: none;
}

.category-news article:nth-child(6) {
    margin-top: 20px;
}

.category-news article:nth-child(2) .post-image img {
    width: 100%;
}

.category-news .post-image {
    overflow: hidden;
    margin: 0 15px 0px 0!important;
}

.category-news article .post-image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
    width: 250px;
}

.category-news article:nth-child(1) .post-image img {
    width: 100%;
}

.author .category-news article .post-image img,
.search .category-news article .post-image img {
    width: 250px;
}

.category-news .entry-summary {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding: 5px 0 10px;
    text-align: justify;
    margin-top: 0;
}

.category-news .post-image {
    overflow: hidden;
    margin: 0 15px 0px 0!important;
    margin-top: 0;
    margin-right: 2em;
    float: left;
    text-align: left;
}

.category-news .entry-summary p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.entry-meta .byline,
.entry-meta .posted-on {
    color: #999;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 13px;
    margin-right: 0;
}

.archive .category-news footer.entry-meta {
    display: none;
}

a#load-post-category {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    text-align: center;
    border-radius: 4px;
    color: #008255;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    border: 1px #008255 solid!important;
    cursor: pointer;
    text-decoration: none !important;
    transition: .2s all ease-in-out;
    background: none;
}

a#load-post-category:hover {
    background: #008255;
    color: #fff;
}

.entry-meta .byline,
.entry-meta .posted-on {
    color: #999;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 13px;
    margin-right: 0;
}

.author-avatar .avatar {
    height: auto;
    width: 30px;
    border-radius: 99px;
}

.rd-4 {
    border-radius: 10px;
}


/* Footer */

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.footer-content li,
.footer-content li a {
    color: #7e7e7e;
    line-height: 30px;
}

ul.list-group .media a {
    display: flex;
    gap: 10px;
}

ul.list-group a .media-right {
    flex: 1;
}

ul.list-group a .media-left {
    width: 110px;
    height: 100px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

ul.list-group a .media-left img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}

ul.list-group a {
    color: #000;
}

ul.list-group h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
}

ul.list-group p {
    display: none;
}

.card-header.widget-title {
    background: var(--color2);
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
}

.layout_2 h3.post-title,
.layout_4 .post-title {
    color: #a13535;
    font-size: 16px;
    font-weight: bold;
}

.post-thumb {
    position: relative;
    padding-top: 56%;
    border-radius: 6px;
    overflow: hidden;
}

.post-thumb img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
}

.layout_3 .post-title {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: 20px;
    top: 50%;
    background: var(--primary-color) !important;
    padding: 0 .3em !important;
    font-size: 2em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -25px;
    top: 50%;
    background: var(--primary-color) !important;
    padding: 0 .3em !important;
    font-size: 2em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}

.layout_3 .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.layout_3 .owl-carousel .owl-nav button.owl-next {
    right: -40px;
}

.layout_2 .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.layout_2 .post-thumbnail {
    position: relative;
    padding-top: 56%;
}

.menu-item-has-children:hover>ul {
    display: block;
}

.bxlist_small {
    display: flex;
    border-bottom: 1px solid #ddd;
    border-top: none;
    padding: 10px 0;
    margin: 0;
}

article:last-child .bxlist_small {
    border: none;
}

.morecontent {
    display: none;
}

.btn-morelink {
    padding: 15px;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 8px 25px;
    border-radius: 4px;
}

.layout_4 .post-title {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0 0;
    text-align: left;
}

.layout .card-header {
    color: #fff;
    background: rgb(34, 193, 195);
    background: linear-gradient(103deg, rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%);
}

.layout .heading-title {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}

.bxtop_info .bx_danhgia {
    width: calc(70% - 16px);
    margin-left: 16px
}

.bxtop_info .bxlogo .bxhead {
    position: relative;
    background: #fff;
    padding: 24px 0 0;
    border-radius: 5px
}

.bxtop_info .bxlogo .bxhead:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 110px, 0 110px);
    z-index: 0;
    border-radius: 5px 5px 0 0
}

.bxtop_info .bxlogo .bxhead .imglg:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    z-index: 0;
    border-radius: 100px;
    clip-path: polygon(0 0, 100% 0, 100% 91px, 0 91px);
    opacity: .3
}

.bxtop_info .bxlogo .bxhead .imglg {
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 100px;
    margin: 0 auto;
    position: relative
}

.bxtop_info .bxlogo .bxhead .imglg span {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: #1f1f1f;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 0 5px hsl(0deg 0% 90%/50%), 0 0 0 5px hsl(0deg 0% 90%/50%)
}

.bxtop_info .bxlogo .bxhead .imglg span img {
    margin: 0 auto
}

.bxbor_radius {
    border-radius: 5px
}

.bxtop_info .bxlogo .bxhead .top {
    position: absolute;
    background: url(../img/icon-ribbon-top.png) center center/cover no-repeat;
    font-weight: 700;
    right: -4px;
    top: -4px;
    width: 78px;
    height: 80px
}

.bxtop_info .bxlogo .bxhead .top span {
    display: block;
    text-align: center;
    transform: rotate(45deg) translate(22px, 9px);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px
}

.bxtop_info .bxlogo .bxkm {
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 0 0 5px 5px
}

.bxtop_info .bxlogo .bxkm h1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0
}

.star {
    text-align: center
}

.bxtop_info .bxlogo .bxkm .bxttkm {
    border: 1px dotted #1877f2;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 18px 0
}

.bxttkm .icon {
    color: #666;
    font-size: 32px;
    width: 40px
}

.bxttkm .text {
    font-size: 14px
}

.bxttkm .text strong {
    display: block;
    font-size: 18px
}

.bxbtn a {
    background: #1877f2;
    border: 1px solid #1877f2;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-size: 18px;
    display: block;
    border-radius: 100px;
    padding: 10px;
    margin: 15px 0 0
}

.bxbtn a:hover {
    background: #fff;
    color: #1877f2
}

.bxtop_info .bx_danhgia .bxnd {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    min-height: calc(100% - 72px);
    border: 1px solid #ddd
}

.bxtop_info .bx_danhgia .bxlink {
    background: #fff;
    border-radius: 5px;
    margin: 16px 0 0;
    padding: 15px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd
}

.bxlink .tt {
    width: 30%;
    font-size: 15px
}

.bxlink .tt span {
    font-weight: 700
}

.bxlink .link {
    width: 70%;
    position: relative;
    z-index: 1
}

.bxlink .link a {
    background: #fff;
    padding: 5px 10px;
    text-transform: capitalize;
    border-radius: 5px;
    margin-left: 15px;
    position: relative;
    background-clip: padding-box;
    border: solid 1px transparent;
    transition: .3s
}

.bxflex {
    display: flex;
}

.single_linkvb .sapo {
    margin: 0 0 10px
}

.single_linkvb .bxndchinh {
    padding-top: 15px
}

.bxndlink h2 {
    font-size: 18px
}

.ndlink,
.bxndlink {
    margin: 20px 0 20px
}

.bxndlink .bxlink .link {
    width: 100%;
    display: flex;
    align-items: center
}

.bxndlink .bxlink.bxlinkmobile i {
    font-size: 23px
}

.bxndlink .bxlink a {
    padding: 10px
}

.bxndlink .bxlink.bxlinkmobile a {
    color: #fff!important
}

.bxndlink .bxlink.bxlinkmobile a:before {
    display: none
}

.bxlink.bxlinkmobile a.link_0 {
    background: linear-gradient(to right, #18a0f2, #187ef2)
}

.bxlink.bxlinkmobile a.link_1 {
    background: linear-gradient(to right, #3bd767, #17b641)
}

.bxlink.bxlinkmobile a.link_2 {
    background: linear-gradient(to right, #2eccf4, #5750f0)
}

.bxlink.bxlinkmobile a.link_3 {
    background: linear-gradient(to right, #f73b43, #f0b839)
}

.bxndlink .bxlink.bxlinkmobile a:hover {
    background: 0 0;
    color: #1a73e8!important;
    border: 1px solid #1a73e8
}

.bxndlink .bxlink .link a {
    margin: 0 15px;
    width: 25%;
    text-align: center
}

.bxndlink .bxlink .link {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px 5px
}

.bxlink .link a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: linear-gradient(to right, #18a7f2, #1877f2)
}

.bxlink .link a:nth-child(2) {
    color: #1fbc48
}

.bxlink .link a:nth-child(2):before {
    background: linear-gradient(to right, #43de6f, #0fae39)
}

.bxlink .link a:nth-child(3) {
    color: #5458f0
}

.bxlink .link a:nth-child(3):before {
    background: linear-gradient(to right, #25e8f5, #5f38ef)
}

.bxlink .link a:hover {
    background: #1877f2;
    color: #fff
}

.bxlink .link a i,
.bxhuongdan .bxinner a i {
    margin: 0 5px 0 0
}

.bxhuongdan .bxinner {
    display: flex;
    align-items: center
}

.bxhuongdan .bxinner a {
    width: 33.3%;
    text-align: center;
    text-transform: capitalize;
    padding: 2px 0;
    color: #1877f2
}

.bxhuongdan .bxinner a:hover {
    color: #323232
}

.bxhuongdan .bxinner a:nth-of-type(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.bxhuongdan {
    background: #fff;
    border-radius: 5px;
    padding: 15px 10px;
    margin-top: 16px;
    border: 1px solid #ddd
}

.bxw50 {
    width: 50%
}

.bxflex_mg {
    margin-left: -8px;
    margin-right: -8px;
    display: flex
}

.bxw33 {
    width: 33.3%;
    margin: 0 8px
}

.bxflex_mg .bxw50 {
    margin-left: 8px;
    margin-right: 8px
}

.bxbo_tt {
    background: #fff;
    border-radius: 5px;
    margin-top: 16px;
    border: 1px solid #ddd
}

.bxbo_tt .bxinner>h4,
.bxbo_tt .bxinner>h2 {
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    margin: 0;
    text-transform: lowercase
}

.bxbo_tt .bxinner>h4:first-letter,
.bxbo_tt .bxinner>h2:first-letter {
    text-transform: capitalize
}

.bxbo_tt .bxinner>h4:first-letter {
    text-transform: capitalize
}

.bxbo_tt_inner {
    padding: 15px
}

.bxbo_tt_inner.bximg {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow: hidden
}

.bxbo_tt_inner.bximg .bximg-for {
    width: 100%
}

.bxbo_tt_inner.bximg .bximgsmall {
    padding: 3px 0
}

.bxbo_tt_inner.bximg .bximg {
    cursor: pointer;
    vertical-align: bottom;
    padding: 0 3px
}

.bximgsmall img {
    border: 3px solid transparent
}

.bxbo_tt_inner.bximg .bximg img {
    height: 105px;
    width: 100%;
    object-fit: cover
}

.bxbtn.style2 {
    text-align: center
}

.bxbtn.style2 a {
    display: inline-block;
    background: #e7f3ff;
    color: #1877f2;
    border: 1px solid #1877f2;
    padding: 10px 30px
}

.bxbtn.style2 a:hover {
    background: #1877f2;
    color: #fff;
    border: 1px solid #1877f2
}

.trd {
    text-align: center
}

.trd .dins {
    background: #e7f3ff;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    padding: 10px 50px
}

.trd .ttrate {
    font-weight: 900;
    color: #7d7d7d;
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 5px;
    display: block
}

.trd .ttrate strong {
    font-size: 40px;
    color: #1877f2
}

.rate_list .rtl_item {
    display: flex;
    align-items: center;
    padding: 5px 0
}

.rate_list .rtl_item .txt {
    font-size: 14px;
    text-transform: capitalize;
    width: 180px
}

.rate_list .rtl_item .rt_nb {
    width: 65px;
    font-size: 14px;
    text-align: right
}

.rate_list .rtl_item .process {
    width: calc(100% - 245px)
}

.rate_list .rtl_item .process .bxst {
    background: #d7d7d7;
    height: 5px;
    border-radius: 100px;
    display: block
}

.rate_list .rtl_item .process .bxst span {
    display: block;
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(to right, #22cdf4, #197cf2);
    background: -moz-linear-gradient(to right, #22cdf4, #197cf2);
    background: -webkit-linear-gradient(to right, #22cdf4, #197cf2)
}

.rate_list {
    margin: 12px 0 0
}

.bxlitstabs {
    background: #fff;
    border-radius: 5px;
    margin-top: 16px;
    border: 1px solid #ddd
}

.bxlitstabs ul {
    margin: 0;
    padding: 0;
    text-align: center
}

.bxlitstabs ul li {
    display: inline-block;
    vertical-align: middle
}

.bxlitstabs ul li {
    margin: 0
}

.bxlitstabs ul li a {
    padding: 18px 8px;
    display: block;
    color: #000;
    font-size: 14px;
    text-transform: capitalize
}

.bxlitstabs ul li a:hover {
    color: #1877f2
}

.bxlitstabs ul li.tabbtn a {
    background: #1877f2;
    color: #fff;
    padding: 5px 15px;
    border-radius: 100px;
    border: 1px solid #1877f2
}

.bxlitstabs ul li.tabbtn a:hover {
    background: #fff;
    color: #1877f2
}

.bxtcchon ul {
    padding: 0;
    margin: 0
}

.bxtcchon ul li {
    list-style-type: none;
    padding: 8px 0 8px 25px;
    font-size: 14px;
    position: relative
}

.bxtcchon ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content: "\f058";
    font-family: 'Fontawesome';
    color: #d90;
}

.bxuu ul,
.bxnhuoc ul {
    margin: 0;
    padding: 0
}

.bxuu ul li,
.bxnhuoc ul li {
    list-style: none;
    padding: 8px 0;
    font-size: 14px
}

.bxuu ul li i,
.bxnhuoc ul li i,
.bxct span i {
    width: 16px;
    height: 16px;
    border: 1px solid #1877f2;
    font-size: 8px;
    border-radius: 100px;
    line-height: 14px;
    margin: 0 10px 0 0;
    color: #1877f2
}

.bxct p {
    padding: 0;
    margin: 0 0 5px
}

.bxnhuoc ul li i {
    border: 1px solid #f82a4d;
    color: #f82a4d
}

.bxcol3 {
    width: 35%;
    margin-left: 8px;
    margin-right: 8px
}

.bxcol7 {
    width: 65%;
    margin-left: 8px;
    margin-right: 8px
}

.bxbannerqq {
    margin-top: 18px
}

.bxlkm .bxite {
    width: 33.3%;
    margin: 0 12px;
    background: #f4f4f4;
    border-radius: 5px
}

.bxlkm.bxflex {
    margin: 0 -12px
}

.bxlkm .bxite .bxnd {
    padding: 0;
    display: flex;
    align-items: center
}

.bxlkm .bxite .bxnd .bxbtn.style2 {
    width: 125px;
    text-align: right
}

.bxlkm .bxite .bxnd .bxbtn.style2 a {
    margin: 0;
    padding: 6px 16px;
    font-size: 14px
}

.bxlkm .bxite .bxnd .bxtxt {
    width: calc(100% - 125px);
    font-size: 14px
}

.bxlkm .bxite .bxnd .bxtxt p {
    padding: 0;
    margin: 0;
}

.bxlkm .bxite .bxnd .bxtxt .tmd i {
    font-size: 26px;
    color: #fff;
    margin: 0 5px 0 0
}

.bxlkm .bxite .bxnd .bxtxt .tmd {
    font-size: 18px
}

.bxlkm .bxite .bxnd .bxtxt .tmd span {
    font-size: 14px;
    margin-left: 5px
}

.langs .imgl {
    width: 30px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #ddd
}

.bx_bvddnv.bxbo_tt .thumb {
    position: relative;
    width: 100px;
    height: 72px;
    display: block;
    border-radius: 5px;
    transition: .3s
}

.bx_bvddnv.bxbo_tt .bxflex:hover .thumb {
    transform: scale(1.02)
}

.bx_bvddnv.bxbo_tt .thumb a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.bx_bvddnv.bxbo_tt .bxbo_tt_inner {
    font-size: 0;
    margin-left: -15px;
    margin-right: -15px
}

.bx_bvddnv.bxbo_tt .bxbo_tt_inner .dditem {
    display: inline-block;
    width: 33.3%;
    padding-left: 15px;
    padding-right: 15px
}

.bx_bvddnv.bxbo_tt .bxbo_tt_inner .dditem .tt {
    width: calc(100% - 100px);
    padding-left: 12px
}

.bx_bvddnv.bxbo_tt .bxbo_tt_inner .dditem .tt a {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700
}

.bxrelated .bx_bvddnv.bxbo_tt {
    margin: 24px 0 0!important
}

.bx_bvddnv.bxbo_tt .bxbo_tt_inner .dditem .tt a:hover {
    color: #1877f2
}

body:not(.woocommerce-cart) .main-content td {
    padding: 15px 10px;
    line-height: 1.6
}

.bxthongtinc table tr td:first-child {
    width: 42%
}

.bxdvtt .bxdv table tr td:first-child,
.bxttcc table tr td:first-child,
.bxnt table tr td:first-child,
.bxxrt table tr td:first-child,
.bxht table tr td:first-child,
.bxttht table tr td:first-child {
    width: 30%
}

#vbketluan .bxbtn a {
    max-width: 480px;
    margin: 20px auto
}

.bxtop_info .bxlogo {
    width: 30%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.bxlink .link a i,
.bxhuongdan .bxinner a i {
    margin: 0 5px 0 0;
}

#uu-nhuoc-diem ul li:before {
    content: "\f192";
    font-family: 'FontAwesome';
    color: #f00;
    margin-right: 5px;
    font-size: 16px;
}

table {
    border-collapse: collapse;
    border-radius: 5px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #ddd;
    overflow: hidden;
    border-top: none!important;
}

.bxssvb table tr:nth-child(even) {
    background-color: #f5f5f5;
}

#khuyen-mai .bxlkm .bxite:first-child {
    background: #1a73e8 url(../img/bg-km1.png) center right/contain no-repeat;
    color: #fff
}

#khuyen-mai .bxlkm .bxite:nth-child(2) {
    background: #1dc539 url(../img/bgkm2.png) center right/contain no-repeat;
    color: #fff
}

#khuyen-mai .bxlkm .bxite:nth-child(2) .tt span {
    font-weight: 900;
    font-size: 17px
}

#khuyen-mai .bxlkm .bxite:last-child {
    background: #e7a020 url(../img/bgkm3.png) center right/contain no-repeat;
    color: #fff
}

#khuyen-mai .bxlkm .bxite .bxnd .bxbtn.style2 a {
    background: rgba(255, 255, 255, .4);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 20px;
    border-radius: 100px;
    box-shadow: 0 0 5px 2px rgb(0 0 0/20%);
    border: none
}

#khuyen-mai .bxlkm .bxite .bxnd .bxbtn.style2 a:hover {
    background: rgba(24, 119, 242, .7)
}

#khuyen-mai .bxlkm .bxite {
    border-radius: 5px;
    padding: 15px 12px
}

#khuyen-mai .bxlkm .bxite h5 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px
}

.ttkm.kmtt .bxinner {
    background: #1a73e8 url(../img/bg-km1.png) center right/contain no-repeat;
    color: #fff
}

.ttkm.kmcasino .bxinner {
    background: #1dc539 url(../img/bgkm2.png) center right/contain no-repeat;
    color: #fff
}

.ttkm.kmtien .bxinner {
    background: #e7a020 url(../img/bgkm3.png) center right/contain no-repeat;
    color: #fff
}

.bxkm_archive .ttkm .bxinner {
    border-radius: 5px;
    padding: 15px 12px;
    min-height: 140px
}

.bxkm_archive .ttkm .bxinner h4 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px
}

.bxkm_archive .ttkm .bxinner .bxinfo {
    display: flex;
    align-items: center
}

.bxkm_archive .bxinfo .bxdiscount {
    width: calc(100% - 150px)
}

.bxkm_archive .bxinfo .bxlink {
    width: 150px;
    text-align: right
}

.bxkm_archive .bxinfo .bxdiscount .giakm span {
    font-weight: 700;
    font-size: 18px
}

.bxkm_archive .bxinfo .bxlink a {
    background: rgba(255, 255, 255, .4);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 100px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2)
}

.bxkm_archive .bxinfo .bxlink a:hover {
    background: rgba(24, 119, 242, .7)
}

.bxlist_nhacai .vbitem .giakm img {
    width: 17px;
    margin: -3px 5px 0 0;
    vertical-align: middle
}

.bxgiftlink i {
    margin: 0 5px;
    font-size: 17px
}

.bxgiftlink {
    text-align: right
}

.bxgiftlink .fa.fa-chevron-right {
    font-size: 11px;
    vertical-align: middle;
    margin: 3px 0 0 5px
}

#khuyen-mai .bxlkm .bxite h5 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px;
}

.bxlkm .bxite .bxnd .bxtxt .tmd {
    font-size: 16px;
    display: inline-block;
}

.langs {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.langs img {
    margin: 0;
    padding: 0;
}

h3.accordion-header button {
    font-weight: bold;
}

.bxdv h3 {
    background: #e69f32;
    margin: 0;
    color: #fff;
    padding: 9px;
    border-radius: 8px 8px 0 0;
}

b,
strong {
    font-weight: 700;
}

span.top-num {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: var(--color2);
    color: #ffffff;
}

.logo-nhacai {
    display: flex;
    padding: 5px 15px;
    height: 100%;
    align-items: center;
    background: #f7f7f7;
    border-radius: 4px;
}

.bxlienket .bxlink a,
.bxlienket .bxdanhgia a {
    display: block;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 16px;
    color: #1877f2;
    border: 1px solid #1877f2;
    margin: 5px 0;
    transition: .3s;
    text-align: center;
    font-size: 14px;
}

.bxlienket .bxlink a:hover {
    background: var(--color2);
    color: #fff;
    border-color: var(--color2);
}

.host-item .bxlienket {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.bxlienket .bxdanhgia a {
    border: 0;
    color: #f00;
}

.bxlienket .bxdanhgia i {
    padding-left: 5px;
}

.hosted-item .trd .dins {
    background: #f8f8f8;
    padding: 5px 12px 7px;
    width: 100%;
}

.hosted-item span.ttrate {
    font-size: 16px;
    color: #7f7f7f;
    font-weight: 600;
}

.hosted-item span.ttrate strong {
    font-size: 20px;
}

.hosted-item {
    align-items: center;
    font-size: 14px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.hosted-item .host-title {
    margin: 0 0 5px;
    padding: 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.loop_desc {
    color: #000;
    font-size: 14px;
}

.loop_desc i {
    margin-right: 5px;
}

.hosted-item:hover {
    box-shadow: 0 0 20px #ecd3d3;
}

.hosted-item .bxttkm .text strong {
    font-size: 16px;
    color: #f00;
}

.short-content {
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}

.readmore_c {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #f5f5f5;
}

.readmore_c:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(245 245 245) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff', GradientType=0);
    display: block;
}

.readmore_c a {
    color: #318A00;
    display: block;
}

.readmore_c a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #318A00;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}

.readmore_c_less a:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #318A00;
}

.readmore_c_less:before {
    display: none;
}

.fix_height {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.layout_4 .post-text p {
    display: -webkit-box;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}

h1.entry-title {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1.3;
    margin: 10px auto;
    font-weight: bold;
}

.bxbo_tt .bxinner>h4,
.bxbo_tt .bxinner>h2 {
    font-size: 20px;
    padding-left: 50px;
}

.paginate_links a,
.paginate_links span {
    margin: 1px;
    padding: 5px 15px;
    border-radius: 6px;
    background: var(--primary-color);
    color: #fff;
}

.paginate_links .current,
.paginate_links a:hover {
    background: var(--color2);
}

.paginate_links {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.h-tab .nav>li>a {
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 40px;
}

ul.nav.widget-title.color-white {
    padding: 0;
    padding-left: 30px;
}

.h-tab .nav>li>a.active {
    color: var(--color2);
}

.h-tab .lw-item {
    display: block;
    width: 100%;
    padding: 5px;
    color: #000;
    font-size: 15px;
}

.h-tab .lw-item img {
    width: 20px;
    margin-right: 5px;
}

.h-tab {
    background: #fff;
    border-radius: 6px;
}

.h-tab .lw-item:hover {
    color: #ffffff;
}

.bxh-top,
.ltd_top {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

.bxh-top .lw-item img,
.ltd_top .lw-item img {
    width: 20px;
}

.bxh-top .lw-item,
.ltd_top .lw-item {
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
}

.bxh-top .lw-item:hover {
    background: #f00;
    color: #fff;
}

table {
    box-shadow: none;
}

select,
input,
textarea {
    border: 0;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    max-width: 100%;
}

span.heading-title {
    text-transform: uppercase;
    font-weight: bold;
}

.lw-item:hover {
    background: #f00;
    color: #fff;
}

.ltd-header .name {
    flex: 1;
}

@media all and (max-width: 999px) {
    .bxdoidau_info .bxinfo .bxdoi.doi1 p {
        margin-right: 0
    }
    .bxdoidau_info .bxinfo .bxdoi span {
        margin: 15px auto
    }
    .bxdoidau_info h2 {
        font-size: 18px
    }
    .bxdoidau_info .bxinfo .bxdoi p {
        width: 100%;
        order: 2;
        margin: 12px 0 0;
        font-size: 14px
    }
    .bxdoidau_info .bxinfo .bxdoi span img {
        height: auto
    }
    .bxdoidau_info .bxinfo .bxdoi.doi1 {
        text-align: center
    }
    .bxdoidau_info .bxinfo .bxdoi.doi2 {
        text-align: center
    }
    .bxdoidau_info .bxinfo .bxdoi {
        flex-wrap: wrap
    }
    .bxdoidau_info .bxinfo .bxdoi span {
        width: 50px;
        height: 50px;
        padding: 10px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        order: 1
    }
    .bxvstime .ti_so {
        font-size: 20px
    }
    .bxdoidau_info .trang_thai {
        font-size: 14px
    }
    .bxvstime .date_vs {
        margin: 0;
        font-size: 11px
    }
    .gditem p a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
    body:not(.woocommerce-cart) .main-content .table-tips tr th:first-child,
    body:not(.woocommerce-cart) .main-content .table-tips tr td:first-child {
        padding-left: 5px!important
    }
    .bxkm_archive .ttkm .bxinner .bxinfo {
        flex-wrap: wrap
    }
    .bxkm_archive .bxinfo .bxdiscount {
        width: 100%
    }
    .bxkm_archive .bxinfo .bxlink {
        width: 100%
    }
    .bxkm_archive .bxinfo .bxdiscount span.tt {
        display: block
    }
    .bxkm_archive .bxinfo .bxlink {
        text-align: left;
        margin-top: 8px
    }
    .bxkm_archive .bxinfo .bxlink a {
        display: inline-block
    }
    .vbnhacai_km_contain .bxlisttile .bxkm {
        display: block
    }
    .vbnhacai_km_contain .bxlisttile .bxratenc {
        display: block
    }
    .vbnhacai_km_contain .bxlist_nhacai .bxkm {
        display: block
    }
    .list_cauthu .listitem.bxw50 {
        width: calc(50% - 20px)
    }
    .list_cauthu.bxflex_mg {
        flex-wrap: unset
    }
    .list_cauthu .listitem ul li {
        text-align: center
    }
    .list_cauthu .listitem.listdoi2 ul li {
        text-align: center
    }
    .list_cauthu .listitem ul li {
        width: 100%
    }
    .bxchuyenmuc .bxflex_mg .bxw33 {
        width: 100%
    }
    .bxlitstabs ul {
        padding: 10px 0
    }
    .bxlitstabs ul li a {
        padding: 10px 5px
    }
    .bxdg_lc .bxflex_mg .bxw50 {
        width: 50%
    }
    .bxlitstabs.active>div:first-child {
        left: calc(0px + 10px)
    }
    .bxlitstabs.active>div:first-child {
        width: calc(100% - 20px)!important
    }
    .bxtop_info .bxflex {
        flex-wrap: wrap
    }
    .bxtop_info .bxlogo {
        width: 100%
    }
    .bxtop_info .bx_danhgia {
        width: 100%;
        margin-left: 0;
        margin-top: 20px
    }
    .bxlink .link a {
        padding: 7px 20px;
        margin-left: 10px
    }
    .bxtop_info .bx_danhgia .bxnd {
        min-height: auto
    }
    #danh-gia-nha-cai .bxflex_mg {
        flex-wrap: wrap
    }
    .bxcol7 {
        width: 100%
    }
    .bxcol3 {
        width: 100%
    }
    .bxlkm.bxflex {
        flex-wrap: wrap
    }
    .bxlkm .bxite {
        width: 100%;
        margin: 6px 12px
    }
    #dich-vu-nha-cai .bxflex_mg {
        flex-wrap: wrap
    }
    #dich-vu-nha-cai .bxflex_mg .bxw50 {
        width: 100%
    }
    .bxflex_mg {
        flex-wrap: wrap
    }
    .bxflex_mg .bxw50 {
        width: 100%
    }
    .bxinner_archivepost .bxbanner .bxw50 {
        width: 50%
    }
    .bxinner_archivepost .bxbanner {
        flex-wrap: unset
    }
    #uu-nhuoc-diem .bxflex_mg .bxw50 {
        width: 50%
    }
    .bxbannerqq .bxflex_mg {
        flex-wrap: unset
    }
    .bxbannerqq .bxflex_mg .bxw50 {
        width: 50%
    }
}

.dropdown-item {
    font-size: 14px;
    padding: 10px;
}

.navbar-nav .dropdown-menu {
    box-shadow: 0 0 20px #fee;
}

.related-post .post-text {
    background: #fff;
    padding: 15px;
}

.related-post .post-text .post-title {
    color: #000;
    font-size: 16px;
}

.related-post .related-title {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold;
}

.related-post .post-items:hover .post-text {
    box-shadow: 0 0 20px #c7c7c7;
}

.layout .heading-title:before {
    content: "\f1e3";
    font-family: 'FontAwesome';
    padding-right: 10px;
}

form#commentform {
    background: #e2e2e2;
    padding: 15px;
    border-radius: 6px;
}

textarea#comment {
    height: 90px;
}

.commentlist>li.comment {
    padding: 10px;
    background: #fff;
    border-radius: 6px;
}

.commentlist .avatar {
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px #6c757d;
    box-shadow: 0 1px 2px #6c757d;
    top: 30%;
}

#comments .reply {
    text-align: right;
}

.widget-title::before,
.widget-title::after,
.ltd-header:after,
.ltd-header:before {
    position: absolute;
    top: -25px;
    left: -20px;
    content: '';
    display: block;
    width: 30px;
    height: 100px;
    background-color: #f00;
    transform: rotate(45deg);
}

.widget-title,
.ltd-header {
    position: relative;
    padding: 10px 10px 10px 55px;
    color: #fff;
    overflow: hidden;
    background: #233D67!important;
}

.widget-title:after,
.ltd-header:after {
    width: 5px;
    left: 25px;
    background-color: var(--color2);
    ;
}

.related-post .post-text .post-title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

section.breadcrumbs a,
section.breadcrumbs span {
    font-size: 14px;
    color: #000;
}

.entry-meta a {
    color: #000;
}

footer.entry-meta a {
    background: #c7c1b9;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
}

.widget-area nav ul {
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.widget-area a {
    color: #000;
}

.widget-area nav ul li a {
    padding: 5px 15px;
    display: block;
}

#main_slider .slide-item {
    position: relative
}

#main_slider .owl-stage-outer {
    overflow: visible
}

#main-slider .owl-item {
    opacity: .3
}

#main-slider .owl-item.active {
    opacity: 1
}

#main_slider .slider-item:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .2);
    background: -webkit-gradient(linear, left bottom, left top, from(#323232), color-stop(33%, rgba(50, 50, 50, 0)));
    background: -o-linear-gradient(bottom, #323232 0%, rgba(50, 50, 50, 0) 33%);
    background: linear-gradient(to top, #000000 0%, rgba(50, 50, 50, 0) 33%);
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 4px
}

#main_slider .slider-item {
    padding-top: 56%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.slider-item .slide-caption {
    color: #fff;
    z-index: 1;
    position: relative;
    padding: 15px;
    text-align: center
}

#main_slider .slider-item img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%
}

h2.slide-title,
.gallery-item .post-title,
.layout_4 .post-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

#main_slider .owl-item:not(.active) {
    opacity: .3
}

.slide-title,
.gallery-item .post-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 20px;
}

#main_slider .owl-nav {
    display: none;
}

.ltd .time {
    display: none;
}

.ltd:nth-child(odd) {
    background: #efeded;
}

.ltd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ltd-link a {
    color: #fff;
    padding: 5px;
    background: #898989;
    border-radius: 2px;
}

.ltd span.time {
    display: none;
}

.ft-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 12;
    background: var(--primary-color);
    left: 0;
    display: none;
    height: 50px;
    padding: 5px;
}

.ft-bar a {
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.ft-bar .wd-icon {
    text-align: center;
    display: block;
}

.ft-bar img {
    width: 16px;
    height: 16px;
}

@media only screen and (max-width: 48em) {
    .bxh .row-header td:nth-child(2),
    .bxh .row-header td:first-child {
        background: #2dac44 !important;
    }
    .ft-bar {
        display: block;
    }
    table.bxh td:nth-child(2) {
        z-index: 2222;
        left: 18px;
        position: sticky;
        padding: 7px 6px;
        min-width: 120px;
        background: #fff;
    }
    table.bxh td:first-child {
        position: sticky;
        left: 0;
        width: 30px;
        padding: 7px 5px;
        z-index: 1;
        background: #fff;
    }
    .bxh table img {
        width: 18px;
    }
    .bxh td {
        width: calc(100% / 8 - 180px);
        padding: 3px;
        font-size: 13px;
        padding: 5px 7px;
        border: 0;
    }
    .team-gr.team-l {
        justify-content: flex-end;
    }
    .team-gr .team-name {
        font-size: 14px;
        line-height: 1;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .ltd .vs {
        display: none;
    }
    .team-gr {
        display: flex;
        align-items: center;
    }
    .ltd-table .time {
        display: block !important;
    }
    .status .time-details {
        display: none;
    }
    .live_score .ltd .team-name {
        font-size: 14px;
        text-align: center !important;
        display: block;
    }
    .live_score span.time {
        font-size: 13px;
    }
    .live_score .btn {
        padding: 5px;
        background: none;
        font-size: 13px;
    }
    .live_score img {
        display: none;
    }
    .live_score .ltd {
        padding-bottom: 5px;
    }
    .headtohead tr td:nth-child(5),
    .headtohead tr td:nth-child(6),
    .headtohead tr td:nth-child(7) {
        display: none;
    }
    .lineup-content .player {
        font-weight: 400;
        font-size: 12px;
    }
    .lineup-content .avatar img {
        width: 40px;
        height: 40px;
    }
    .sm-bg {
        position: relative;
    }
    .match-header .team__info span {
        margin: 0 auto;
        text-align: center;
        display: block;
        font-size: 14px;
    }
    .match-header .team__info img {
        width: 40px;
        margin: 0 auto;
        display: block;
    }
    .match-header .score-fixture .score {
        font-size: 20px;
        text-align: center;
        padding: 5px 15px;
        height: 30px;
        border-radius: 4px;
        line-height: 20px;
    }
    .match-header .league_name {
        font-size: 16px;
    }
    span.trong-tai,
    span.san {
        display: none;
    }
    .match-header {
        background-position: top inherit;
    }
    #nap-rut-tien .bxflex_mg .bxw50 {
        width: 100% !important;
    }
    .bxflex {
        flex-wrap: wrap;
    }
    .bxw50 {
        width: 100% !important
    }
    .bxlink .link,
    .tt {
        width: 100% !important;
    }
    .bxtop_info .bx_danhgia .bxlink,
    .bxtop_info .bx_danhgia .bxlink a {
        display: block;
        text-align: center;
    }
    .bxtop_info .bx_danhgia .bxlink a {
        margin-top: 10px;
    }
    .bxlienket .bxlink a,
    .bxlienket .bxdanhgia a {
        padding: 5px;
    }
    .hosted-item .trd i {
        font-size: 11px;
    }
    .hosted-item .slbl {
        font-size: 10px;
    }
    .hosted-item .trd .dins {
        padding: 5px;
    }
    .category-news article .post-image {
        width: 110px;
    }
    .category-news article:nth-child(2),
    .category-news article:nth-child(3),
    .category-news article:nth-child(4),
    .category-news article:nth-child(5) {
        width: 100%;
        padding: 0;
    }
    .category-news article:nth-child(1) {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .category-news .entry-summary,
    .category-news .entry-meta {
        display: none;
    }
    .category-news article:nth-child(2) .entry-summary,
    .category-news article:nth-child(3) .entry-summary,
    .category-news article:nth-child(4) .entry-summary,
    .category-news article:nth-child(5) .entry-summary,
    .category-news article:nth-child(3) .post-image,
    .category-news article:nth-child(4) .post-image,
    .category-news article:nth-child(5) .post-image,
    .category-news article:nth-child(2) .entry-meta,
    .category-news article:nth-child(3) .entry-meta,
    .category-news article:nth-child(4) .entry-meta,
    .category-news article:nth-child(5) .entry-meta {
        display: block;
    }
    .category-news article h3,
    .category-news article:nth-child(3) .entry-header h3,
    .category-news article:nth-child(4) .entry-header h3,
    .category-news article:nth-child(5) .entry-header h3 {
        font-size: 14px;
        line-height: 1.6;
        font-weight: bold;
    }
    .category-news article {
        padding: 5px 0;
    }
    .category-news .entry-meta {
        display: none !important;
    }
    .category-news .entry-summary p {
        display: none;
    }
    .category-news article:nth-child(2) .post-image {
        width: 110px;
    }
    .category-news article:nth-child(2) .entry-header h3 {
        font-size: 14px;
    }
    .category-news article:nth-child(2) .post-image {
        margin: 0 15px 0px 0!important;
    }
    #main_slider .owl-stage-outer {
        overflow: hidden;
    }
}

@media (min--moz-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) {
    #main_slider .owl-stage-outer {
        overflow: hidden;
    }
    button.menu-bar {
        display: block;
    }
    .header-main {
        display: none;
    }
}

body.mmactive {
    overflow: hidden;
}

.mobile_menu {
    display: none;
    position: relative;
}

.sm_menu_outer.active .mobile_menu {
    display: block;
}

.sm_menu_outer {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -9;
    width: 100%;
    opacity: 0;
    background: var(--primary-color);
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sm_menu_outer.active {
    opacity: 1;
    z-index: 999;
}

.sm_menu_outer .mobile_menu li.back a {
    padding: 20px 5px 20px 55px;
    background: url("../img/back.png") no-repeat scroll 15px center / 5% auto;
}

.sm_menu_outer .mobile_menu a {
    color: #ffffff;
    display: block;
    font: 300 18px/140% "Lato", sans-serif;
    letter-spacing: 1px;
    padding: 20px 15px;
    text-transform: uppercase;
    text-decoration: none;
}


/*Sub Menu anim */

.sm_menu_outer .mobile_menu .submenu {
    background: var(--primary-color);
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 999;
}

.sm_menu_outer .mobile_menu li.active>.submenu {
    right: 0;
}

.sm_menu_outer .mobile_menu li {
    list-style-type: none;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0);
    border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
    color: #ffffff;
}

.sm_menu_outer .mobile_menu li.hasChild>a {
    background: url("../img/next.png") no-repeat scroll 95% center / 5% auto;
}


/*Hamburger Animation */

#sm_menu_ham {
    cursor: pointer;
    float: right;
    height: 25px;
    position: fixed;
    right: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 30px;
    top: 15px;
    right: 15px;
    z-index: 9999;
}

#sm_menu_ham span {
    background-color: #FFFFFF;
    border-radius: 5px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    width: 30px;
}

#sm_menu_ham span:nth-child(1) {
    top: 0;
}

#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
    top: 10px;
}

#sm_menu_ham span:nth-child(4) {
    top: 20px;
}

#sm_menu_ham.open span:nth-child(1) {
    left: 50%;
    top: 18px;
    width: 0;
}

#sm_menu_ham.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sm_menu_ham.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#sm_menu_ham.open span:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0;
}


/*@media (min-width: 0px) and (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1024px) {}*/

@media (min-width: 1024px) {
    #sm_menu_ham,
    .sm_menu_outer {
        display: none;
    }
}

button.menu-bar.active {
    position: fixed;
    right: 15px;
    z-index: 1024;
    top: 30px;
}

.date-match span {
    display: block;
}

.group-login {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

.group-login .btn {
    background-color: #0d6efd;
    border: 1px solid #0d6efd;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    width: 140px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    user-select: none;
    vertical-align: middle;
    margin-right: 14px;
}

.group-login .btn-register {
    background-color: #f49a25;
    border: 1px solid #f49a25;
}

.group-login .btn:hover {
    background: #fff;
}

.group-login .btn:last-child {
    margin-right: 0;
}

.logo {
    display: inline-block;
    width: 25px;
    height: 25px;
}
.sub-menu li {
    background: #233D67;
    padding: 0!important;
}
.widget ul {
    padding: 0;
    list-style: none;
}

.widget ul li a {
    color: #000;
    padding: 5px 20px;
    display: block;
    border-bottom: 1px dashed #ccc;
}

.widget ul li a:hover {
    background: #F49A25;
    color: #fff;
}
.entry-content ul {
    padding-left: 30px;
}