@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic,700,700italic);
 /* classic popup */
.classic-popup{background: rgba(255,255,255, 0.24);border-radius: 5px;-moz-border-radius: 5px;padding:5px}
.classic-popup-title{width:100%; background:#096DB5; height:41px; text-align:center;}
.classic-popup-title,.classic-popup-title .fl,a.classic-popup-close{height:40px;line-height:40px;font-weight:bold;color:#fff}
.classic-popup-title .fl{padding-left:20px;font-size:16px;text-transform:uppercase;text-shadow:0 1px 0 #666666}
a.classic-popup-close{float:right;font-size:13px;line-height: 30px;padding:0 10px}
a.classic-popup-close:hover{text-decoration:none;color:#4f2d00}
.classic-popup-content{width:100%;background:#fff; }
#bannerPopup { position:relative;}
.close-popup { text-align:right; margin-bottom:5px;position: relative;}
.close-popup a { display:inline-block; background:url(../images/close.png) no-repeat; color:#FFF; font-size:0px; text-decoration:none; padding-left:20px; width:36px; height: 36px; position: absolute; right: -17px; top: -18px; }
.bannerPopupContent { background:#fff; border: 4px solid #ffffff; border-radius: 4px;}
/* fix for bold in FF4 win 64bit */
b{font-weight:bold}
.classic-popup .error { border:1px solid red;}
 
.algin-right{
    text-align: right;
}

.bootstrap-dialog.type-primary .modal-header{
    background: #d4251f !important;
}
.bootstrap-dialog .bootstrap-dialog-title{
    font-weight: bold !important;
}

.modal-footer .bootstrap-dialog-footer-buttons .btn-default{
    color: #333333 !important;
}

/*------------ css cho box ------------*/ 

.desc ol{
	margin-left:10px;
	padding-left:10px;
	list-style:decimal ;
}
.desc ul{
	list-style:disc;
	margin-left:10px;
	padding-left:10px;
}

.box-tags {
	background:#fff;
	border:1px solid #e1e1e1;	 
	padding:5px;	
	 -webkit-box-shadow:3px 3px 1px rgba(0,0,0,0.04);-moz-box-shadow:3px 3px 1px rgba(0,0,0,0.04);box-shadow:3px 3px 1px rgba(0,0,0,0.04); 
}
.box-tags .tags-list {
	background:url(../images/img_tag.png) 5px 10px   no-repeat;	
	padding:7px 10px;
	padding-left:30px;
	min-height:30px;
	color:#666666;
	font-size:11px;
}
.box-tags span {display:inline-block; padding:0px 15px; border-bottom:1px solid #bfbfbf ; border-right:1px solid #bfbfbf ; margin-right:10px; color:#333333; line-height:20px;}
.box-tags a  { color:#666666; text-decoration:none; }


/*CATEGORY*/
.box_category {padding:0px;   }
.box_category  ul {list-style:none;}
.box_category  li { }
.box_category  li a {
	background:url(../images/icon_cat.gif) 0px 9px no-repeat;
	display:block;  
	font-weight:bold;
	padding-left:10px;	
}
.box_category  li a:hover{
	 text-decoration:underline;
} 
.box_category  li a.current {}

.box_category ul ul {
	list-style:none;
	padding-left:10px; 
}
.box_category ul ul li {
	background:none;
	padding:2px;
}
.box_category ul ul li a {
	background:url(../images/icon_li.gif) 0px 9px no-repeat;
	font-weight:normal;
	padding-left:10px; 	
}
.box_category ul ul li a:hover { }
.box_category ul ul li a.current { }
/*================================*/
.table_cell {
    display: table-cell;
}
/*================================*/
/*================BEGIN: BOX================*/
.box_mid{
    width: 100%;
    margin-top: 30px;
}
.box_mid .mid-title{
    width: auto;
    position: relative;
    margin-bottom: 20px;
}
.box_mid.has_line .mid-title{
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.box_mid.has_line .mid-title:after{
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #4a4f54;
}
.box_mid .mid-title .titleL{
    font-size: 40px;
    line-height: 50px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}
.box_mid.has_line .mid-title .titleL{
    text-align: left;
    text-transform: none;
}
.box_mid .mid-title .titleL h1 , .box_mid .mid-title .titleL h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
}
.box_mid .mid-title .titleL h2 a{
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
}

.box_mid .mid-title .titleL span{
    display: inline-block;
    color: #0059a9;
}
.box_mid .mid-content{
    margin-bottom: 0px;
}
.box{
    margin-bottom: 20px;
    position: relative;
}
.box .box-title{
    position: relative;
    z-index: 1;
}
.box .box-title .fTitle{
    font-size: 18px;
    line-height: 26px;
    color: #927865;
    padding: 5px 0px;
    margin-bottom: 5px;
}
/*=================END: BOX=================*/
/*=================BEGIN: PAGINATION==================*/
.pagination{
    width: 100%;
    margin:0;
    background: transparent;
    text-align: left;
    margin-bottom: 20px;
}
.pagination a, .pagination a:visited,
.pagination .pagecur{
    background: transparent;
}
.pagination ul li a.pagecur{
    width: 40px;
    height: 40px;
    display: table-cell;
    color: #ffffff;
    background-color: #0179c6;
    border-color: #0179c6;
}
.pagination ul{
    padding-bottom: 2px;
    text-align: center;
}
.pagination ul li{
    display: inline-block;
    margin:0px 4px 0px 0px;
    text-align: center;
}
.pagination ul li span,
.pagination ul li span.pagecur,
.pagination ul li a{
    display: table-cell;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    font-size: 16px;
    line-height:26px;
    vertical-align: middle;
    color:#333333;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.pagination ul li a:hover,
.pagination ul li span,
.pagination ul li span.pagecur{
    color: #ffffff;
    background-color:#0179c6;
    border-color: #0179c6;
}
.pagination a, .pagination a:visited{
    color: #333333;
    font-weight: normal;
}
/*=================END: PAGINATION======================*/
/*=================BEGIN: BREADCRUMB====================*/
.breadcrumb{
    margin: 0;
    padding: 9px 0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -ms-border-radius:0;
    border-radius:0;
    width: 100%;
    background: #f2f2f2;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
}
.breadcrumb ul{
    padding: 0;
    width: 100%;
    background-color: transparent;
    margin: 0;
    position: relative;
    text-align: right;
}
.breadcrumb ul:after{
    position: absolute;
    border-bottom: 1px dotted #bfbfbf;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 1px;
}
.breadcrumb ul li{
    padding: 0 12px;
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    text-transform: uppercase;
}
.breadcrumb ul li a{
    font-size: 12px;
    line-height: 20px;
}
.breadcrumb ul li:first-child{
    padding: 0 12px 0 0;
}
.breadcrumb ul li ~ li:before{
    position: absolute;
    font-family:"fontawesome";
    content:"\f105";
    width: 20px;
    height: 20px;
    top: 1px;
    left: -20px;
    color: #333333;
}
.breadcrumb ul li.home a {
    display: inline-block;
    text-indent: -99999px;
    color: transparent;
    width: 20px;
    height: 18px;
    background: url(../images/icon-home1.png) no-repeat 50% 2px;
}
/*===================END: BREADCRUMB=========================*/
/*===================BEGIN: SHARE NEWS TO SOCIAL NETWORK =========================*/
.like_share{
    margin: 10px 0 20px 0;
    padding: 10px;
    background: url("../images/bg-socail.jpg")repeat 0 0;
}
.like_facebook{
    float: left;
}

.like_facebook > div{
    float: left;
    margin-right: 10px;
}

.feedback{
    float: right;
    text-align: right;
    color: #666666;
}
.feedback a{
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
}
.like_facebook a{
    padding-right: 15px;
    display: inline-block;
}
.feedback img{
    padding-right: 5px;
}
.feedback a img{
    padding-left: 15px;
}
.feedback .link-feedback{
    padding-left: 20px ;
    padding-right: 15px;
    background: url(../images/feedback.png) no-repeat left;
}
.feedback .link-comback{
    padding-left: 20px ;
    padding-right: 15px;
    background: url(../images/comeback.png) no-repeat left;
}
.link-email{
    padding-left: 20px ;
    padding-right: 15px;
    background: url(../images/email.png) no-repeat left;
}
.feedback .link-email{
    padding-left: 20px ;
    padding-right: 15px;
    background: url(../images/email.png) no-repeat left;
}
.link-print{
    padding-left: 20px ;
    padding-right: 15px;
    background: url(../images/print.png) no-repeat left;
}
.feedback .link-print{
    padding-left: 25px ;
    padding-right: 15px;
    background: url(../images/print.png) no-repeat left;
}
/*===================END: SHARE NEWS TO SOCIAL NETWORK =========================*/
/*===================END: TAG =========================*/
.tag{
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    position: relative;
    margin-bottom: 20px;
    padding: 8px 10px;
}
.tag a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px 5px 0;
}
.tag span{
    font-size: 14px;
    line-height: 22px;
    margin-right: 10px;
    display: inline-block;
    color: #666666;
}
.tag1{
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 10px;
    padding: 5px;
    min-height: 22px;
    font-style: italic;
}
.tag1 a{
    color: #999999;
    padding: 0 5px;
}
.tag1 a:hover{
    color:#ed1b24;
}
.tag1 .title{
    padding:2px 6px;
    margin-right: 4px;
    color: #333333;
    font-style: normal;
}
/*===================END: SHARE NEWS TO SOCIAL NETWORK =========================*/
/*===================BEGIN: RELATED NEWS =========================*/
.news_related{
    width: 100%;
    margin: 0 0 20px 0;
}
.news_related h4{
    color: #d5261f;
    font-size: 25px;
    line-height: 34px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
.news_related ul{
    padding-top:  1em;
    padding-left: 15px;
}
.news_related ul li{
    position: relative;
    padding: 3px;
}
.news_related ul li:after{
    position: absolute;
    font-family:"fontawesome";
    content:"\f105";
    top: 3px;
    left:-15px;
    color:#d5261f;
}
.news_related ul li p{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.news_related ul li p span{
    color: #999999;
}
.news_related ul li a{
    text-decoration: none;  
    font-size: 14px;
    line-height: 25px;
}
.news_related ul li a span{
    color: #999999;
    padding-left: 5px;
}
/*===================END: RELATED NEWS =========================*/
/*==========================DROPDOWN=================================*/
.box_category{
    margin: 15px 0px; 
    display: inline-block;
    width: 170px;
    margin: 10px;
}
.box_category .select-control {
  padding: 6px 30px 6px 10px;
  font-size: 14px;
  line-height: 24px;
  color: #ed1e79;
  height: 34px;
  text-align: left;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #d4d4d4;
  cursor:pointer;
  overflow: hidden;
} 
.box_category  .select-control .caret {
	position:absolute;
	right:15px;
	top:13px;	
    border-top: 8px dashed;
    border-color:#777777;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;

}


.box_category ul.dropdown-menu {
	width:100%;	
	font-size:12px;
  min-width: 160px;
  max-height: 300px;
  overflow-y: auto;
  padding:0; 
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0px; 
 

}
.box_category ul.dropdown-menu li { border-bottom: 1px solid #ccc;}
.box_category ul.dropdown-menu li:last-child { border-bottom:none;} 
.box_category ul.dropdown-menu li a {
  display: block;
  padding: 10px 10px;
  clear: both;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.box_category ul.dropdown-menu li  a:hover,
.box_category ul.dropdown-menu li  a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.box_category ul.dropdown-menu li.active > a,
.box_category ul.dropdown-menu li.active > a:hover,
.box_category ul.dropdown-menu li.active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}


.box_category ul.dropdown-menu li ul {
	list-style:none;	
	border-top: 1px solid #ccc;
}
/*==========================DROPDOWN=================================*/
/*==========================DANH M?C=================================*/
.submenu .title-menu{
    margin-bottom: 20px;
    position: relative;
}
.submenu .title-menu .title{
    font-size: 26px;
    line-height:34px;
    color: #ffffff;
    padding: 10px 50px 10px 10px;
    background: url(../images/bg-arrow.png)no-repeat 100% 50% #9c1320;
    cursor: pointer;
    display: none;
}
.submenu .title-menu .menu{
    width: 100%;
    text-align: center;
}
.submenu .title-menu .menu ul{
    text-align: center;
}
.submenu .title-menu .menu ul li{
    margin: 5px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    display: inline-block;
}
.submenu .title-menu .menu ul li a{
    color: #333333;
    background-color: transparent;
    padding: 10px 25px;
    display: block;
    position: relative;
}
.submenu .title-menu .menu ul li a:before{
    position: absolute;
    content:"";
    top: 50%;
    left: 0%;
    width: 100%;
    height: 0%;
    background: #9c1320;
    opacity: 0;
    z-index: 0;
    -webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out;
}
.submenu .title-menu .menu ul li a:hover{
    color: #ffffff;
}
.submenu .title-menu .menu ul li a:hover:before{
    top: 0%;
    height: 100%;
    opacity: 1;
}
.submenu .title-menu .menu ul li a span{
    z-index: 1;
    position: relative;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in;
}
.submenu .title-menu .menu ul li a:hover span{
    z-index: 1;
    position: relative;
    color: #ffffff;
}
.submenu .title-menu .menu ul li a:focus{
    text-decoration: none;
}
.submenu .title-menu .menu ul li.active a{
    background: #9c1320;
    color: #ffffff;
}
/*==========================DANH M?C=================================*/

.about_product {
    color: #999999;
    font-size: 13px;
    line-height: 25px;
    margin: 0 auto 20px;
    max-width: 770px;
    text-align: center;
}
.about_product .red {
    color: #c6000c;
}
.about_product .black {
    color: #000000;
}


@media all and (max-width: 991px){
    /*=================BEGIN: BREADCRUMB====================*/
    .box_category {
        box-shadow: none;
    }
    .box_category .select-control{
        border: none;
        height: auto;
        padding: 0;
        box-shadow: none;
    }
    /*===================END: BREADCRUMB=========================*/

    /*=============END- PAGINATION===============*/
    .mid-title .titleL{text-align: center;}
    .mid-title h1 {
        font-size: 35px;
        line-height: 34px;
        display: inline-block;
        font-weight: normal;
        text-align: center;
        padding-bottom: 5px;
        font-family: "Roboto Condensed";
        text-transform: uppercase;
    }

    .mid-content {
        margin-top: 25px;
    }

    .box_category {
        height: 40px;
        display: block;
        font-size: 16px;
        background: #ffffff;
        padding: 0 12px;
        cursor: pointer;

        border: 1px solid #d1d1d1;
        width: 100%;
        margin: 0 ;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .name_Cat {
        line-height: 38px;
    }

    .box_category .select-control .caret_d {
        position: absolute;
        right: 5px;
        top: 50%;
        width: 28px;
        height: 18px;
        background: transparent url(../images/arr_Cat.png) no-repeat scroll 0% 0%;
        margin-top: -5px;
    }

    .box_category ul.dropdown-menu {
        width: 100%;
        padding: 0;
        border-radius: 0;
        margin: 0;
        box-shadow: none;
    }

    .box_category ul.dropdown-menu li a {
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0;
        clear: both;
        font-weight: normal;
        color: #333333;
        white-space: nowrap;
        font-size: 14px;
        /* border-top: 1px solid #dbdbdb; */
        outline: 0;
        padding-left: 10px;
    }

    .box_category > ul.dropdown-menu > li.active > a{
        color: #ffffff;
    }

    /*Sub category*/

    ul.sub-menu-cat li {
        position: relative;
        padding-left: 30px;
        border-top: 1px solid #dbdbdb;
    }

    ul.sub-menu-cat li:before {
        content: "(+)";
        color: #333333;
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -12px;
    }

    ul.sub-menu-cat li a {
        font-style: italic;
        text-decoration: none;
        border: none !important;
        padding-left: 30px;
    }

    /*CSS: Subscribe-box*/
    .subscride-box {
        width: 100%;
        height: auto;
        background: #fff;
        padding: 15px 0 10px;
        border-top: 1px dashed #b8b7b7;
        border-bottom: 1px dashed #b8b7b7;
        margin-top: 25px;
    }

    .subbox {
        width: 100%;
    }

    .subbox-control {
        width: 100%;
        margin-top: 10px;
    }

    .subbox-control ul {
        text-align: left;
    }

    .subbox-control ul li {
        display: inline-block;
        position: relative;
        margin-right: 30px;
    }

    .subbox-control ul li:last-child {
        margin-right: 0;
    }

    .subbox-control ul li a {
        font-weight: normal;
        display: block;
        color: #666666;
        padding-left: 30px;
    }

    .subbox-control ul li:hover a {
        color: #0094da;
    }

    .sf-ic:before {
        display: block;
        position: absolute;
    }

    .sf-ic-comment:before {
        content: url(../images/icon-comment.jpg);
        top: 1px;
    }

    .sf-ic-share:before {
        content: url(../images/icon-mail.jpg);

    }

    .sf-ic-print:before {
        content: url(../images/icon-print.jpg);
        top: 2px;
    }

    /*CSS: other-news*/
    .other-news {
        margin-top: 22px;
        padding-top: 20px;
        border-top: 2px solid #f6f6f6;
    }

    .other-news h3 {
        display: block;
        font-size: 20px;
        font-weight: normal;
        font-family: 'MyriadPro-Semibold';
    }


    .other-news ul {
        display: block;
        margin-top: 15px;
    }

    .other-news ul li {
        display: block;
        padding-left: 15px;
        position: relative;
        margin-bottom: 10px;
    }
    .other-news ul li:last-child{
        margin-bottom: 0;
    }
    .other-news ul li:before {
        content: url(../images/arL.png);
        display: block;
        position: absolute;
        top: 1px;
        left: 0;
    }

    .other-news ul li a {
        font-size: 16px;
        display: inline-block;
        color: #333;
        text-decoration: none;
        outline: 0;
        line-height: 20px;
    }
    /*CSS: Tag_cloud*/
    #tag-cloud {
        margin-top: 20px;
        background: #f9f9f9;
        padding: 8px 12px;
    }
    #tag-cloud:after{
        content: '';
        display: block;
        clear: both;
    }
    #tag-cloud .tag-title {
        font-family: 'MyriadPro-Bold';
        font-size: 15px;
        float: left;
        margin-right: 10px;
        color: #333;
        text-transform: uppercase;
        display: block;
        font-weight: bold;
        margin-left: -12px;
        width: 32px;
    }
    #tag-cloud .menu-tag{
        width: -webkit-calc(100% - 32px);
        width: -moz-calc(100% - 32px);
        width: calc(100% - 32px);
        float: right;
    }
    #tag-cloud .menu-tag li {
        display: inline-block;
        list-style: outside none none;
        position: relative;
    }

    #tag-cloud .menu-tag li:after {
        content: ',';
        display: inline-block;
        margin-left: 12px;
    }

    #tag-cloud .menu-tag li:last-child:after {
        content: '';
    }

    #tag-cloud .menu-tag li a {
        font-size: 15px;
        display: inline-block;
        color: #666666;
        outline: 0px none;
        text-decoration: none;
        font-weight: normal;
    }

    #tag-cloud .menu-tag li:hover a {
        color: #0094da;
    }


    .desc {
        font-size: 16px;
        line-height: 26px;
        text-align: justify;
    }

    .desc ol{
        margin-left:10px;
        padding-left:10px;
        list-style:decimal ;
    }
    .desc ul{
        list-style:disc;
        margin-left:10px;
        padding-left:10px;
    }

    .desc img{height: auto !important; max-width: 100%; }

    /*===================BEGIN: RELATED NEWS =========================*/
    .news_related{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .news_related h4{
        color: #d5261f;
        font-size: 25px;
        line-height: 34px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: normal;
        text-transform: uppercase;
    }
    .news_related ul{
        padding-top:  1em;
        padding-left: 15px;
    }
    .news_related ul li{
        position: relative;
        padding: 3px;
    }
    .news_related ul li:after{
        position: absolute;
        font-family:"fontawesome";
        content:"\f105";
        top: 3px;
        left:-15px;
        color:#d5261f;
    }
    .news_related ul li p{
        font-size: 14px;
        line-height: 20px;
        color: #333333;
    }
    .news_related ul li p span{
        color: #999999;
    }
    .news_related ul li a{
        text-decoration: none;  
        font-size: 14px;
        line-height: 25px;
    }
    .news_related ul li a span{
        color: #999999;
        padding-left: 5px;
    }
    /*===================END: RELATED NEWS =========================*/

    /*===================BEGIN: SHARE NEWS TO SOCIAL NETWORK =========================*/
    .like_share{
        margin: 10px 0 20px 0;
        padding: 10px;
        background: url("../images/bg-socail.jpg")repeat 0 0;
    }
    .like_facebook{
        float: left;
    }

    .like_facebook > div{
        float: left;
        margin-right: 10px;
    }

    .feedback{
        float: right;
        text-align: right;
        color: #666666;
    }
    .feedback a{
        font-size: 12px;
        line-height: 20px;
        display: inline-block;
    }
    .like_facebook a{
        padding-right: 15px;
        display: inline-block;
    }
    .feedback img{
        padding-right: 5px;
    }
    .feedback a img{
        padding-left: 15px;
    }
    .feedback .link-feedback{
        padding-left: 20px ;
        padding-right: 15px;
        background: url(../images/feedback.png) no-repeat left;
    }
    .feedback .link-comback{
        padding-left: 20px ;
        padding-right: 15px;
        background: url(../images/comeback.png) no-repeat left;
    }
    .link-email{
        padding-left: 20px ;
        padding-right: 15px;
        background: url(../images/email.png) no-repeat left;
    }
    .feedback .link-email{
        padding-left: 20px ;
        padding-right: 15px;
        background: url(../images/email.png) no-repeat left;
    }
    .link-print{
        padding-left: 20px ;
        padding-right: 15px;
        background: url(../images/print.png) no-repeat left;
    }
    .feedback .link-print{
        padding-left: 25px ;
        padding-right: 15px;
        background: url(../images/print.png) no-repeat left;
    }
    .box_mid .mid-title .titleL h1 , .box_mid .mid-title .titleL h2{
        font-size: 35px;
        line-height: 45px;
    }
    .box_mid .mid-title .titleL h2 a{
        font-size: 35px;
        line-height: 34px;
    }
/*===================END: SHARE NEWS TO SOCIAL NETWORK =========================*/
}
@media all and (max-width: 767px){

}