/*
Theme Name: MinhTheme
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}
body { background: #F2F2F2;}
.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; }
.menu-mme {display: none;}
.main{
    position: relative;
}
.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: #fff;
    z-index:99;
    top: 0;
    left: 0;
    width:100%;
    border:1px solid #ddd;
    position: sticky;
    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: 70%;
    text-align: center
}
#header .search_box {
    float: right;
    width: 12%;
    margin: 14px 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;
}
.line-mobifone{
    height: 10px;
    background: #005695;
    display: block;
}
/*menu*/
#main_menu ul {
    list-style-type: none;
    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;
    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: 110%;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #005695;
    min-width: 350px;
    padding: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1); 
    -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 {
    border-bottom: 1px dashed #005695;
    text-transform: none;
    color: #333;
    white-space: nowrap;
    padding: 0 10px;
    margin-left: 2px;
}
#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: #333;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;
}
/*tag header*/
/*title home - index - trang chủ*/
.title-home{
    color: #444;
    margin-bottom: 30px;
    font-size: 27px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}
.title-home:before {
    position: absolute;
    content: "";
    right: 50%;
    bottom: -15px;
    width: 30px;
    height: 5px;
    background: #005695;
}
.title-home:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -15px;
    width: 30px;
    height: 5px;
    background: #e30513;
}
.setion43g-package{
    background-color: #eef5ff;
    padding: 30px 0;
}
/*gói cưới trang chủ--package*/
.package_content{
    border-radius: 5px;
    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: 5px;
    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;
}
.package_content .new {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 50px;
}
.package_content .new img{width: 100%;}
.send-gate{
    background: #f1f2f6;
    text-align: center;
    margin-bottom: 10px;
    border: none;
    color: #333;
    padding: 10px;
    border-radius: 5px;
}
.send-gate span{
    text-transform: uppercase;
    color: #005695;
    font-weight: bold;
}
/*tag header index*/
.taginheader {padding: 30px 0;}
.header-index a,.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: 62px;
    font-weight: bold;
}
.header-index a label,.tag-relate span{display: table-cell;vertical-align: middle;cursor: pointer;}
.header-index a:hover,.tag-relate span:hover{
    background-color: #277cbe;
    color: #fff;
}
/*dịch vụ tiện ích*/
.maybe-care {background-color: #fff;padding: 30px 0;}
.home-item { 
    display: table-cell;
    vertical-align: top;
}
.home-item i {
    font-size: 25px;
    padding: 20px;
    color: #f6f9fb;
    border-radius: 50%;
}
.text { padding-left: 10px; }
.text h4 a{ font-size: 14px; text-decoration: none; color: #666666;}
.vas-service {
    background: rgba(234, 232, 232, 0.61);
    border-radius: 50px 0 0 50px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 40px;
}
/*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: 10px;
    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*/
.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;
}
/*#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; background-color: #fff;padding: 7px;border-radius: 10px;}
.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;}
.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: 20px 10px;
    background-color: #0565af;
    color: #fff;
    border-radius: 10px;
    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: 270px;
    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: 200px;
    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;}
.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;}
/*tin tức mới nhất*/
.tintuc-home{padding: 30px 0;}
.banner-news .slick-prev:hover,.banner-news .slick-prev:focus,.banner-news .slick-next:hover,.banner-news .slick-next:focus {outline: none;}
.news-content{outline: none !important;padding: 0 10px;}
.news-content a{color: #333;}
.news-content a:hover,.news-content a:active{text-decoration: none;outline: 0;border: none;-moz-outline-style: none}
.news-content img{width: 100%;height: 140px;}
.featured-thumbnail-3g-post {height: 140px;overflow:hidden;}
.news-content h5{background-color: #ddd;padding: 10px;min-height: 72px;font-size: 15px;}
.banner-news .slick-dots {list-style: none;text-align: center;padding:20px 0;}
.banner-news .slick-dots li{
  display: inline-block;
  background: #ddd;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  box-shadow: inset 0 1px 1px 0 #999;
  margin:10px;
}
.banner-news .slick-dots li button{display: none;}
.banner-news .slick-dots li.slick-active {
  background: #41ba6c;
  cursor: pointer;
  box-shadow: inset 0 1px 1px 0 #777;
}
.banner-news .slick-dots li.slick-active{
  background: linear-gradient(red, red);
  box-shadow: inset 0 0 1px 1px red;
}
/*modal content*/
#modal_content{font-size:30px;text-align:center;color:#333;}#modal_content b{color:red;}
@media screen and (max-width: 767px){
	.menu-mme{ 
        display: inline-block;
        float: right;
        margin-top: 8px;
    }
    .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;}
    #header .header-menu{display: none;}
    #header .header-logo {width: 30%;}
    #header .search_box {float: left;width: 50%;margin: 10px 0;}
    .news-content img {height: auto;}
}
