.bg-vt {
    background-color: #00ADEF;
}
body {
    color: #000;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 14px !important;
}

a {
    color: #00ADEF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.tran {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out 0s;
}

a:hover {
    text-decoration: none;
    color: #e40028;
}

em {
    font-size: 12px;
    font-style: italic;
    margin: 5px 0;
    color: #999;
}

.menu-mme {
    display: none;
}

/* Breadcrumb */
.breadcrumb li a {
    color: #00ADEF;
    font-weight: 700;
}

.breadcrumb {
    margin: 15px 0;
    background: transparent;
    padding: 0;
    font-weight: 500;
}

.main {
    position: relative;
}

.page {
    background: #fff;
}
.banner{
	height: 500px;
}

.banner img {
    width: 100%;
}

.banner .slick-prev {
    border: 0;
    font-size: 0px;
    position: absolute;
    top: 45%;
    left: 50px;
    z-index: 9;
    background: url('images/large_left.png') no-repeat 0 0;
    width: 40px;
    height: 40px;
}

.banner .slick-prev:hover,
.banner .slick-prev:focus,
.banner .slick-next:hover,
.banner .slick-next:focus {
    outline: none;
}

.banner .slick-next {
    border: 0;
    font-size: 0;
    z-index: 9;
    position: absolute;
    top: 45%;
    right: 50px;
    background: url('images/large_right.png') no-repeat 0 0;
    width: 40px;
    height: 40px;
}

.banner .slick-next:hover,
.banner .slick-prev:hover {
    background-position: bottom left;
}

.banner .slick-track {
    height: 100%;
}

.banner .slick-list {
    height: 100%;
}

/* Live KM */
.live-head {
    padding: 15px 0;
    position: relative;
    background: #f2f2f2;
}

#dot {
    left: 0;
    top: -2px;
    width: 10px;
    height: 10px;
    background-color: #00ADEF;
    border-radius: 100%;
    position: relative;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

#dot .ping {
    border: 1px solid #00ADEF;
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: rgb(234 0 41 / 36%);
    border-radius: 100%;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-name: sonar;
    animation-name: sonar;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: block;
    margin: 0;
}

.live-head .label {
    padding: 5px 10px;
    border-left: 3px solid #00ADEF;
    margin-left: 10px;
    background: #fff;
    font-weight: 700;
    color: #00ADEF;
    position: relative;
}

.live-head .label::after {
    display: block;
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    background: transparent;
    border: 14px solid transparent;
    border-left-color: #fff;
    width: 0px;
    height: 0px;
}

.live-head .km-link {
    margin-left: 25px;
    color: #eb0a8e;
    font-weight: 500;
}
.label-primary{
	background: #eb088d;
    padding: 5px;
    border-radius: 12px;
}
.label-primary a{
	color: white !important
}
/*header*/
#header {
    background: #fff;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    position: -webkit-relative;
}

.header-logo {
    margin: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.logo {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.logo img {
    max-height: 100%;
    width: 100%;
    margin: 0px 0;
    position: relative;
    top: 2px;
}

.mobile .logo img {
    max-height: 50px;
}

.logo h1 {
    display: block;
    margin: 0;
    padding: 0;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    color: transparent;
}

#header .header-menu {
    text-align: right;
}

#header .search_box {
    margin: 10px 0;
}

#header .search_box input[type=text] {
    border-radius: 20px;
    font-style: italic;
    background: url(images/search-icon.png) right 10px center no-repeat #fff;
    background-size: 20px;
    transition: all .2s;
}

/* Header Tags*/
.header-tags {
    padding: 25px 0;
}

.header-tags .tag-item {
    display: block;
    margin: 3px 0;
    width: 100%;
    height: 88%;
    padding: 7px 2px;
    text-align: center;
    border-radius: 7px;
	border: 1px solid #00ADEF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    color: #00ADEF;
    font-weight: 700;
}

.header-tags .tag-item:hover {
    background: #00ADEF;
	color: #fff;
}

/*menu*/
#main_menu ul {
    list-style-type: none;
    text-align: right;
    margin: 10px 0;
}

#main_menu ul.fix {
    margin-top: 13px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

#main_menu>ul>li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
}

#main_menu>ul li h2,
#main_menu>ul li h3,
#main_menu>ul li h4 {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-align: left;
}

#main_menu>ul>li>h3>a {
    text-decoration: none;
    padding: 10px 13px;
    color: #ffff;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

#main_menu .sub-menu {
    position: absolute;
    top: 100%;
    z-index: 999;
    list-style: none;
    background-color: #fff;
    min-width: 550px;
    padding: 5px;
    margin: 0;
    list-style-position: inside;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    border-top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -moz-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -ms-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-2em);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

#main_menu ul li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

#main_menu .sub-menu>li {
    text-transform: uppercase;
    height: auto !important;
    line-height: normal !important;
    margin: 0;
    padding: 2px;
    float: left;
    width: 50%;
}

#main_menu .sub-menu>li:hover a {
    color: #00ADEF;
    /*background-image: linear-gradient(to right,#8d1827,#ac1225,#c50c23,#da021d,#00ADEF);*/
	/*background-color: #00ADEF; */
}

#main_menu .sub-menu>li>h2,
#main_menu .sub-menu>li>h3,
#main_menu .sub-menu>li>h4 {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: normal !important;
    text-align: left;
}

#main_menu .sub-menu>li>h2>a,
#main_menu .sub-menu>li>h3>a,
#main_menu .sub-menu>li>h4>a {
    padding: 7px 10px;
    display: block;
    text-align: left !important;
    color: #000000;
    font-weight: 500;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#main_menu .menu-item-has-children:after {
    content: '';
    display: block;
    width: 1px;
    height: 1px;
    border: 3px solid #ffea00;
    position: absolute;
    bottom: 15px;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
}

/*home*/
.home-title {
    color: #19232d;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
}

.btn-primary, .btn-success {
    color: #fff;
    background-color: #00adef;
    border-color: #00adef;
}

.btn-register a {
    border-radius: 20px;
    padding: 6px 25px;
}

#modal_content {
    font-weight: 500;
}

#modal_content .hl {
    color: #00ADEF;
    font-weight: 700;
    font-size: 18px;
}

#modal_content .sms-pattern {
    text-align: center;
    margin: 20px 0;
    font-size: 15px;
}

/* Home Packages */
.section-package-group {
    padding: 20px 0;
}

.section-package-group-content {
    background: #fff;
    padding: 20px 0;
}

.package-group-title {
    text-align: left;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 22px;
}

.package-item {
    /* background: #f8aeb7; */
    border-radius: 7px;
    overflow: hidden;
    display: block;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 6px 12px rgb(0 0 0 / 9%);
}

.package-item:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.package-item .package-title {
    text-align: center;
    /*background-image: linear-gradient(to right, #8d1827, #ac1225, #c50c23, #da021d, #00ADEF);*/
	background-color: #00ADEF;
    padding: 7px;
    margin: 0;
    font-size: 24px;
}

.package-item .package-title a {
    color: #fff;
    ;
    font-weight: 700;
}

.package-item .package-item-content {
    font-weight: 500;
    background: #f9f9f9;
    color: #000;
}

.package-item .line {
    padding: 5px 10px;
    text-align: left;
}

.package-item .package-price {
    font-weight: 700;
    color: #00ADEF;
    font-size: 20px;
    text-align: center;
}

.package-item .package-quota span,
.package-item .package-time span,
.package-item .package-bonus-sms span,
.package-item .package-bonus-call span {
    font-weight: 700;
    color: #00ADEF;
}

.package-item .package-register-pattern span {
    font-weight: 700;
    color: #fff;
}

.package-item .package-cta {
    padding: 7px 5px;
    text-align: center;
}

.package-item .package-cta .btn {
    background-color: #00ADEF00;
    padding: 5px 20px;
    border-radius: 18px;
    font-size: 14px;
    color: #00adef;
	border: 1px solid;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.package-item .package-cta .btn:hover {
    color: #fff;
    cursor: pointer;
    background: #00ADEF;
}

.package-item .package-extra-info {
    padding: 10px;
    text-align: center;
}

.package-item .package-code,
.package-item .package-register-code,
.package-item .package-register-gateway,
.package-item .package-quota span {
    font-weight: 700;
    font-size: 18px;
    color: #e80e8a !important;
}

.section-package-group-even .package-item {
    border-color: #e3882e;
    color: #e3882e;
}

.section-package-group-even .package-cta .btn {
    background: #e3882e;
}

.section-package-group-even .package-cta .btn:hover {
    background: #fff;
    color: #e3882e;
}

.section-package-group-even .package-item .package-title {
    background: #e3882e;
}

.section-package-group-even .package-item .package-price {
    color: #e3882e;
}

.section-package-group-even .package-item .package-quota span,
.section-package-group-even .package-item .package-time span,
.section-package-group-even .package-item .package-bonus-sms span,
.section-package-group-even .package-item .package-bonus-call span {
    color: #e3882e;
}

.section-package-group-even .package-item .package-register-pattern span {
    color: #e3882e;
}

/* Home news box */
.section-home-news {
    padding: 30px 0;
}

.home-news-box {
    border: 1px solid #ddd;
    border-radius: 7px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
    display: block;
}

.home-news-box:hover {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
}

.home-news-box .box-news-cover {
    display: block;
    height: 220px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-news-box .box-news-title {
    padding: 10px;
    font-weight: 700;
    font-size: 18px;
    background: #f2f2f2;
}

.home-news-box .box-news-title i.fa {
    color: #e80e8a;
}

.home-news-box .box-news-title a {
    color: #000;
}

.home-news-box .box-news-title a:hover {
    color: #00adef;
}

.home-news-box .box-news-posts {
    padding: 0 10px;
    padding-top: 15px;
}

.home-news-box .box-news-posts ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.home-news-box .box-news-posts ul li {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 3px;
    border-bottom: 1px dotted #ddd;
}
.home-news-box .box-news-posts ul li h5{
    font-size: 14px;
}
.home-news-box .box-news-posts ul li:last-child {
    border: 0;
}
.home-news-box .box-news-posts ul li a {
    display: flex;
    height: 50px;
    font-weight: 500;
    align-content: center;
    align-items: center;
    overflow: hidden;
    color: #333;
}

.home-news-box .box-news-posts ul li a:hover{
	color: #00adef;
}
.home-news-box .box-news-posts ul li a .fa {
    color: #e80e8a ;
}

.home-news-box .box-news-more {
    padding: 10px 0;
    text-align: center;
}

.home-news-box .box-news-more a {
    padding: 5px 15px;
    font-weight: 700;
    color: #e80e8a;
    background: #fff;
    border: 1px solid #e80e8a;
    /*background-image: linear-gradient(to right,#8d1827,#ac1225,#c50c23,#da021d,#00ADEF);*/
    border-radius: 15px;
}

.home-news-box .box-news-more a:hover {
    background: #e80e8a;
    color: #fff;
	border: 1px solid #e80e8a;
}

/*post - single*/
.post table .register_sms {
    width: 100%;
    font-weight: 500;
    font-size: 15px;
}

.post-item {
    margin-bottom: 20px;
    display: block;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
}

.post {
    padding: 0;
}

.post .post-head .meta {
    padding: 5px 0;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.post .post-head .meta .info {
    display: inline-block;
}

.post .post-head .meta .social-button {
    margin-top: -5px;
}

.post .post-title {
    font-size: 24px;
    margin-top: 10px;
    font-weight: 700;
    /*text-transform: uppercase;*/
}

.post .post-content {
    line-height: 20px;
    text-align: justify;
}

.post .post-content .btn-flat {
    border: 0;
    font-weight: 500;
    margin: 0;
    padding: 2px 7px;
}

.post .post-content a {
    color: #00adef !important;
}

.post .post-content a:hover {
    color: #eb098d !important;
}

.post .post-content em {
    font-size: 14px;
    color: #333;
}

.post .post-content a em {
    color: #0067ff !important;
}

.post .post-content h1,
.post .post-content h2,
.post .post-content h3,
.post .post-content h4 {
    font-size: 16px;
}

.post .post-content img {
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    max-width: 100%;
    margin-top: 20px;
    height: auto;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.post .post-content .btn-success{
	color: white !important;
}
.post .post-content .btn-success:hover{
	background-color: #e80e8a;
	color: white !important;
}
/* .post .post-content .btn-success:before{
	font-family: "Font Awesome 5 Free";
	content: "\f4ad";
} */
.post .post-content blockquote {
    font-size: 14px;
    padding: 10px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-left-color: #00adef !important;
    border-radius: 1px;
    box-shadow: 2px 2px 13px #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.post .post-content blockquote a {
    color: #00adef !important;
}
.post .post-content blockquote p {
    margin: 0
}

.post table {
    max-width: 100%;
    margin: 10px 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
}

.table.aligncenter {
    display: table;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    margin: 10px 0;
    padding-top: 4px;
    text-align: center;
}

.wp-caption img {
    margin-bottom: 15px;
}

.wp-caption .wp-caption-text {
    text-align: center;
    padding: 5px 0;
    color: #333;
    font-size: 12px;
}

.block-heading span {
    font-size: 20px;
    font-weight: bold;
}

.tag-relate {
    margin: 20px 0;
}

.tag-relate .tag-name {
    width: 100%;
    display: block;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.tag-relate .tag-name:hover {
    background: #e80e8a;
}

.tag-relate a {
    color: #000;
    font-weight: 700;
}

.cm-fb {
    border: 1px solid #eee;
    margin: 10px 0;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* Mobile Menu */
.mm-menu {
    background: #00ADEF;
    color: #fff;
}

.mm-menu .mm-navbar>* {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
}

.mm-menu em.mm-counter {
    color: rgba(255, 255, 255, 0.6)
}

/*relate*/
.relate-img .wrap_img img {
    width: 150px;
    height: auto;
}

.relate-heading {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}

.entry-title a {
    font-size: 14px;
    color: #333;
}

/*category*/
.category_header .cate_heading {
    padding: 10px 0;
    font-size: 32px;
    font-weight: 700;
}

.category_header .cate_heading span {
    font-size: 28px;
}

.post_cat .title {
    font-size: 19px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 10px;
}

.post_cat .title a {
    color: #00ADEF;
}

.post_cat .body {
    margin-top: 10px;
}

.post_cat {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.post_cat .wrap_img img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 15px;
	width: 100%;
	height: 100%;
}
.post_cat .wrap_img{
	width: 20%;
	height: auto;
}
/*widget*/
.sidebar .widget:first-child {
    margin-top: 50px !important;
}

.widget {
    margin-bottom: 30px;
}

.widget-title {
    position: relative;
    color: #fff;
    margin-bottom: 15px;
}

.widget-title:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 5px;
    width: 100%;
    z-index: 1;
	background: #00ADEF;
    /*background-image:  linear-gradient(to right,#8d1827,#ac1225,#c50c23,#da021d,#00ADEF);*/
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    border-radius: 12px 8px;
    -webkit-border-radius: 12px 8px;
    -moz-border-radius: 12px 8px;
    -ms-border-radius: 12px 8px;
    -o-border-radius: 12px 8px;
}

.widget-title h4 {
    position: relative;
    z-index: 2;
	font-size: 15px;
    display: block;
    padding: 10px 25px;
    padding-left: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.latest-posts img {
    max-width: 60px;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.latest-posts .entry-title {
    font-size: 16px;
    font-weight: 500;
}

.latest-posts .media-widget {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.latest-posts .date-media {
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    margin-right: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#adsense .widget {
    margin: 0;
}

.textwidget {
    text-align: justify;
}

.textwidget img {
    width: 100%;
}

/* Footer */
.footer {
    background: #e8e8e8;
    padding-top: 20px;
	/*border-top: 3px solid #00ADEF; */
}

.footer .copyright {
    background: #f9f9f9;
    color: #333;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.footer .up-footer {
    padding: 20px 0
}

.footer .header-up h5 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 20px;
}

.footer .header-up h5 img {
    width: auto;
    height: 18px;
    position: relative;
    top: -2px;
}

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

.footer-footer {
    margin-bottom: 20px;
}

.footer-footer a {
    font-size: 14px;
    color: #333
}

.footer-footer a:hover {
    color: #00ADEF;
}

.footer-footer li {
    list-style: none;
    padding: 3px 5px
}

.footer-footer li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #555;
    position: relative;
    top: 0px;
    margin-right: 5px;
    float: left;
}

.footer-footer li:hover:before {
    color: #00ADEF;
}

.footer .footer-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .footer-contact ul li {
    margin-bottom: 4px;
}

/*quảng cáo*/
.advanse-cate {
    position: sticky;
    left: 0;
    float: left;
    top: 80px;
}

@media screen and (max-width: 767px) {
	.sticky{
		display: none;
	}
	#header{
		position: sticky ;
		border-bottom: 1px solid #00ADEF;
	}
	.banner, .banner img{
		height: 105px !important;
	}
	.banner .slick-prev{
		top: 32%;
    	left: 22px;
		opacity: 0.75
	}
	.banner .slick-next{
		top: 32%;
    	right: 22px;
		opacity: 0.75
	}
    .advanse-cate {
        display: none;
    }
	.nav-tabs .nav-item{
		width: 100%;
		border: 1px solid #00ADEF;
		border-radius: 8px;
		margin-bottom: 6px;
		overflow: hidden;
		text-align: center;
	}
	.nav-tabs .nav-item a{
		color: #00ADEF !important;
		font-weight: 700;
	}
	.nav-tabs .nav-item .active{
		color: #fff !important;
		border: 1px;
	}
    /*header*/
    .header-menu {
        display: none;
    }

    #header .header-logo {
        width: 100%;
        text-align: center;
    }

    #header .header-logo img {
        max-height: 50px;
        width: 50%;
    }
	#header>.container{
		padding: 2px!important;
	}

    #header .search_box {
        float: none;
        margin: 0;
        margin-bottom: 10px;
        width: 80%;
        display: inline-block;
    }

    .menu-mme a {
        text-decoration: none;
        font-size: 30px;
        position: relative;
        top: 6px;
    right: -11px;
        color: #28A4A5;
    }

    .main-menu-mb h3,
    .mm-panel .nav_txt {
        margin: 5px;
        font-size: 15px;
    }

    .menu-mme {
        display: block;
    }

    .post .table {
        font-size: 11px;
        width: 100%;
        background-color: #fff;
    }

    .post .table a.btn {
        font-size: 9px;
        padding: 5px;
    }

    .post .table tr td {
        vertical-align: middle;
        padding: 5px 0;
        text-align: center;
        max-width: 15%;
    }

    .post .table tr td p {
        margin: 5px 0;
    }

    /*category*/
    .post_cat {
        display: block;
    }

    .wrap_img {
        margin: 0 !important;
    }

    .wrap_img img {
        width: 100%;
        height: auto;
    }
}

@-webkit-keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

.menu_background {
   /* background: linear-gradient(to top, #8d1827 0%, #00ADEF 54%);*/
	background-color: #00ADEF;
	box-shadow: 0 15px 18px -3px #00000024;
}
.sticky {
  	position: fixed;
  	top: 0;
 	left: 14px;
  	width: 100%;
}

.sticky + .content {
  	padding-top: 60px;
}
#main_menu>ul>li>h2>a {
    color: #ffffff;
}

#main_menu>ul>li>h2>a:hover {
    color: #9e9d9d;
}

.search-keywords>a {
    color: #00ADEF;
    font-weight: bold;
}

.search-keywords>a:hover {
    color: #e80e8a ;
}
.tab-package .nav-item a{
	color: black;
}
.tab-package .nav-item a:hover{
	color: #00ADEF;
}
.tab-package .nav-item .active{
	color: white;
	/*background-image: linear-gradient(to right, #8d1827, #ac1225, #c50c23, #da021d, #00ADEF) !important;
	background-color: transparent !important;*/
	background-color: #00ADEF
}
.tab-package .nav-item .active:hover{
	color: white;
}
@media only screen and (max-width: 750px) {
  .tab-2, .tab-3{
    display: none !important;
  }
}
.widget-content .widget-container{
    width: 100%;
	height: 74px;
}
.widget-content .package-price, .widget-content .post-date{
	width: 65px;
    text-align: center;
    line-height: 65px;
    background: #00ADEF;
    border-radius: 100px;
	box-shadow: 0 0 15px -1px #00000033;
    color: white;
    font-size: 14px;
	float: left;
	position: absolute;
}
.widget-content .package-content{
	float: right;
    width: 85%;
    margin: 18px 0px;
    border-radius: 10px;
}
.widget-content .package-content h5{
	font-size: 14px;
	margin: 0;
}
.widget-content .package-content a{
	margin: 25px;
    color: white;
    font-weight: bold;
    line-height: 2;
}
.widget-content .post-content {
    float: left;
    margin-left: 75px;
}

.widget-content .post-content  a h5{
	color: black !important;
	font-size: 14px;
}
.widget-content .post-content a:hover h5{
	color: #00ADEF !important;
}
.widget-content .packageAds-content img{
	width: 100%;
}

.note-sg{
	color: #570cfe;
    text-align: center;
    padding: 5px;
    font-size: 11pt;
    font-style: italic;
    background: #f1f1f1;
    line-height: 1.5;
    position: relative;
    padding: 15px;
    overflow: hidden;
}
.note-sg:before {
    border-color: #fff #fff #f1f1f1 #2980b9;
    background: #2980b9;
}
.note-sg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    background: #27ae60;
    box-shadow: 0 1px 1px rgb(0 0 0 / 30%), -1px 1px 1px rgb(0 0 0 / 20%);
    display: block;
    width: 0;
}
.hot_keyword_box{
	padding: 4px 11px;
    color: #000;
    border-radius: 6px;
    background: #f2f2f2;
    float: left;
    margin: 3px;
}
.hot_keyword_box:hover{
	color: #000;
}
.header-info h5{
	font-size: 1.0rem !important;
}
.nav-tabs .nav-link{
	border: 1px solid #d8d8d8;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.text-danger{
	color: #00ADEF !important;
}

.lable-package{
    text-transform: uppercase;
    font-weight: bold;
    color: #e80e8a;
    font-size: 16px;
}
.package-content .package-post-item {
    padding: 10px 0 !important;
    list-style: disc!important;
    width: 20%;
    float: left;
}
.fa-commenting-o:before{
	content: "" !important;
}
.package-content .data-date div:nth-child(1),
.package-content .data-month div:nth-child(1),
.package-content .data-6-month div:nth-child(1),
.package-content .data-year div:nth-child(1){
	display: flex;
	justify-content: right;
	font-weight: bold;
	color: #00adef;
}
.package-content .data-date div:nth-child(2),
.package-content .data-month div:nth-child(2),
.package-content .data-6-month div:nth-child(2),
.package-content .data-year div:nth-child(2){
	border-left: 1px solid #00000012;
	font-weight: bold;
	color: #e80e8a;
}
.package-content .data-date div:nth-child(3) a,
.package-content .data-month div:nth-child(3) a,
.package-content .data-6-month div:nth-child(3) a,
.package-content .data-year div:nth-child(3) a{
	color: #00adef;
}
.package-content .data-date div:nth-child(2),.package-content .data-date div:nth-child(3),
.package-content .data-month div:nth-child(2),.package-content .data-month div:nth-child(3),
.package-content .data-6-month div:nth-child(2),.package-content .data-6-month div:nth-child(3)
{
	border-bottom: 1px solid #00000012;
}
.icon_bar_wrap{
	text-align: center;
}
.icon_bar {
    font-size: 35px;
    color: #888;
    position: relative;
}
.icon_bar:after, .icon_bar:before {
    position: absolute;
    content: "";
    bottom: 20px;
    width: 200px;
    height: 1px;
    background: #888;
}
.icon_bar:after {
    left: 50px;
}
.icon_bar:before {
    right: 50px;
}
.title-hp{
	color: #eb008b!important;
}
#backtotop {
  background-color: #eb008b;
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 40px;
  padding: 10px 5px;
  z-index: 999;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
#backtotop:hover {
  cursor: pointer;
}