/*
Theme Name: 4G Mobifone V2
Theme URI: https://minhdd.info
Author: MinhDD
Author URI: https://minhdd.info
Description: Just simple WP themes to introduce your seft -:)
Version: 1.0.0
License: GNU General Public License


Me WordPress theme, Copyright (C) 2015 themehall.com
Me WordPress theme is licensed under the GPL.

*/
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body { background: #F2F2F2;font-family: 'Quicksand', sans-serif;color: #000;font-weight: 500}
.container-fluid { padding-left: 50px;padding-right: 50px; }
a { -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; }
a:hover{text-decoration: none;opacity: 0.8;outline: none;}
.menu-mme {display: none;}
.main{
    position: relative;
}
.page{background: #fff;}
.banner{
	height: 500px;
}
.banner img{
    width: 100%;
    height: auto;
}
.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%;
}
/*header*/
#header{
    background: #eaf5fe;
    z-index:99;
    top: 0;
    left: 0;
    width:100%;
    border:1px solid #ddd;
    position: sticky;
    -webkit-box-shadow: 0px 14px 23px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 14px 23px -18px rgba(0,0,0,0.75);
    box-shadow: 0px 14px 23px -18px rgba(0,0,0,0.75);
    position: -webkit-sticky;
}
#header .header-logo{
    float: left;
    width: 15%;
    transition: all .3s;
    -webkit-transition: all .3s;
}
#header .header-logo img{width: 100%;padding: 10px;}
#header .header-logo.fix img{
    width: 80%;
    transition: all .3s;
    -webkit-transition: all .3s;
}
#header .header-menu{
    float: left;
    width: 65%;
    text-align: right;
}
#header .search_box {
    float: left;
    width: 15%;
    margin: 20px 30px;
}
#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;
}
/*menu*/
#main_menu ul {
    list-style-type: none;
    text-align: right;
    margin: 15px 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;
    margin-left: -5px;
    position: relative;
}
#main_menu > ul > li{text-align: center;}
#main_menu a{text-decoration: none;padding: 10px 15px;color: #333;margin: 0;font-weight: bold;}
#main_menu a h2,
#main_menu a h3,
#main_menu a h4{
    font-size: 15px;
    margin: 0;
    display: inline-block;
    font-weight: bold;
}
#main_menu .sub-menu {
    position: absolute;
    top: 90%;
    z-index: 999;
    background-color: #1962af;
    min-width: 550px;
    padding: 4px;
    /*box-shadow: 0 6px 12px rgba(0,0,0,0.1); 
    border: 1px solid #eee; */
    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);
}
#main_menu .sub-menu li {
    text-transform: none;
    color: #fff;
    white-space: nowrap;
    width: 49%;
    padding: 0 10px;
    margin-left: 2px;
}
#main_menu ul.sub-menu li:nth-child(even) {
    float: right;
}
#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:hover{background-color: #E7E7E7;}
#main_menu .sub-menu li:hover a{color: #333;}
#main_menu .sub-menu li a{color: #fff;font-size: 13px;padding: 0;display: block;}
#main_menu ul > li > .sub-menu > li > a{text-transform: uppercase;}
#main_menu ul > li > .sub-menu > li > a h3,
#main_menu ul > li > .sub-menu > li > a h4,
#main_menu ul > li > .sub-menu > li > a h2
{
    margin:0;font-size: 14px;display: inline;
}
#main_menu .menu-item-has-children:after {
    content: '';
    display: block;
    width: 1px;
    height: 1px;
    border: 3px solid #333;
    position: absolute;
    bottom: 15px;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
}
#main_menu > ul > li > ul:after {
    position: absolute;
    content: "";
    background: #1962af;
    width: 15px;
    height: 15px;
    left: 25px;
    top: -5px;
    z-index: -1;
    transform: rotate(45deg);
}
.click-here {
    position: absolute;
    width: 57px;
    right: -26px;
    top: 8px;
}
/*tag header*/
.tag-header {
    margin: 20px 0;
}
.tag-header a{
    text-align: center;
    padding: 10px;
    background-color: #eaf5fe;
    display: block;
    font-weight: bold;
    border: 2px solid #fff;
}
.tag-header a:hover{
    background-color: #fff;
    border-color: #eaf5fe;
}
/*category home*/
.link_category_home {
    color: #333;
    padding: 5px 0;
    display: block;
}
.link_category_home:hover{
    color: #0f67c0;
}
.link_category_home i{
    float: left;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.link_category_home .media-heading {
    font-size: 15px;
    font-weight: 500;
}
/*footer*/
#footer {
    margin-top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    background-color: #f9f9f9;
    color: #333;
}
#footer h4{
    color: #0f67c0;
    font-weight: bold;
}
.menuService{ 
    padding: 0 0 0 15px;
    margin: 0;
}
.menuService a{ color:#333; }
.contact_footer li{ 
    color: #333;
    padding: 5px; 
}
.menuService li{
    list-style: none;
    padding: 3px 5px;
}
.menuService li:before {
    content: "\f196";
    font-family: FontAwesome;
    margin-left: -1.5em;
    padding: 3px;
    width: 1.3em;
    float: left;
}
.contact_footer img{width: 50%;padding-bottom: 5px;}
.menuService a:hover{
    text-decoration: underline;
    color: #4C9D2F;
}
.menuSupport a:hover{
    text-decoration: underline;
    color: #4C9D2F;
}
#wgContact ul{
    list-style: none;
    padding: 0;
    color: #333;
    text-align: center;
    margin-top: 40px;
}
.telfooter {
    display: block;
    font-weight: bold;
    color: red !important;
    text-align: center;
}
/*end footer*/
/*send mail form*/
.es_textbox{padding: 0 !important;}
.es_button{padding: 0 !important;}
/*end send mail form*/

/*package-index*/
.title-package{    
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0px;
}
#tab-service {position: relative;}
.header-tab {position: absolute;right: 0;bottom: 15px;text-transform: uppercase;}
.header-tab li {padding: 0 10px;}
.header-tab li a{background-color: #fff;color: #337ab7;border:1px solid #337ab7;padding: 8px 20px;}
.header-tab li a h3{font-size: 14px;margin:0;padding: 0;font-weight: bold;}
#tab-service .nav-pills>li.active>a,
#tab-service .nav-pills>li.active>a:focus,
#tab-service .nav-pills>li.active>a:hover
{
    background-color: #337ab7 !important;border:1px solid #eef5ff;color: #fff;
}
#tab-service .nav>li>a:focus,
#tab-service .nav>li>a:hover
{
    background-color: #fff;border:1px solid #337ab7;color: #337ab7;
}
/*end package-index*/
/*post*/
.breadcrumb li a{color: #333;}
.breadcrumb li:first-child a{
    font-weight: bold;
    color: #337ab7;
}
/*#post-content{padding-top: 20px;}*/
.post-item{margin-bottom: 20px; display: block; border:1px solid #eee; border-radius: 4px; background-color: #fff;}
.post {border:0;}
.post .post-head .meta {padding: 5px 0; font-size: 12px;}
.post .post-head .meta .info {display: inline-block;}
.post .post-head .meta .social-button {margin-top: -5px;}
.post .post-title {font-size: 22px; margin-top: 10px; font-weight: bold;text-transform: uppercase;line-height: 1.2em;}
.post .post-content {line-height: 20px; text-align: justify;}
.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;}
.post .post-content .container {width: 100%;}
.post .post-content p{color:black}
.aligncenter { 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:5px;}

.tag-relate {margin:30px 0;}
.gachduoi{
    font-size: 17px;
    font-weight: bold;
    border-bottom: 2px solid #333;
    padding-bottom: 7px;
}
.tag-relate span{
    width: 100%;
    display: block;
    background: #ddd;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px;
    font-weight: 500;
}
.tag-relate span:hover{
    background: #d0d0d0;
}
.package-single-title {font-weight: bold;}
/*cuong ul*/
#post-content ul{
    margin: 12px 0;
}
#post-content .cuongul li{
    padding: 8px 0;
    font-size: 16px;
    margin-top: -10px;
}
#post-content .cuongul{
    border-top: 1px solid #b7acac;
    border-bottom: 1px solid #b7acac;
    padding: 20px 40px;
    margin: 20px 0;
    margin-top: 30px;
}
#post-content .cuongul li:first-child{margin-top:-20px}
#post-content .cuongul:before{
    content: 'TIN LIÊN QUAN';
    font-family: tahoma;
    position: relative;
    top: -30px;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
    text-transform: uppercase;
    background: #fff;
    color:red;
}
#post-content .cuongul li span a::after{
    content: '';
    width: 59px;
    background: #f9f9f9 url(images/hot.gif) center right no-repeat;
    position: relative;
    left: 20px;
    display: inline-block;
    height: 15px;
}
/*pin_item in index 4g home*/
.pin_item {
    border: 1px solid #0f67c0;
	margin-bottom: 20px;
}
.pin_item .pin-item-title {
    margin: 0;
}
.pin_item .pin-item-title a{
    display: block;
    text-align: center;
    background-color: #0f67c0;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    line-height: 1.2em;
}
.pin_item .pin-item-content{
    text-align: center;
}
.pin_item .pin-item-content ul{
    list-style: none;
    padding: 0;
    font-size: 16px;
}
.pin_item .pin-item-content ul li {
    margin:10px 0;
}
.pin_item .pin-item-content .pin_span{
    background-color: #d7ecfc;
    display: block;
    padding: 5px 0;
	min-height: 60px;
}
.pin_item .pin-item-content .pin_span strong{
    font-size: 17px;
    color: #0f67c0;
}
.pin_item .pin-item-content .detail_span{
	min-height: 60px;
    display: block;
    padding: 10px;
}
.btn-dk a{
    margin:10px 0;
    background-color: #fec40b;
    padding: 6px 20px;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
}
.btn-dk a:hover{color: #fff;}

/*pin-item 3g index*/
.home3g {margin: 40px 0;}
.home3g .pin_item{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.home3g .pin_item .pin-item-title{
    display: table-cell;
    background-color: #0f67c0;
    width: 20%;
    vertical-align: middle;
}
.home3g .pin_item .pin-item-title a {
    text-align: center;
    font-size: 14px;
}
.home3g .pin_item .pin-item-content{
    display: table-cell;
}
/*goi cuoc 3g in home*/
.goicuoc { font-size: 20px; width: 100%; padding: 10px; text-align: center;
    color: #fff;
 }
 .goicuoc a{ font-size: 20px; width: 100%; padding: 10px; text-align: center;
    color: #fff;
 }
.widget_goicuoc { 
    background: #fff;
    margin-bottom: 40px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 5px;
}
.price_goicuoc { 
    padding:10px;
    font-size: 30px;
    text-align: center;
    background-color: #EEF5FF;
    font-weight: 500;
}
.feauture_goicuoc{ padding-top: 10px;}
/*.feauture_goicuoc ul{margin-left:-10px; }*/
.cuphap { display: block;font-weight: bold; text-align: center;padding:10px; }
.cuphap h5{ display: inline; font-size: 20px; color: red;}
.widget_goicuoc .dkright{ text-align: center; padding: 10px 0; }
/*sidebar*/
#text-2{padding: 0 !important}
#text-2 img{width: 100%;}
.search_box {margin-bottom:32px;}
.search_box .form-control{ box-shadow:none;}

/* Latest Posts*/
.widget {margin-bottom: 30px;}
#rencent-widget .widget{
    padding: 5px 10px 10px 10px;
    background: #e5eef3;
}
#st_blog_posts_widget-2{margin: 0;}
.most-recent-post h4 { color: #3489CC; font-size: 20px; padding: 10px; border-bottom: 3px solid #3489CC}
.media-widget {margin: 10px 0;padding: 0 5px;}
.media-widget .entry-title a {
    color: #0168bb;
    font-size: 13px;
}

.media-widget .media-body{ padding-left: 10px; }
/*sidebar-widget*/
.widget-title {
    color: #0168bb;
    padding: 10px;
    background: #f2f2f2;
    font-weight: bold;
    font-size: 20px;
    margin:0;
}
/*widget ngày tháng*/
.latest-postspopular .date {
    color: #e54b50;
    border: 1px solid #e54b50;
    font-weight: 700;
    border-radius: 15px;
    padding: 10px;
    top: 15px;
    position: relative;
}
.media-body h3{
    min-height: 36px;
    margin: 0;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 1.3em;
    border-bottom: 1px solid #277cbe;
}
/*.latest-postspopular .media-widget{margin: 0;}
#rencent-widget #st_blog_posts_widget-3{padding: 5px 0 0 10px;}
.latest-postspopular .media-widget .media-body .entry-title{
    width: 74%;
    padding: 0 5px;
}
.latest-postspopular .media-widget {
    position: relative;
    padding:10px 0;
    border-top:1px solid #e5e6e9; 
}
.latest-postspopular .media-widget:last-child {
    border-bottom:1px solid #e5e6e9; 
}
.latest-postspopular .media-widget .pull-right{
    position: absolute;
    top:0;
    right: 0;
    height: 100%;
    color: #fff;
    padding: 10px; 
    font-size: 18px;
    font-weight: bold;
}
.latest-postspopular .media-widget .pull-right .time{
    padding-top: 6px;
}
.latest-postspopular .media-widget .media-body{padding: 0;}*/
/*tin tức hỗ trợ home*/
/*.section.news {background:#fbfbfb; padding:30px 0px;}*/
.news_item {
    border-bottom: 2px dashed #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.news_item img{
    width: 100%;
    height: auto;
}
.news_item .media-heading {
    color: #333;
    font-weight: bold;
    margin:10px 0;
    text-decoration: none;
    min-height: 40px;
}
.news_item .media-body {
    color: #333;
    font-size: 15px;
}
.news_item .media-body .body{text-align: justify;}
.news_item .media-body a:hover,
.news_item .media-heading:hover{
    color: #0f67c0;
}
/*archieve page*/
.content {padding:30px;padding-top:0; border-right:1px solid #dddddd;margin-top:20px; }
/* .post_cat {margin-bottom:20px; padding:15px; border:1px solid #eaeaea;}
.post_cat:nth-child(2n) { background: #F6F6F6;}
.post_cat .title {font-size:19px;margin: 0;}
.post_cat .wrap_img {max-height:200px; overflow:hidden;}
.post_cat .wrap_img img {width:100%; height:auto;}
.post_cat .body {margin-top:10px;} */
.post_cat .title {
    font-size: 19px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 10px;
}

.post_cat .title a {
    color: #333;
}

.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;
}
.wrap-content .post_cat .wrap_img img {
    width: 100%;
    height: auto;
}
.category_header .cate_heading{
    padding: 10px 0;
    border-bottom: 2px solid #3D6E8F;
}
.category_header .cate_heading span{font-size: 25px;}
mobile{
		display: none; 
	}
	desktop{
		display: block; 
	}
/*modal content*/
#modal_content{font-size:30px;text-align:center;color:#333;}#modal_content b{color:red;}

@media screen and (max-width: 767px){
	.banner{
		height: 105px !important;
	}
	.click-here {
		width: 41px !important;
		right: -10px !important;
		top: 13px !important;
	}
	mobile{
		display: block !important; 
	}
	desktop{
		display: none !important; 
	}
	.accout-login{
		width: 100% !important;
		position: relative !important;
	}
	body {font-weight: 300;}
    /*header*/
    #header .header-logo{
        width: 100%;
        text-align: center;
    }
    #header .header-logo img{
        width: 50%;
    }
    #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: -7px;
    }
    .main-menu-mb h3,.mm-panel .nav_txt{margin:5px;font-size: 15px;}
    /*index*/
    .header-tab {
        position: static;
        margin:10px 0;
    }
    .header-tab li {
        padding: 0;
    }
    .nav-pills>li+li {
        margin-left: 10px;
    }
    /*end index*/
    #post-content .table {
        font-size: 15px;
        width: 100% !important;
        background-color: #fff;
    }
    #post-content .table ul{
		margin: 0;
/* 		padding: 0; */
/* 		list-style: none; */
	}
    #post-content .table a.btn{
        font-size: 17px;
        width: 98%;
        padding:5px;
    }
    #post-content .table tr td{
        vertical-align: middle;
        padding: 5px 0;
        text-align: center;
        max-width: 15%;
    }
    #post-content .table tr td p {
        margin: 5px 0;
    }
    /**/
    /*.banner .slick-prev{left: 20px;top:40%;}
    .banner .slick-next {right: 20px;top:40%;}*/
    .banner .slick-prev,
    .banner .slick-next,
    .extra-menu{display: none !important;}
    .menu-mme{ display: inline-block; float: right;}
    /*.page{margin-top: 50px;}*/
    #main_menu{display: none;}
    #my-menu li:hover{background:#eae8e8;}
    #my-menu .sub-menu{padding: 0 20px;}

    .pin-item-body {
        font-size: 12.5px;
    }
    .pin-item-body ul{ margin-left: -20px; }
    .pin-item-body ul li{padding-bottom: 3px;font-size: 14px;}
    .pin_item img{height:200px;}
    .post_cat .title { margin:20px 0; }
}
blockquote{
	margin: 0 0 20px;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ccc;
    border-left-width: 5px;
    border-left-color: #59caf5;
    border-radius: 1px;
    box-shadow: 2px 2px 13px #eee;
}
.accout-login {
    display: block;
    margin: 10px 0;
    font-weight: 700;
    color: #ffffff;
    background: #d82227;
    border-radius: 10px;
    text-align: center;
    width: 150px;
    position: absolute;
    top: 0px;
    font-size: 12px;
    right: 0;
    padding: 8px;
}
.mobi-login h2 {
    background: #275ead;
    padding: 20px;
    border-radius: 10px;
	font-size: 2rem;
    color: #fff;
    box-shadow: 5px 5px 0px 0px #58ade1;
    text-align: center;
}
.mobi-login button {
	 background: #275ead;
	 border: 1px solid #275ead;
}
.hot_package:before {
    content: '';
    background-image: url(https://cdn-img-v2.webbnc.net/uploadv2/web/15/15247/media/2022/09/20/09/39/1663657015_hot-icon.gif);
    display: block;
    height: 50px;
    position: relative;
    background-size: 50px 50px;
    margin-bottom: -13px;
    background-position: center center;
    background-repeat: no-repeat;
}