@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('RobotoSlab Thin'), local('RobotoSlab-Thin'), url("../mobile/fonts/RobotoSlab-Thin.ttf") format('truetype');
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('RobotoSlab Light'), local('RobotoSlab-Light'), url("../mobile/fonts/RobotoSlab-Light.ttf") format('truetype');
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('RobotoSlab Regular'), local('RobotoSlab-Regular'), url("../mobile/fonts/RobotoSlab-Regular.ttf") format('truetype');
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('RobotoSlab Bold'), local('RobotoSlab-Bold'), url("../mobile/fonts/RobotoSlab-Bold.ttf") format('truetype');
}
html,
body {
  width: 100%;
  height: 100%;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0 none;
}
a:active,
a:focus,
a:hover {
  outline: medium none !important;
  outline-offset: 0px;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  margin: 0;
}
.wrap {
  background: #eeeeee;
  height: auto;
  float: left;
  width: 100%;
}
.container_mobile {
  float: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.container_mobile .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.box_banners {
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
}
.box_banners.banner_top {
  margin-bottom: 0px;
}
.box_banners.banner_list {
  margin-bottom: 0px;
  margin-top: 16px;
}
.box_banners.banner_bottom_article {
  margin-bottom: 0px;
  margin-top: 16px;
}
.box_banners .item {
  margin: auto;
  width: 100%;
}
.box_banners .item * {
  text-align: center !important;
  margin: 0 auto;
}
.box_banners .item img {
  float: left;
  max-width: 100%;
  width: 100%;
}
#banner_sticky_bottom {
  float: left;
  width: 100%;
  margin: 0;
  position: fixed;
  bottom: 0px;
  padding: 0 15px;
  z-index: 9999;
}
#banner_sticky_bottom .item {
  position: relative;
}
#banner_sticky_bottom .item .i_close {
  float: left;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100%;
  font-size: 11px;
  color: #000;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 9999;
  /* box-shadow: 0 0 1px 0px rgba(0,0,0,0.5); */
}
.backtohome {
  float: left;
  z-index: 999;
  position: fixed;
  right: 0px;
  bottom: 80px;
}
.backtohome a {
  background: url("../mobile/images/i_backtohome.png") no-repeat scroll 0 0;
  float: left;
  width: 42px;
  height: 42px;
}
header {
  background: #fff none repeat scroll 0 0;
  float: left;
  min-height: 68px;
  width: 100%;
}
header .menu {
  float: left;
  width: auto;
}
header .menu #show_mmm {
  background-image: url("../mobile/images/bg_menu.jpg");
  float: left;
  height: 32px;
  margin-top: 16px;
  text-indent: -9999px;
  width: 32px;
}
header .logo {
  float: left;
  width: 167px;
  height: 68px;
}
header .logo img {
  float: left;
  max-height: 100%;
  max-width: 100%;
}
header .logo.logo_tet {
  width: 236px;
}
header .box_search {
  width: 45%;
  float: right;
  margin-top: 16px;
}
header .box_search .search_noactive {
  background-image: url("../mobile/images/i_search.png");
  background-size: auto auto;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  float: right;
  height: 32px;
  width: 34px;
}
header .box_search .box_search_content {
  border: 1px solid #ddd;
  display: none;
  float: left;
  height: 32px;
  width: 100%;
}
header .box_search form {
  float: left;
  position: relative;
  width: 100%;
}
header .box_search form .text_search {
  border: medium none;
  float: left;
  height: 30px;
  padding: 0 37px 0 5px;
  width: 100%;
}
header .box_search form .search_active {
  background-image: url("../mobile/images/i_search1.png");
  background-size: auto auto;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
#mm-blocker {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
#menu {
  background: #fff none repeat scroll 0 0;
}
#menu .hide_menu {
  background-image: url("../mobile/images/bg_backmenu.jpg");
  background-size: auto auto;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  height: 32px;
  width: 32px;
}
#menu .mm-listview > li:not(.mm-divider)::after {
  left: 0;
}
#menu .mm-panel.logo {
  display: block;
  overflow: auto;
  padding: 0px 16px;
}
#menu .mn-logo.mm-vertical {
  box-shadow: 0 0 6px #ddd;
}
#menu .a_logo {
  float: left;
  width: auto;
}
#menu .a_logo > img {
  float: left;
  max-height: 100%;
  max-width: 100%;
}
#menu .mm-listview > li > a,
#menu .mm-listview > li > span {
  border-left: 3px solid transparent;
  color: inherit;
  display: block;
  font-family: Roboto Slab;
  font-size: 15px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 5px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0;
}
#menu .mm-listview > li.active > a,
#menu .mm-listview > li.active > span {
  border-left: 3px solid #f15a22;
  padding-left: 10px;
}
#menu .mm-listview > li.active > .mm-next {
  border-left: 3px solid transparent;
  padding-left: 0px;
}
#menu .mm-listview > li.active > a.a_home {
  background-position: 10px center;
  padding-left: 35px;
}
#menu .mm-listview > li > a.a_home {
  background-image: url("../mobile/images/i_home1.png");
  background-color: transparent;
  background-position: 0px center;
  background-repeat: no-repeat;
  background-size: auto auto;
  padding-left: 25px;
}
#menu .mm-listview > li {
  overflow: auto;
  position: relative;
}
#menu .mm-listview > li > a.mm-next {
  margin: 0;
  top: 5px;
}
footer {
  float: left;
  width: 100%;
}
footer .menu_footer {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin-bottom: 16px;
  padding: 22px 0;
  width: 100%;
}
footer .menu_footer .footer_menu {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}
footer .menu_footer .menu_item_1 {
  border-bottom: 1px solid #f1f1f1;
  float: left;
}
footer .menu_footer .menu_item_1:nth-child(2n) {
  float: right;
}
footer .menu_footer .menu_item_1 a {
  color: #333333;
  float: left;
  font-family: Arial;
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  margin: 6px 0;
}
footer .menu_footer .menu_item_1 a img {
  float: left;
  max-height: 100%;
  max-width: 100%;
  margin-right: 8px;
}
footer .footer_top {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  border-top: 4px solid #ddd;
  float: left;
  min-height: 70px;
  width: 100%;
}
footer .footer_top .footer_logo {
  float: left;
  margin-top: 15px;
}
footer .footer_top .social_footer {
  color: #666666;
  float: right;
  font-family: Roboto Slab;
  font-size: 15px;
  font-weight: 400;
  height: 38px;
  margin-top: 14px;
}
footer .footer_top .social_footer .social-face {
  background: url("../mobile/images/i_face.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 38px;
  margin-left: 5px;
  vertical-align: middle;
  width: 38px;
}
footer .footer_top .social_footer .social-youtube {
  background: url("../mobile/images/i_youtube.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 38px;
  vertical-align: middle;
  width: 38px;
}
footer .footer_bottom {
  background: #fff none repeat scroll 0 0;
  float: left;
  width: 100%;
}
footer .footer_bottom .footer_contact {
  float: left;
  margin-top: 21px;
  width: 100%;
}
footer .footer_bottom .footer_contact .email {
  background-image: url("../mobile/images/bg_mail.png");
  background-color: #0f75bc;
  background-position: 0px center;
  background-repeat: no-repeat;
  background-size: auto auto;
  color: #ffffff;
  float: left;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  margin-bottom: 16px;
  padding-left: 72px;
  width: 100%;
}
footer .footer_bottom .footer_contact .phone {
  background-image: url("../mobile/images/bg_phone.png");
  background-color: #ee525f;
  background-position: 0px center;
  background-repeat: no-repeat;
  background-size: auto auto;
  color: #ffffff;
  float: left;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  margin-bottom: 16px;
  padding-left: 72px;
  width: 100%;
}
footer .footer_bottom .newsletter_box {
  border-top: 1px solid #eee;
  float: left;
  padding-bottom: 16px;
  padding-top: 14px;
  width: 100%;
}
footer .footer_bottom .newsletter_box > p {
  color: #666666;
  float: left;
  font-family: Arial;
  font-size: 15px;
  font-weight: normal;
  width: 100%;
}
footer .footer_bottom .newsletter_box form {
  float: left;
  width: 100%;
}
footer .footer_bottom .newsletter_box input {
  background: #f1f1f1 none repeat scroll 0 0;
  border: medium none;
  border-radius: 1px;
  float: left;
  height: 38px;
  margin-bottom: 6px;
  padding: 0 10px;
  width: 100%;
}
footer .footer_bottom .newsletter_box a {
  background: url("../mobile/images/bg_btn.jpg") no-repeat scroll 0 0;
  color: #fff;
  float: left;
  font-family: Roboto Slab;
  font-size: 15px;
  font-weight: 400;
  height: 38px;
  line-height: 38px;
  margin-left: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 138px;
  text-decoration: none;
}
footer .footer_bottom .footer_info {
  border-top: 1px solid #eee;
  float: left;
  padding-bottom: 16px;
  padding-top: 16px;
  width: 100%;
}
footer .footer_bottom .footer_info h4 {
  color: #333333;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  /*text-transform: uppercase;*/
}
footer .footer_bottom .footer_info h4 span {
  font-weight: normal;
  text-transform: none;
}
footer .footer_bottom .footer_info .footer_info_left {
  float: left;
  width: 100%;
}
footer .footer_bottom .footer_info .footer_info_left .i_item > p {
  display: inline-block;
  float: none;
  margin-bottom: 0px;
}
footer .footer_bottom .footer_info .i_item {
  color: #666666;
  float: left;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
  width: 100%;
}
footer .footer_bottom .footer_info .i_item a {
  color: #666666;
}
footer .footer_bottom .footer_info .footer_info_right {
  float: left;
  width: 100%;
}
footer .footer_bottom .footer_info .footer_info_right .i_item > p {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
footer .footer_bottom .footer_info .footer_info_right .i_item span {
  font-weight: bold;
}
#main {
  float: left;
  width: 100%;
  /*    #news_home_videoclip{
            background-image: url("@{path_theme}images/bg_news1.jpg");
            background-color: #333333;
            background-position: 0px center;
            background-repeat: no-repeat;
            background-size: auto auto;
            border-color: #111111;
        }
        #news_home_slide{
            background-image: url("@{path_theme}images/bg_news1.jpg");
            background-color: #333333;
            background-position: 0px center;
            background-repeat: no-repeat;
            background-size: auto auto;
            border-color: #111111;
        }
        #news_home_giaitri{
            background-image: url("@{path_theme}images/bg_news2.jpg");
            background-color: #ee525f;
            background-position: 0px center;
            background-repeat: no-repeat;
            background-size: auto auto;
            border-color: #bd404a;
        }
        #news_home_suckhoe{
            background-image: url("@{path_theme}images/bg_news3.jpg");
            background-color: #0e76bd;
            background-position: 0px center;
            background-repeat: no-repeat;
            background-size: auto auto;
            border-color: #004a7d;
        }*/
}
#main .ttts_content {
  float: left;
  width: 100%;
  padding-top: 30px;
  background: #fff;
  padding-bottom: 20px;
}
#main .ttts_content .content_title {
  color: #333;
  float: left;
  font-family: Arial;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: 100%;
}
#main .ttts_content .content_c {
  color: #333;
  float: left;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  padding-top: 20px;
  width: 100%;
}
#main .home_top {
  background-image: url("../mobile/images/bg_news.jpg");
  background-color: #0f75bd;
  background-position: 0px center;
  background-repeat: no-repeat;
  background-size: auto auto;
  float: left;
  height: 50px;
  width: 100%;
  padding: 9px 0;
}
#main .home_top a {
  color: #fff;
  float: left;
  font-family: Roboto Slab;
  font-size: 15px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  margin-right: 16px;
  text-transform: uppercase;
}
#main .home_top .space {
  background: #0c578d none repeat scroll 0 0;
  float: left;
  height: 32px;
  margin-right: 16px;
  width: 1px;
}
#main .home_top .a_video {
  /*            background-image: url("@{path_theme}images/i_video1.png");
                        background-color: transparent;
                        background-position: 0px center;
                        background-repeat: no-repeat;
                        background-size: auto auto;*/
  float: right;
  height: 24px;
  margin-right: 5px;
  width: 24px;
}
#main .home_top .a_video img {
  border-radius: 3px;
}
#main .news_home_new {
  background: #fff none repeat scroll 0 0;
  float: left;
  width: 100%;
}
#main .news_home_new .item {
  border-bottom: 1px solid #ddd;
  float: left;
  margin-bottom: 10px;
  padding: 0 16px 10px;
  width: 100%;
}
#main .news_home_new .item:last-child {
  margin-bottom: 0;
}
#main .news_home_new .item.item_first {
  border-bottom: 4px solid #ddd;
  padding: 0 0 16px;
}
#main .news_home_new .item.item_first .image {
  float: left;
  max-height: 250px;
  margin-right: 0px;
  overflow: hidden;
  width: 100%;
  padding: 16px 16px 0;
}
#main .news_home_new .item.item_first .image img {
  float: left;
  max-width: 100%;
  width: 100%;
}
#main .news_home_new .item.item_first .info {
  float: left;
  width: 100%;
  padding: 0 16px;
  margin-top: 10px;
}
#main .news_home_new .item.item_first .info .name {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
#main .news_home_new .item.item_first .info .name a {
  color: #333333;
  float: left;
  font-family: Arial;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}
#main .news_home_new .item.item_first .info .summary {
  color: #666666;
  float: left;
  font-family: Arial;
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
#main .news_home_new .item .name {
  float: left;
  /*margin-bottom: 16px;*/
  width: 100%;
}
#main .news_home_new .item .name a {
  color: #333333;
  float: left;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
#main .news_home_new .item .image {
  float: left;
  max-height: 90px;
  margin-right: 8px;
  overflow: hidden;
  width: 130px;
}
#main .news_home_new .item .image img {
  float: left;
  max-width: 100%;
  width: 100%;
}
#main .news_home_new .item .info {
  display: table;
}
#main .news_home_new .item .info .summary {
  color: #666666;
  float: left;
  font-family: Arial;
  font-size: 13px;
  margin-top: -5px;
  width: 100%;
}
#main .news_view_tag {
  float: left;
  width: 100%;
  margin-top: 10px;
}
#main .news_view_tag .news_view_tag_title {
  float: left;
  line-height: 32px;
  margin-right: 10px;
  font-size: 12px;
  color: #db505b;
  font-weight: 400;
}
#main .news_view_tag .news_view_tag_title i {
  font-size: 12px;
  color: #db505b;
  margin-right: 5px;
}
#main .news_view_tag a {
  /* border: 1px solid #c1c1c1; */
  border-radius: 20px;
  color: #c20017;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: 32px;
  line-height: 30px;
  max-width: 100%;
  overflow: hidden;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #ffeef0;
}
#main .news_home_hot {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  margin-bottom: 16px;
  width: 100%;
}
#main .news_home_hot .title {
  background-image: url("../mobile/images/bg_hot.jpg");
  background-color: #ee525f;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto auto;
  color: #fff;
  float: left;
  font-family: Roboto Slab;
  font-size: 14px;
  font-weight: 700;
  height: 43px;
  line-height: 42px;
  text-transform: uppercase;
  width: 100%;
  padding: 0 16px;
}
#main .news_home_hot ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 7px 16px 15px;
  width: 100%;
}
#main .news_home_hot ul li {
  float: left;
  margin-top: 6px;
  width: 100%;
}
#main .news_home_hot ul li a {
  background: url("../mobile/images/i_chamtron2.png") no-repeat scroll 0 6px;
  color: #333;
  float: left;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  padding-left: 13px;
}
#main .news_home_slide {
  background-color: #fff;
  border-top: 4px solid #dddddd;
  float: left;
  margin-bottom: 16px;
  width: 100%;
}
#main .news_home_slide .news_home_slide_title {
  float: left;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 16px;
  width: 100%;
}
#main .news_home_slide .news_home_slide_title a {
  color: #333;
  float: left;
  font-family: Roboto Slab;
  font-size: 15px;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
}
#main .news_home_slide .carousel.slide {
  float: left;
  height: 300px;
  padding: 0 16px;
  width: 100%;
}
#main .news_home_slide .carousel-indicators {
  bottom: 20px;
  margin-bottom: 0;
}
#main .news_home_slide .carousel-indicators li {
  background-color: #666666;
  border: medium none;
  height: 7px;
  margin: 1px;
  width: 7px;
}
#main .news_home_slide .carousel-indicators .active {
  background-color: #ddd;
  height: 7px;
  margin: 1px;
  width: 7px;
}
#main .news_home_slide .carousel-inner {
  overflow: hidden;
  padding: 0 0px;
  position: relative;
  width: 100%;
}
#main .news_home_slide .carousel-inner .image {
  float: left;
  max-height: 205px;
  overflow: hidden;
  width: 100%;
}
#main .news_home_slide .carousel-inner .image img {
  float: left;
  width: 100%;
}
#main .news_home_slide .carousel-inner .name {
  float: left;
  margin-top: 10px;
  max-height: 50px;
  overflow: hidden;
  width: 100%;
}
#main .news_home_slide .carousel-inner .name a {
  color: #333;
  float: left;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
#main .news_home_newcat {
  background: #fff none repeat scroll 0 0;
  border-top: 4px solid #dddddd;
  float: left;
  margin-bottom: 16px;
  padding: 0 16px;
  width: 100%;
}
#main .news_home_newcat .news_home_newcat_title {
  float: left;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 0;
  width: 100%;
}
#main .news_home_newcat .news_home_newcat_title a {
  color: #333;
  float: left;
  font-family: Roboto Slab;
  font-size: 15px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
#main .news_home_newcat .item {
  border-bottom: 1px solid #dddddd;
  float: left;
  padding: 16px 0;
  width: 100%;
}
#main .news_home_newcat .item.item_first {
  padding-top: 0;
}
#main .news_home_newcat .item.item_first .image {
  float: left;
  max-height: 205px;
  margin-right: 0px;
  overflow: hidden;
  width: 100%;
}
#main .news_home_newcat .item.item_first .image img {
  float: left;
  max-width: 100%;
  width: 100%;
}
#main .news_home_newcat .item.item_first .info {
  float: left;
  width: 100%;
  padding: 0 0px;
  margin-top: 10px;
}
#main .news_home_newcat .item.item_first .info .name {
  float: left;
  width: 100%;
}
#main .news_home_newcat .item.item_first .info .name a {
  color: #333333;
  float: left;
  font-family: Arial;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}
#main .news_home_newcat .item.item_first .info .summary {
  color: #666666;
  float: left;
  font-family: Arial;
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
#main .news_home_newcat .item .image {
  float: left;
  max-height: 76px;
  margin-right: 8px;
  overflow: hidden;
  width: 120px;
}
#main .news_home_newcat .item .image img {
  float: left;
  max-width: 100%;
  width: 100%;
}
#main .news_home_newcat .item .info {
  display: table;
}
#main .news_home_newcat .item .info .name {
  float: left;
  width: 100%;
}
#main .news_home_newcat .item .info .name a {
  color: #333333;
  float: left;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
#main .news_home_newcat .news_home_slide_readmore {
  float: left;
  width: 100%;
}
#main .news_home_newcat .news_home_slide_readmore a {
  color: #333;
  float: left;
  font-family: Arial;
  font-size: 15px;
  height: 43px;
  line-height: 42px;
}
#main .news_home_newcat .news_home_slide_readmore a span {
  font-size: 9px;
}
#main .box_breadcrumbs {
  background-image: url("../mobile/images/bg_news.jpg");
  background-color: #0f75bd;
  background-position: 0px center;
  background-repeat: no-repeat;
  background-size: auto auto;
  float: left;
  height: 50px;
  width: 100%;
  padding: 9px 0;
}
#main .box_breadcrumbs ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
#main .box_breadcrumbs ul li {
  background: url("../mobile/images/i_mt.png") no-repeat scroll right 6px center;
  display: inline-block;
  height: 32px;
  padding-right: 24px;
}
#main .box_breadcrumbs ul li:last-child {
  background: none;
  padding-left: 5px;
}
#main .box_breadcrumbs ul li a {
  color: #fff;
  float: left;
  font-family: Roboto Slab;
  font-size: 15px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
#main .pag_cate_content {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin-bottom: 16px;
  padding: 16px 16px 30px;
  width: 100%;
}
#main .pag_cate_content .news_index_list {
  float: left;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item {
  border-bottom: 1px solid #dddddd;
  float: left;
  padding: 16px 0;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item:last-child {
  /*border-bottom: none;*/
}
#main .pag_cate_content .news_index_list .news_item .news_item_content {
  float: left;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item .news_item_content.active {
  padding: 0;
  border-bottom: none;
}
#main .pag_cate_content .news_index_list .news_item .news_item_content.active .image {
  float: left;
  max-height: 205px;
  margin-right: 0px;
  overflow: hidden;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item .news_item_content.active .image img {
  float: left;
  max-width: 100%;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item .news_item_content.active .info {
  float: left;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item .news_item_content.active .info .name {
  float: left;
  width: 100%;
  margin-top: 10px;
}
#main .pag_cate_content .news_index_list .news_item .news_item_content.active .info .name a {
  color: #333333;
  float: left;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
#main .pag_cate_content .news_index_list .news_item .news_item_content .image {
  float: left;
  max-height: 75px;
  margin-right: 8px;
  overflow: hidden;
  width: 120px;
}
#main .pag_cate_content .news_index_list .news_item .news_item_content .image img {
  float: left;
  max-width: 100%;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item .news_item_content .info {
  display: table;
}
#main .pag_cate_content .news_index_list .news_item .news_item_content .info .name {
  float: left;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item .news_item_content .info .name a {
  color: #333333;
  float: left;
  font-family: Arial;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
}
#main .pag_cate_content .news_index_list .news_item .box_newshotcat {
  float: left;
  margin-top: 20px;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item .box_newshotcat .space {
  background: url("../mobile/images/i_4cham.png") repeat scroll 0 0;
  height: 6px;
  left: 0;
  float: left;
  top: 4px;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item .box_newshotcat .box_newshotcat_title {
  float: left;
  position: relative;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item .box_newshotcat .box_newshotcat_title span {
  border-top: 3px solid #f04c23;
  color: #333;
  float: left;
  font-family: Roboto Slab;
  font-size: 15px;
  font-weight: 700;
  line-height: 14px;
  padding: 17px 0 14px;
  text-transform: uppercase;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item .box_newshotcat .box_newshotcat_title .space {
  background: url("../mobile/images/i_4cham.png") repeat scroll 0 0;
  height: 6px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item .box_newshotcat .carousel.slide {
  float: left;
  height: 315px;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item .box_newshotcat .carousel-indicators {
  bottom: 10px;
  margin-bottom: 0;
}
#main .pag_cate_content .news_index_list .news_item .box_newshotcat .carousel-indicators li {
  background-color: #999999;
  border: medium none;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 7px;
  margin: 1px;
  text-indent: -999px;
  width: 7px;
}
#main .pag_cate_content .news_index_list .news_item .box_newshotcat .carousel-indicators .active {
  background-color: #333333;
  height: 7px;
  margin: 1px;
  width: 7px;
}
#main .pag_cate_content .news_index_list .news_item .box_newshotcat .carousel-inner {
  overflow: hidden;
  padding: 0 0px;
  position: relative;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item .box_newshotcat .carousel-inner .item_item {
  float: left;
  margin-bottom: 16px;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item .box_newshotcat .carousel-inner .item_item .image {
  float: left;
  max-height: 75px;
  overflow: hidden;
  width: 120px;
  margin-right: 8px;
}
#main .pag_cate_content .news_index_list .news_item .box_newshotcat .carousel-inner .item_item .image img {
  float: left;
  max-width: 100%;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item .box_newshotcat .carousel-inner .item_item .info {
  display: table;
  float: none;
  width: auto;
}
#main .pag_cate_content .news_index_list .news_item .box_newshotcat .carousel-inner .item_item .info .name {
  float: left;
  width: 100%;
}
#main .pag_cate_content .news_index_list .news_item .box_newshotcat .carousel-inner .item_item .info .name a {
  color: #333333;
  float: left;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
#main .pag_cate_content .list_readmore {
  float: left;
  width: 100%;
}
#main .pag_cate_content .list_readmore a {
  background: #ddd none repeat scroll 0 0;
  border-radius: 5px;
  color: #333;
  float: left;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  margin-top: 16px;
  text-align: center;
  width: 100%;
}
#main .pag_cate_content .pagination {
  border-radius: 0;
  display: inline-block;
  margin: 16px 0 0;
  padding-left: 0;
}
#main .pag_cate_content .pagination li.first,
#main .pag_cate_content .pagination li.last {
  display: none;
}
#main .pag_cate_content .pagination > li > a,
#main .pag_cate_content .pagination > li > span {
  background-color: #dddddd;
  border: medium none;
  border-radius: 3px;
  color: #333;
  float: left;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  margin-left: 2px;
  padding: 0 17px;
  position: relative;
  text-decoration: none;
}
#main .pag_cate_content .pagination > .active > a,
#main .pag_cate_content .pagination > .active > span,
#main .pag_cate_content .pagination > .active > a:hover,
#main .pag_cate_content .pagination > .active > span:hover,
#main .pag_cate_content .pagination > .active > a:focus,
#main .pag_cate_content .pagination > .active > span:focus {
  background-color: #ee525f;
  border-color: #ee525f;
  color: #fff;
  cursor: default;
  z-index: 2;
}
#main .pag_cate_content .pagination > li > a:hover,
#main .pag_cate_content .pagination > li > span:hover,
#main .pag_cate_content .pagination > li > a:focus,
#main .pag_cate_content .pagination > li > span:focus {
  background-color: #ee525f;
  border-color: #ee525f;
  color: #fff;
  z-index: 3;
}
#main .pag_view_content {
  background: #fff none repeat scroll 0 0;
  float: left;
  padding: 0 16px;
  width: 100%;
}
#main .pag_view_content .pag_view_content_title {
  color: #333;
  float: left;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  margin: 16px 0 5px;
  padding: 0;
  width: 100%;
}
#main .pag_view_content .space {
  background: url("../mobile/images/i_4cham.png") repeat scroll 0 0;
  height: 4px;
  float: left;
  width: 100%;
}
#main .pag_view_content .box_source_social {
  float: left;
  margin-top: 10px;
  width: 100%;
}
#main .pag_view_content .box_source_social .box_source {
  color: #666666;
  float: left;
  font-family: Arial;
  font-size: 15px;
  line-height: 15px;
  margin-top: 10px;
  width: 100%;
}
#main .pag_view_content .box_source_social .box_social {
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}
#main .pag_view_content .box_source_social .box_width {
  float: left;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
  overflow: hidden;
}
#main .pag_view_content .box_source_social .box_width .icon-gns {
  background: url("../mobile/images/icon-gns.png") 100% no-repeat;
  padding-right: 82px;
  font-size: 12px;
  background-size: 80px;
  color: #ff8100 !important;
}
#main .pag_view_content .box_release_first {
  border-bottom: 1px solid #dddd;
  float: left;
  padding: 15px 0 10px;
  width: 100%;
}
#main .pag_view_content .box_release_first ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#main .pag_view_content .box_release_first ul li {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
#main .pag_view_content .box_release_first ul li a {
  background: url("../mobile/images/i_chamtron1.png") no-repeat scroll 0 6px;
  color: #1275bc;
  float: left;
  font-family: Arial;
  font-size: 15px;
  font-weight: normal;
  padding-left: 13px;
}
#main .pag_view_content .box_release_first ul li .image {
  float: left;
  max-height: 50px;
  overflow: hidden;
  width: 70px;
  margin-right: 10px;
}
#main .pag_view_content .box_release_first ul li .image a {
  padding: 0;
  background: transparent;
}
#main .pag_view_content .box_release_first ul li .image img {
  float: left;
  max-width: 100%;
  width: 100%;
  height: 50px;
}
#main .pag_view_content .box_release_first ul li .name {
  display: table;
}
#main .pag_view_content .box_release_first ul li .name a {
  /*display: table-cell;*/
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  /*height: 50px;*/
  vertical-align: middle;
  float: none;
  padding: 0;
  background: transparent;
  text-decoration: none;
}
#main .pag_view_content .view_desc {
  color: #333;
  float: left;
  font-family: Arial;
  font-size: 15px;
  font-weight: normal;
  padding-top: 10px;
  width: 100%;
}
#main .pag_view_content .view_desc .banner_mobile iframe {
  height: inherit;
}
#main .pag_view_content .view_desc img {
  height: auto !important;
  width: auto !important;
}
#main .pag_view_content .view_desc td,
#main .pag_view_content .view_desc th {
  padding: 0 10px;
}
#main .pag_view_content .view_desc iframe {
  height: auto;
  /*width: auto !important;*/
  width: 100% !important;
  max-width: 100%;
  margin: auto;
  display: block;
  min-height: 200px;
}
#main .pag_view_content figcaption {
  background: #f1f1f1;
  padding: 10px 10px;
  margin-bottom: 15px;
}
#main .pag_view_content .view_author {
  color: #999;
  float: left;
  font-family: Arial;
  font-size: 15px;
  margin-top: 5px;
  text-align: right;
  width: 100%;
}
#main .pag_view_content .view_author strong {
  color: #333;
  font-size: 15px;
  font-weight: bold;
}
#main .pag_view_content .view_desc_youtube {
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
#main .pag_view_content .box_release_second {
  float: left;
  margin-top: 16px;
  width: 100%;
}
#main .pag_view_content .box_release_second ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#main .pag_view_content .box_release_second ul li {
  background: #f1f1f1 none repeat scroll 0 0;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#main .pag_view_content .box_release_second ul li .image {
  float: left;
  max-height: 75px;
  overflow: hidden;
  width: 120px;
  margin-right: 10px;
}
#main .pag_view_content .box_release_second ul li .image img {
  float: left;
  max-width: 100%;
  width: 100%;
  height: 75px;
}
#main .pag_view_content .box_release_second ul li .name {
  display: table;
}
#main .pag_view_content .box_release_second ul li .name a {
  color: #1575ba;
  float: left;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  text-decoration: none;
}
#main .pag_view_content .banner_bottom_article2 {
  float: left;
  margin-top: 16px;
  margin-bottom: -16px;
  width: 100%;
}
#main .pag_view_content .banner_bottom_article2 .item {
  background: #f1f1f1 none repeat scroll 0 0;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#main .pag_view_content .banner_bottom_article2 .item .image {
  float: left;
  max-height: 75px;
  overflow: hidden;
  width: 120px;
  margin-right: 10px;
}
#main .pag_view_content .banner_bottom_article2 .item .image img {
  float: left;
  max-width: 100%;
  width: 100%;
  height: 75px;
}
#main .pag_view_content .banner_bottom_article2 .item .name {
  display: table;
}
#main .pag_view_content .banner_bottom_article2 .item .name a {
  color: #1575ba;
  float: left;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  text-decoration: none;
}
#main .pag_view_content .banner_bottom_article2 .item .name .notice {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  font-size: 13px;
  color: #333;
}
#main .pag_view_content .box_release_three {
  float: left;
  width: 100%;
  margin-top: 10px;
}
#main .pag_view_content .box_release_three ul {
  float: left;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#main .pag_view_content .box_release_three ul li {
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
#main .pag_view_content .box_release_three ul li span {
  color: #999999;
  display: inline-block;
  font-size: 10px;
  vertical-align: 3px;
}
#main .pag_view_content .box_release_three ul li a {
  color: #333;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
}
#main .pag_view_content .box_social_second {
  float: left;
  margin-top: 20px;
  width: 100%;
}
#main .pag_view_content .box_social_second .box_social {
  float: left;
  margin: 14px 0;
  width: 100%;
  overflow: hidden;
}
#main .pag_view_content .box_tags {
  float: left;
  margin-bottom: 30px;
  margin-top: 16px;
  width: 100%;
}
#main .pag_view_content .box_tags .box_tags_title {
  color: #333333;
  float: left;
  font-family: Roboto Slab;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}
#main .pag_view_content .box_tags .box_tags_content {
  float: left;
  margin-top: 10px;
  width: 100%;
}
#main .pag_view_content .box_tags .box_tags_content a {
  border: 1px solid #dddddd;
  border-radius: 15px;
  color: #999999;
  display: inline-block;
  font-family: Roboto Slab;
  font-weight: 400;
  height: 28px;
  line-height: 26px;
  margin-bottom: 5px;
  padding: 0 18px;
}
#main .news_view_newcat {
  background: #fff none repeat scroll 0 0;
  border-top: 4px solid #dddddd;
  float: left;
  margin-bottom: 16px;
  padding: 0 16px 30px;
  width: 100%;
}
#main .news_view_newcat .news_view_newcat_title {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 0;
  width: 100%;
  color: #333;
  float: left;
  font-family: Roboto Slab;
  font-size: 15px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
#main .news_view_newcat .item {
  border-bottom: 1px solid #dddddd;
  float: left;
  padding: 16px 0;
  width: 100%;
}
#main .news_view_newcat .item:first-child {
  padding-top: 0;
}
#main .news_view_newcat .item .image {
  float: left;
  max-height: 76px;
  margin-right: 8px;
  overflow: hidden;
  width: 120px;
}
#main .news_view_newcat .item .image img {
  float: left;
  max-width: 100%;
  width: 100%;
}
#main .news_view_newcat .item .info {
  display: table;
}
#main .news_view_newcat .item .info .name {
  float: left;
  width: 100%;
}
#main .news_view_newcat .item .info .name a {
  color: #333333;
  float: left;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
#main .news_view_newcat .list_readmore {
  float: left;
  width: 100%;
}
#main .news_view_newcat .list_readmore a {
  background: #ddd none repeat scroll 0 0;
  border-radius: 5px;
  color: #333;
  float: left;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  margin-top: 16px;
  text-align: center;
  width: 100%;
}
#main .author_info {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dddddd;
}
#main .author_info .author_image {
  float: left;
  width: 100%;
  text-align: center;
}
#main .author_info .author_image img {
  border-radius: 100%;
  max-width: 100px;
}
#main .author_info .author_content {
  float: left;
  width: 100%;
}
#main .author_info .author_content .author_title {
  color: #333333;
  float: left;
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
#main .author_info .author_content .author_desc {
  color: #666666;
  float: left;
  font-family: Arial;
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 20px;
}
.dl_Bantindubao.cke_show_border td:first-child {
  width: 25%;
}
.dl_Bantindubao.cke_show_border td:last-child {
  width: 60%;
}
@media screen and (max-width: 320px) {
  footer .footer_bottom .footer_contact .email {
    font-size: 15px;
    padding-left: 57px;
  }
  footer .footer_bottom .footer_contact .phone {
    font-size: 17px;
    padding-left: 57px;
  }
}
.wrap_magazine {
  float: left;
  width: 100%;
}
.wrap_magazine header {
  float: left;
  width: 100%;
}
.wrap_magazine header .header_main {
  float: left;
  width: 100%;
  position: relative;
  background: #000;
  height: 58px;
}
.wrap_magazine header .back_home {
  float: left;
  background: #00a69c;
  width: 58px;
  height: 58px;
  overflow: hidden;
}
.wrap_magazine header .logo {
  float: left;
  max-height: 100%;
  margin-left: 32px;
  margin-top: 10px;
}
.wrap_magazine header .sologan {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  height: 30px;
  width: 154px;
}
.wrap_magazine header .social {
  float: right;
  margin-top: 16px;
  margin-right: 35px;
}
.wrap_magazine header .social .fb_iframe_widget {
  display: inline-block;
  position: relative;
  vertical-align: 5px;
}
.wrap_magazine main {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 58px;
}
.wrap_magazine main .top_magazine {
  width: 100%;
  text-align: center;
}
.wrap_magazine main .news_magazinenew {
  width: 980px;
  margin: 0 auto;
}
.wrap_magazine main .news_magazinenew .news_magazinenew_content {
  font-family: "Roboto Slab";
  background: #fff;
  padding: 50px 160px 0;
  position: relative;
  color: #333;
  font-size: 40px;
  line-height: 68px;
  font-weight: 400;
}
.wrap_magazine main .news_magazinenew .news_magazinenew_content p {
  margin: 0 0 22px;
}
.wrap_magazine main .news_magazinenew .news_magazinenew_content .magazine980 {
  margin-left: -160px;
  width: 980px;
  text-align: center;
}
.wrap_magazine main .news_magazinenew .news_magazinenew_content .magazine980 img {
  width: 100%;
  height: auto !important;
}
.wrap_magazine main .news_magazinenew .news_magazinenew_content .magazinefull {
  margin-left: -230px;
  width: 1110px;
}
.wrap_magazine main .news_magazinenew .news_magazinenew_content .magazinefull img {
  width: 100%;
  height: auto !important;
}
.wrap_magazine main .news_magazinenew .news_magazinenew_content .magazineright {
  float: right;
  margin-right: -160px;
  width: 400px;
  margin-left: 30px;
}
.wrap_magazine main .news_magazinenew .news_magazinenew_content .magazineright img {
  width: 100%;
  height: auto !important;
}
.wrap_magazine main .news_magazinenew .news_magazinenew_content .magazineleft {
  float: left;
  margin-left: -160px;
  margin-right: 30px;
  width: 400px;
}
.wrap_magazine main .news_magazinenew .news_magazinenew_content .magazineleft img {
  width: 100%;
  height: auto !important;
}
.wrap_magazine main .bottom_magazine {
  float: left;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  margin-top: 40px;
}
.wrap_magazine main .bottom_magazine .bottom_magazine_content {
  width: 660px;
  display: table;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.wrap_magazine main .bottom_magazine .bottom_magazine_content ul {
  margin: 0;
  padding: 0;
  padding-left: 13px;
}
.wrap_magazine main .bottom_magazine .bottom_magazine_content ul li {
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 25px;
  color: #000;
  font-weight: 700;
  font-family: "Roboto Slab";
}
.adsbygoogle {
  /*    float: left;
        width: 100%;*/
}
@media screen and (max-width: 1000px) {
  .wrap_magazine main .news_magazinenew .news_magazinenew_content {
    padding: 60px 40px 20px;
    font-size: 40px;
    line-height: 68px;
    color: #333;
  }
  .wrap_magazine main .news_magazinenew .news_magazinenew_content .magazine980 {
    width: 100%;
    margin: 40px 0;
  }
  .wrap_magazine main .news_magazinenew .news_magazinenew_content .magazineright {
    margin-right: 0;
  }
  .wrap_magazine main .news_magazinenew .news_magazinenew_content .magazineleft {
    margin-left: 0;
  }
}
@media (min-width: 480px) {
  #mgiframe {
    width: 100% !important;
    height: 440px !important;
    max-width: 420px;
    margin: auto;
    display: table;
  }
}
@media (max-width: 480px) {
  #mgiframe {
    width: 100% !important;
    height: 440px !important;
  }
}
@media (max-width: 320px) {
  #main .home_top a {
    font-size: 13px;
    margin-right: 10px;
  }
  #main .home_top .a_video {
    height: 22px;
    margin-right: 0;
    width: 22px;
  }
}
