/*
Theme Name: 3gmobifones
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) 2017

*/
html{font:400 14px / 20px "Helvetica Neue",Helvetica,Arial,sans-serif; color: #444}
html {
  scroll-behavior: smooth;
}
body { background: #fafafa;}
.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;outline: none;}
.menu-mme {display: none;}
img {  
  aspect-ratio: attr(width) / attr(height);
}
/*header*/
#header{
    background: #fff;
    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;
    margin: 5px;
}
#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: 75%;
    text-align: center;
}
#header .search_box {
    float: right;
    width: 15%;
    margin: 20px 0;
}
.banner{
	max-height: 500px;
}
/*menu*/
#main_menu ul {
    list-style-type: none;
    margin: 15px;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
}
#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: 0 10px;color: #333;margin: 0;font-weight: bold;text-transform: uppercase;}
#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: 100%;
    z-index: 999;
    background-color: #0063af;
    min-width: 270px;
    padding: 4px;
    box-shadow: 0 6px 12px rgba(15, 15, 15, 0.4);
    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);
    margin:0;
    border:0;
    border-radius: 5px;
}
#main_menu .sub-menu li {
    text-transform: none;
    text-indent: 5px;
    color: #fff;
    display: block;
    white-space: nowrap;
    padding: 2px 0px;
    margin: 0;
    height: auto;
    line-height: 2rem;
}
#main_menu .menu-item:before {
	content: "";
    position: absolute;
    display: none;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #005695;
}
#main_menu .current-menu-item:before, #main_menu .current-menu-parent:before {
    display: block;
}
#main_menu .sub-menu li a{
	color: #fff;
	text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-transform: none;
    padding: 0 10px;
    display: block;
}
#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: #55A3FC; border-radius: 5px;}
#main_menu .sub-menu li:hover a{opacity: 1;}
#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 .sub-menu:before {
    content: '';
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    top:-20px;
    left:30px;
    border: 10px solid transparent;
    border-bottom-color: #0063af;
}
/*index*/
.header_bar {
    margin-top: 0px;
    background: #e13b3b;
    height: 8px;
    box-shadow: 0 2px 3px #cccccc;
    position: relative;
    z-index: 1;
}
.header_bar:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: #f2b03f;
    width: 60%;
}
.header_bar:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: #277cbe;
    width: 20%;
}
/*banner*/
.main{
    position: relative;
}
.page{background: #fff;}
.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%;
}
/*-- section dịch vụ mobifone --*/
.title-home{
    color: #444;
    margin-top: 30px;
    font-size: 27px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}
.title-border {
    display: flex;
    align-items: center;
    width: 40%;
    margin: 10px auto;
}
.title-border i {
    font-size: 40px;
    padding: 0 10px;
}
.title-border:before, .title-border:after {
    content: "";
    background-color: #888888;
    height: .1em;
    flex: 1;
}
/*gói cưới trang chủ--package*/
.package_content{
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 30px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 30px 0px rgba(50, 50, 50, 0.5);
    position: relative;
}
.package_content h5 a{
    color: #0565af;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    display: block;
}
.package_content ul{
    padding: 0;
    list-style: none;
}
.package_content ul li:first-child{
    border-top:1px solid #e5e5e5;
}
.package_content ul li{
    padding: 5px;
    text-align: center !important;
    border-bottom: 1px solid #e5e5e5;
}

.package_content a.register_sms{
    display: block;
    line-height: normal;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #0565af;
    border: 1px solid transparent;
    font-size: 15px;
    border-radius: 20px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 1px 10px 0px rgba(50, 50, 50, 0.5);
    font-weight: bold;
}
.package_content a.register_sms:hover{
    border: 1px solid #0565af;
    background-color: #fff;
}

.odd .package_content a.register_sms{
    background-color: red;
    opacity: 0.95;
}
.odd .package_content a.register_sms:hover {
    color: red;
    background: #fff;
    border: 1px solid red;
}

.package_content .new {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 50px;
}
.package_content .new img{width: 100%;}
/*---post_home---*/

.post_home .post_home_title{
    font-size: 24px;
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.post_home .post_home_title span{
    margin: 0 20px;
}
.post_home .post_home_title:after{
    content: "";
    background-color: #888888;
    height: .1em;
    flex: 1;
}
/*category home*/
.post_home_content {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.list-post-category{
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}
.list-post-category .title {line-height: 1;}
.list-post-category .title a{font-size: 20px;color: #333;}
.list-post-category .body{font-size: 13px;}
.link_category_home {
    color: #333;
    padding-top: 15px;
    display: block;
}
.link_category_home:hover,.post_home_content .media .title a:hover{
    color: #0f67c0;
}
.link_category_home i{
    float: left;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.link_category_home .media-heading {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
/*tien ich*/
.tienich_block{
    background: #fff;
    border-radius: 50px 0 0 50px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(93, 93, 93, 0.16), 0 2px 10px 0 rgba(255, 255, 255, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.tienich_block i{
    padding: 20px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}
.tienich_content {
    font-size: 18px;
    line-height: 1;
}
/*post--bài viết*/
#post-content{
    background-color: #fff;
    padding: 7px;
    border-radius: 10px;
}
.breadcrumb {margin-top: 15px;}
.breadcrumb li a{color: #333;}
.breadcrumb li:first-child a{
    font-weight: bold;
    color: #337ab7;
}
.post table .register_sms {width: 100%;font-weight: 500;font-size: 15px;}
.popular-3g h5{
    padding: 5px 0px;
    border-bottom: 2px solid #0063AF;
    color: #222;
    overflow: hidden;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0 20px;
}
.tag {padding: 4px 10px;}
.tag span{display: inline-block;}
.tag a {color: #fff;}
.tag-relate a{
    display: table;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #277cbe;
    color: #277cbe;
    text-transform: uppercase;
    font-weight: bold;
    min-height:55px;
    font-weight: bold;
    border-radius: 5px;
}
.tag-relate span{display: table-cell;vertical-align: middle;cursor: pointer;}
.tag-relate span:hover{
    background-color: #277cbe;
    color: #fff;
}
/*#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: 24px; 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;}
.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:5px;}
#post-content table{width: 100% !important;}
/*widget*/
.widget {
    position: relative;
    width: 100%;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(88, 88, 88, 0.3);
    overflow: hidden;
    margin: 0px auto 20px auto;
}
.widget-title{
    width: 100%;
    height: 50px;
    background-color: #0565af;
    overflow: hidden;
    font-size: 24px;
    color: #fff;
    margin: 0;
    text-align: center;
    line-height: 50px;
}
.line {
    position: absolute;
    z-index: 0;
    top: 50px;
    left: 65px;
    height: calc(100% + -70px);
    width: 0px;
    border-right: 1px solid #0565af;
}
.latest {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}
.latest .object {
    width: 100%;
}
.latest .object .date {
    float: left;
    width: 40px;
    height: 40px;
    margin: 21px 10px 20px;
    background-color: #0565af;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
.latest .object .circle {
    position: relative;
    float: left;
    z-index: 10;
    margin: 30px 0 0 -5px;
    width: 20px;
    height: 20px;
    background-color: #0565af;
    border-radius: 50%;
}
.latest .object .context {
    float: left;
    color: #666;
    width: 70%;
    min-height: 40px;
    margin: 0;
    padding: 15px;
    line-height: 1.5em;
}
.context h3{line-height: 1;}
.context a {
    font-size: 16px;
    color: #365eb4;
}
/*widget popular*/
.popular .media-widget{
    position: relative;
    overflow: visible;
    margin: 10px;
}
.media-widget:hover .sort {
    display: none;
}
.popular .sort {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
    background: #fff;
    padding: 10px 0px;
    text-align: center;
    width: 70px;
    color: #000;
    font-weight: 700;
    border-radius: 35px;
    opacity: 0.4;
    font-size: 30px;
}
.popular .hot_thumb {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    overflow: hidden;
    background: #f9f9f9;
    border: 3px dotted rgba(255, 116, 0, 0.6);
}
.popular .hot_thumb img {
    width: 70px;
    height: auto;
}
.popular .media:hover .hot_thumb {
    animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -ms-animation: rotate 3s linear infinite;
    -webkit-animation: rotate 3s linear infinite;
}

.arrow-sep {
    float: left;
    border-left: 10px solid;
    border-top: 10px solid;
    border-bottom: 10px solid;
    border-right: 10px solid;
    border-color: transparent;
    border-right-color: #004390;
    border-bottom-color: #3A94BB;
    margin-top: 10px;
}
.popular .media-body {
    padding: 7px;
    background: #0063AF;
    color: #fff;
    min-width: 100px;
    min-height: 70px;
}
.popular .entry-title{font-size: 13px;}
.popular .entry-title a{color: #fff;}
.widget_text {border-radius: 0;text-align: center;}
.widget_text p{margin: 0;}
.widget_text img{width: 100%;height: auto;}

@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    to{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@-moz-keyframes rotate{from{-moz-transform:rotate(0deg);transform:rotate(0deg);}
    to{-moz-transform:rotate(360deg);transform:rotate(360deg);}
}
@-ms-keyframes rotate{from{-ms-transform:rotate(0deg);transform:rotate(0deg);}
    to{-ms-transform:rotate(360deg);transform:rotate(360deg);}
}
/*category page*/
.archieve-page{
    background-color: #fff;
    padding: 7px;
    border-radius: 7px;
}
.archieve-page .media{padding-top: 1rem;}
/*footer*/
footer{
    background: #f6f6f6;
    margin-top: 10px;
}
.footer-title{
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    padding: 0px;
    padding-bottom: 10px;
    margin: 15px 0;
    color: #000;
    font-weight: bold;
}
.footer-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #045594;
}
.footer-content{font-size: 13px;}
.footer-content img{padding: 20px 20px 20px 0; max-width: 100%; height: auto;}
.footer-content ul {padding: 0;margin: 0; padding-left: 15px;}
.footer-content ul li{list-style: none;padding: 5px;text-align: justify;}
.footer-content ul li a{color: #333;}
.footer-content ul li a:hover{color: #045594;}
.footer-content ul li:before{
    content: "\f196";
    font-family: FontAwesome;
    margin-left: -1.5em;
    padding: 4px;
    width: 1.3em;
    color: #045594;
    float: left;
}
.footer-copyright{
    padding: 15px 0;
    background-color: #045594;
    color: #fff;
}
.footer-copyright a {
    color: #f2b03f;
}
.footer-copyright p{display: inline-block;margin: 0;}
/*modal content*/
#modal_content{font-size:30px;text-align:center;color:#333;}#modal_content b{color:red;}
@media screen and (max-width: 767px){
	.banner{
		max-height: 110px;
	}
	.menu-mme{ 
        display: inline-block;
        float: right;
        margin-top: 23px;
    }
	#backtotop {
		bottom: 70px;
		width: 35px;
		padding: 7px 5px;
	  }
    .menu-mme a{
        text-decoration: none;
        font-size: 30px;
        position: relative;
        top: -7px;
        color: #333;
    }
    .main-menu-mb h3,.mm-panel .nav_txt{margin:5px;font-size: 15px;}
    #header .header-menu{display: none;}
    #header .header-logo {width: 30%;}
    #header .search_box {float: left;width: 50%;margin: 22px 0;}
    .list-post-category{display: block;}
    .list-post-category img{width: 100%;height: auto;}
    .list-post-category .media-body .title{margin:1rem 0;}
    /*table*/
    #post-content .table {
        font-size: 11px;
        width: 100% !important;
        background-color: #fff;
    }
/*     #post-content .table ul{margin: 0;padding: 0;list-style: none;text-align: center;} */
    #post-content .table a.btn{
        font-size: 12px;
        width: 98%;
        padding:5px;
    }
/*     #post-content .table strong {display: block;} */
    #post-content .table strong,#post-content .table span{word-break: break-all;}
    #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;
    }
}
@media screen and (min-width: 767px){
/*#toc_container.toc_white {
    position: absolute;
    left: -285px;
    width: 255px !important;
    text-align: left;
    top: -50px;
}*/
/*.sticky_toc {
    position: sticky;
    top: 180px;
    bottom: 0;
}*/
/*.toc_list {
    max-height: 300px;
    overflow: auto;
}*/
/* custom scrollbar */
.toc_list::-webkit-scrollbar {
  width: 20px;
}

.toc_list::-webkit-scrollbar-track {
  background-color: transparent;
}

.toc_list::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

.toc_list::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}
}
.on-top{
	position: fixed;
    bottom: 20px;
    right: 20px;
    border: none;
    background: #0061b0;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 5px;
	padding: 8px 0px;
}
.on-top i{
	font-size: 25px;
}
 blockquote {
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ccc;
    border-left-width: 5px;
    border-left-color: #b90a1e;
    border-radius: 1px;
    box-shadow: 2px 2px 13px #eee;
}
blockquote p{
    margin: 0px;
}