* {
  padding: 0;
  margin: 0; }
a{text-decoration:none;color:#333;}
a:hover{color:#484cff !important;}
.boxsz, * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

html, body {
  font-family: Arial, Helvetica, sans-serif; }
  html .vipper-container, body .vipper-container {
    width: 1020px;
    margin: 0 auto; }
    html .vipper-container .row, body .vipper-container .row {
      padding: 15px;
      background-color: #ffffff;
      border-radius: 0 0 10px 10px; }
      html .vipper-container .row:after, body .vipper-container .row:after {
        content: "";
        clear: both;
        display: block; }
      html .vipper-container .row .wrapper, body .vipper-container .row .wrapper {
       /* max-width: 725px;*/
        width:100%;
        float: left; }
      html .vipper-container .row .sidebar, body .vipper-container .row .sidebar {
        max-width: 248px;
        float: right; }

#banner {
  border-bottom: 5px solid #8d1237;
  position: relative;
  text-align: center; }
  #banner img {
    height: 150px; }

.wrapper > div {
  margin-bottom: 20px; }

.main {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.34);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.34);
  border-radius: 0 0 10px 10px; }

.dis {
    display: block !important;
    z-index: 1000;
}

main {
  margin-bottom: 20px;
  /*menu mobie */
  /*menu pc */
  /*the_title */
  /*feel */
  /*features */
  /*traditional */
  /*opening_words */ }
  main ul#menu-mb {
    display: none;
    position: relative;
    background-color: #992215;
    padding: 10px 50px 100px 50px;
    list-style: none; }
    main ul#menu-mb li {
      border-bottom: 1px solid #b13325; }
      main ul#menu-mb li a {
        color: #f9f5ab;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        padding: 15px 0; }
  main nav.menu-mobie {
    display: none;
    height: 60px;
    background-color: #a62a2a; }
    main nav.menu-mobie .wrapper-mobie {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height:60px;
    }
      main nav.menu-mobie .wrapper-mobie .trigger .menu-mb {
        cursor: pointer;
        margin: 12px;
        padding-left: 1.25em;
        position: relative;
        width: 36px;
        height: 36px; }
        main nav.menu-mobie .wrapper-mobie .trigger .menu-mb .menu-global {
          -webkit-backface-visibility: hidden;
            -webkit-backface-visibility-backface-visibility: hidden;
          position: absolute;
          left: 0;
          border-top: 5px solid white;
          width: 100%;
          transition: 0.2s; }
        main nav.menu-mobie .wrapper-mobie .trigger .menu-mb .menu-top {
          top: 0; }
        main nav.menu-mobie .wrapper-mobie .trigger .menu-mb .menu-middle {
          top: 13px; }
        main nav.menu-mobie .wrapper-mobie .trigger .menu-mb .menu-bottom {
          top: 26px; }
        main nav.menu-mobie .wrapper-mobie .trigger .menu-mb .menu-top-click {
          -webkit-backface-visibility: hidden;
            -webkit-backface-visibility-backface-visibility: hidden;
          top: 15px;
          -webkit-transform: rotate(50deg);
            -webkit-transform-transform: rotate(50deg);
          transition: 0.2s; }
        main nav.menu-mobie .wrapper-mobie .trigger .menu-mb .menu-middle-click {
          opacity: 0; }
        main nav.menu-mobie .wrapper-mobie .trigger .menu-mb .menu-bottom-click {
          -webkit-backface-visibility: hidden;
            -webkit-backface-visibility-backface-visibility: hidden;
          top: 15px;
          -webkit-transform: rotate(-410deg);
            -webkit-transform-transform: rotate(-410deg);
          transition: 0.2s; }
      main nav.menu-mobie .wrapper-mobie .lang {
        width: 55px;
        height: 100%;
        padding: 21px;
        display: block; }
        main nav.menu-mobie .wrapper-mobie .lang a {
          background: #ebe1cb;
          color: #871d11;
          text-decoration: none;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.57);
          -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.57);
          padding: 3px;
          text-transform: uppercase;
          padding: 3px;
          font-size: 11px;
          font-weight: bold; }
  main nav.menu-pc .menu li:first-child a img {
    transform: translateY(3px); }
  main nav.menu-pc {
    height: 35px;
    background: linear-gradient(180deg, #b72a54 0%, #8d1237 100%);
    margin-top: -18px;
    position: relative; }
    main nav.menu-pc:after {
      content: "";
      clear: both;
      display: block; }
    main nav.menu-pc ul.ttdt {
      float: right; }
    main nav.menu-pc ul.menu {
      float: left; }
    main nav.menu-pc ul li {
      display: inline-block; }
      main nav.menu-pc ul li:first-child {
        padding-left: 15px; }
      main nav.menu-pc ul li a {
        height: 35px;
        line-height: 35px;
        text-transform: uppercase;
        color: #f9f5ab;
        text-decoration: none;
        display: block;
        padding: 0 6px;
        font-size: 14px;
        font-weight: 400; }
        main nav.menu-pc ul li a:hover {
          background-color: #e29100;
          text-decoration: none;
          color: #fff; }
    main nav.menu-pc .ttdt li:last-child a {
      color: #871d11;
      background-color: #ebe1cb;
      font-size: 11px;
      height: 17px;
      line-height: 17px;
      padding: 0 2px;
      margin-right: 5px;
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.57);
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.57); }
  main .the_title a {
    border-bottom: 3px solid #9e2416;
    text-decoration: none;
    text-transform: uppercase;
    color: #9e2416; }
    main .the_title a span {
      padding: 0 10px;
      font-weight: bold; }
  main .xt {
    text-align: right; }
    main .xt a {
      text-decoration: none;
      color: #a63d04;
      font-size:12px;
    }
  main .feel .cate-hv {
    padding: 20px;
    border: 1px solid #c4c4c4;
    border-radius: 0 0 10px 10px; }
    main .feel .cate-hv:after {
      content: "";
      clear: both;
      display: block; }
    main .feel .cate-hv .items-hv {
     /* max-width: 50%;*/
      float: left;
      display: flex;
      padding: 10px 0; }
      main .feel .cate-hv .items-hv .thumbnails-hv {
              -ms-flex: 0 0 75%;
            flex: 0 0 35%;
            /*max-width: 35%;*/
        padding: 0 20px; }
        main .feel .cate-hv .items-hv .thumbnails-hv img {
          border-radius: 50%;max-width:100%; }
      main .feel .cate-hv .items-hv .excrept-hv {
        font-size: 13px;
        text-align: justify; }
  main .features .the_content {
    background-color: #f1f4f7;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #c4c4c4; }
    main .features .the_content .items-list {
      margin-bottom: 20px; }
      main .features .the_content .items-list:last-child {
        margin-bottom: 0px; }
      main .features .the_content .items-list ul {
        position: relative; }
        main .features .the_content .items-list ul li {
          list-style: none; }
          main .features .the_content .items-list ul li .fa-chevron-left {
            left: 10px; }
          main .features .the_content .items-list ul li .fa-chevron-right {
            right: 10px; }
        main .features .the_content .items-list ul i {
          color: #767679;
          position: absolute;
          top: 50%;
          z-index: 5;
          transform: translateY(-50%);
          cursor: pointer; }
      main .features .the_content .items-list .items-header {
        color: #a80f43;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 5px; }
      main .features .the_content .items-list .items-body {
        padding: 20px 27px;
        background-color: #f9f9fa;
        border-radius: 0 0 10px 10px;
        border: 1px solid #c4c4c4; }
        main .features .the_content .items-list .items-body li {
          padding: 5px; }
        main .features .the_content .items-list .items-body img {
          width: 100%;
          height: 105px;
          object-fit: cover; }
  main .traditional .the_content {
    background-color: #f1f4f7;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #c4c4c4; }
    main .traditional .the_content li {
      list-style: none;
      margin-bottom: 15px; }
      main .traditional .the_content li:last-child {
        margin-bottom: 0; }
      main .traditional .the_content li .header-md {
        height: 24px; }
        main .traditional .the_content li .header-md a {
          padding: 7px 15px 7px 7px;
          border-radius: 8px 8px 0 0;
          color: #fff;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 12px;
          background: linear-gradient(360deg, #750f2d 0%, #ef683f 100%); }
      main .traditional .the_content li .body_md {
        display: flex;
        border: 1px solid #c4c4c4;
        border-radius: 0 0 10px 10px;
        padding: 23px;
        background-color: #f9f9fa;
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
        main .traditional .the_content li .body_md .b-thumb img {
          width: 200px;
          height: 147px; }
        main .traditional .the_content li .body_md .b-text {
          padding-left: 23px;
          font-size: 12px;
          text-align: justify; }
          main .traditional .the_content li .body_md .b-text a {
            color: #a63d04;
            text-decoration: none;
            font-size: 12px; }
  main .opening_words .the_content {
    border: 1px solid #c4c4c4;
    padding: 20px;
    border-radius: 0 0 10px 10px; }
    main .opening_words .the_content .content-header {
      color: #c37715; }
      main .opening_words .the_content .content-header p {
        font-size: 12px;
        font-weight: 600; }
    main .opening_words .the_content .content-main {
      display: flex;
      padding-top: 20px;
      display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
      main .opening_words .the_content .content-main .main-thumbnails {
          flex: 0 0 70%;
          -ms-flex:0 0 70%;
          max-width:100%;
    overflow: hidden;
        padding-right: 10px; }
      main .opening_words .the_content .content-main .main-thumbnails .vdplayer{
          width:100%;
          border:1px solid #ccc;
      }
        main .opening_words .the_content .content-main .main-thumbnails img {
          max-width:100%;
          width:100%;
        }
      main .opening_words .the_content .content-main .main-excrept {
          flex: 0 0 30%;
          -ms-flex:0 0 30%;
          max-width:100%;
          overflow:hidden;
        text-align: justify;
        line-height: 1; }
        main .opening_words .the_content .content-main .main-excrept span,main .opening_words .the_content .content-main .main-excrept p,main .opening_words .the_content .content-main .main-excrept div {
          font-size: 13px; }
  main .sidebar {
    /*online */ }
    main .sidebar form {
      margin-bottom: 15px; }
      main .sidebar form input[type="text"] {
        padding: 2px;
        background: #f6f6f6;
        border: 1px solid #d6d6d6;
        text-align: center;
        font-size: 12px; }
      main .sidebar form button {
        background: transparent;
        transform: translateY(10px);
        padding-left: 4px;
        border: none;
        cursor: pointer; }
    main .sidebar .swt {
      margin-bottom: 10px; }
    main .sidebar .year70 .box-content {
      background: linear-gradient(360deg, #d4d2c6 0%, white 100%); }
    main .sidebar .year70 li {
        padding: 9px 2px;
        font-size: 11px;
        margin-left: 15px;
    }
      main .sidebar .year70 li a {
        color: #cc0000;
        text-decoration: none;
        font-weight: 600; }
      main .sidebar .year70 li a:hover{
          color:#484cff;
      }
    main .sidebar .hdkn .box-title {
      background: linear-gradient(360deg, #750f2d 0%, #ef683f 100%) !important; }
    main .sidebar .hdkn .box-content {
      padding: 5px; }
      main .sidebar .hdkn .box-content li {
        display: flex;
        align-items: center;
        list-style: none;
        height: 50px;
        background-color: #dce3ed;
        margin-bottom: 5px;
        border-bottom: 3px solid #91a4c8; }
        main .sidebar .hdkn .box-content li .items-thumbnails {
          padding: 3px 9px 3px 12px;
          transform: translateY(2px); }
        main .sidebar .hdkn .box-content li .items-excrept {
          text-transform: uppercase;
          font-size: 13px;
          font-weight: 700; }
          main .sidebar .hdkn .box-content li .items-excrept a {
            line-height: 18px;
            text-decoration: none;
            color: #2e78cb; }
    main .sidebar .hds ::-webkit-scrollbar {
      width: 8px; }
    main .sidebar .hds ::-webkit-scrollbar-track {
      background: #cccccc; }
    main .sidebar .hds ::-webkit-scrollbar-thumb {
      background: #dddddd; }
    main .sidebar .hds .box-content {
      padding: 10px;
      height: 275px;
      overflow: scroll;
      overflow-x: hidden; }
        main .sidebar .hds .box-content li {
            line-height: 1;
            text-align: justify;
            padding-bottom: 5px;
            list-style-image: url("/Content/DongDo30Nam/11.png");
            margin-left: 5px;
        }
        main .sidebar .hds .box-content li a {
          text-decoration: none;
          color: #333;
          font-size: 13px; }
    main .sidebar .b-online {
      border: 1px solid #c4c4c4;
      padding: 10px;
      font-size: 12px;
      background-color: #f9f9fa; }
      main .sidebar .b-online li {
        list-style: none;
        display: inline-block; }
        main .sidebar .b-online li img {
          margin-bottom: 14px; }
      main .sidebar .b-online span {
        color: #a24124;
        padding-bottom: 5px;
        display: block; }
    main .sidebar .ld .box-content {
      padding: 0 9px 13px 9px; }
      main .sidebar .ld .box-content .c-main {
        border-bottom: 1px dotted #333; }
        main .sidebar .ld .box-content .c-main:last-child {
          border-bottom: none; }
          main .sidebar .ld .box-content .c-main:last-child .c-content {
            padding-bottom: 0 !important; }
      main .sidebar .ld .box-content .c-thumb {
        display: flex;
        text-align: justify;
        padding-bottom: 10px;
        padding-top: 15px; }
        main .sidebar .ld .box-content .c-thumb img {
          width: 107px;
          height: 75px; }
        main .sidebar .ld .box-content .c-thumb p {
          font-size: 11px;
          padding: 0 5px; }
        main .sidebar .ld .box-content .c-thumb a{
            color:#000;
            text-decoration:none;
            cursor:pointer;
        }
      main .sidebar .ld .box-content .c-content {
        font-size: 11px;
        padding-bottom: 10px; }
    main .sidebar .box-lk select {
      color: #8c8355;
      border-radius: 2px;
      width: 100%;
      padding: 3px;
      background: #f0eee7;
      outline: none; }
    main .sidebar .box {
      border-radius: 10px;
      margin-bottom: 25px; }
      main .sidebar .box .box-title {
        padding: 6px 6px;
        cursor: default;
        border-radius: 10px 10px 0 0;
        text-transform:uppercase;
        background: linear-gradient(360deg, #750f2d 0%, #ef683f 100%); }
      main .sidebar .box .box-title a{
          color:#fff;
      }
        main .sidebar .box .box-title p {
          font-size: 12px;
          line-height: 18px;
          font-weight: bold;
          text-transform: uppercase;
          color: #fff;
          text-align: center; }
      main .sidebar .box .box-content {
        border-radius: 0 0 10px 10px;
        border: 1px solid #d3d3d3;
        background-color: #f8f8f8; }

footer {
  border-top: 7px solid #9e2416;
  background-color: #ed6107;
  position: relative;
  width: 100%;
  height: auto; }
  footer .f-body {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 0;
    z-index: 5; }
    footer .f-body #f-thumb {
      padding-right: 20px; }
    footer .f-body #f-main p {
      font-size: 13px;
      font-weight: bold;
      line-height: 17px; }
    footer .f-body #f-main span {
      padding-top: 25px;
      font-size: 12px;
      display: block; }
  footer > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  main .traditional .the_content .s-thumb{
      float:left;margin:0px 15px 15px 0px;
  }
  main .traditional .the_content .s-thumb img{
      width: 150px;
      height: auto;
  }
  main .traditional .the_content .s-title{
      margin-bottom:5px;
  }
  main .traditional .the_content .s-time{
      font-style:italic;
      font-size:12px;
      margin-bottom:5px;
  }
  main .traditional .the_content .s-title a{
      color:#000;
      font-weight:bold;
      font-size:15px;
      text-decoration:none;
  }
  main .traditional .tra_content{
      display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*background-color:#fffced;*/
    /*-ms-flex-align: center!important;
    align-items: center!important;*/
  }
  main .traditional .the_content .s-text{
      font-size:12px;
      text-align:justify;
  }
  main .traditional .tra_content .news_1{
      -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-right:10px;
  }
  main .traditional .tra_content .news_2{
      -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-left:20px;
  }
  main .traditional .tra_content .news_2 ul li{
      line-height: 1;
    text-align: justify;
    padding-bottom: 5px;
    margin-bottom:0px;
    list-style-image: url(/Content/imgs/2019/11.png);
  }
  main .traditional .tra_content .news_2 ul li a{
      text-decoration: none;
    color: #333;
    font-size: 13px;
  }
  main .traditional .tra_content .news_2 .xt{
      font-size:12px;
  }
  .the_content .l-body{
      width:100%;
       -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .the_content .l-body .l-thumb img{
      border:1px solid #ccc;
  }
  .the_content .l-body .l-thumb,.the_content .l-body .l-thumb img{
      width:200px;
      height:auto;
      overflow:hidden;
  }
  .the_content .l-body .l-thumb{
      float:left; margin:0px 23px 23px 0px;
  }
  .the_content .l-body .l-title{
      font-weight:bold;
      font-size:14px;
      margin-bottom:10px;
  }
  .the_content .l-body .l-text{
      font-size:12px;
      margin-bottom:10px;
      text-align:justify;
  }

  .p-pagina {
    font-size: 13px;
    margin-top: 30px;
}
  .p-pagina li {
    display: inline-block;
    padding-right: 4px;
}
  .p-pagina li a {
    color: #fff;
    padding: 2px 7px;
    background-color: #f06c0a;
    border-radius: 1px;
    text-decoration:none;
}
  .p-pagina .p-act a{
    color: #fff;
    background-color: rgb(211, 59, 59);
}
  main .news_contain .tra_content{
      border:none;
      border-top:1px solid #c4c4c4;
      background-color:transparent;
  }
  main .news_contain .tra_content .l-body .l-title{
      font-size:22px;
      margin-bottom:15px;
  }
  main .news_contain .tra_content .l-body .sapo{
      font-weight:bold;
      line-height:1.5;
      text-align:justify;
  }
  main .news_contain .tra_content .l-body .l-cc p{
      margin-bottom:10px;
      margin-top:10px;
      text-align:justify;
      line-height:1.5;
  }
  main .news_contain .tra_content .l-container{
      border-top:1px solid #c4c4c4;
      padding:10px 0px;
  }
  .panner-details {
    display: flex;
    justify-content: space-between;
    margin-bottom:5px;
}
  .panner-details a{text-decoration:none;color:#333;}
  .panner-details .p-date{
      font-size:12px;
      font-style:italic;
  }
  .panner-details .p-view div{display:inline-block;font-size:12px;}
  .panner-details .b-tb {
    padding: 0 3px;
}
  .panner-details .b-tb, .panner-details .b-tt {
    color: #fff;
    font-family: 'Times New Roman',Verdana,sans-serif;
    background-color: #E68F30;
    cursor: pointer;
}
  .panner-details .b-tt {
    padding: 3px 5px;
}
  .panner-details .d-tt a {
    padding: 5px;
    background-color: lightgrey;
    border: 1px solid #bcbcbc;
    color: #000;
}
  .l-cc .author{
      font-weight:bold;
      text-align:right;
  }
  .post-relateto {
    font-size: 13px;
    margin: 30px 0;
}
  .post-relateto .p-title {
    padding: 5px 0;
    border-bottom: 2px solid #c00d0d;
    margin-bottom: 15px;
}
  .post-relateto ul {
    padding: 0 15px;
    margin: 0 15px;
}
  .post-relateto li {
        list-style-image: url(/Content/imgs/2019/11.png) !important;
    font-size: 15px;
    padding: 5px;
}
  .post-relateto li a {
    font-size: 14px;
    color: #2c6fae;
}
 main .traditional .the_content .post-relateto ul li{margin-bottom:0px;}
  .post-relateto .p-title a{
      font-weight:bold;font-size:16px;
  }
  .share-post div{display:inline-block;padding:5px;}
  .share-post {
    font-size: 14px;
    text-align: right;
}
  .doodle{
          background: #fff;
    display: flex;
    border-radius: 8px;
    border: 1px solid #dfe1e5;
    box-shadow: none;
    height: 39px;
    width: 630px;
    border-radius: 24px;
    z-index: 3;
    height: 44px;
    margin: 0 auto;
  }
  .doodle_input{
      flex: 1;
    display: flex;
    padding: 5px 4px 0 16px;
    padding-left: 20px;
  }
  .doodle_button{
      border-radius: 0;
    -webkit-border-top-right-radius: 8px;
    height: 44px;
    width: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    flex: 0 0 auto;
    padding: 0;
    border-radius: 0 8px 8px 0;
    outline: none;
    flex: 0 0 auto;
    padding-right: 13px;
  }
  .doodle_input input{
      font: 16px arial,sans-serif;
    line-height: 34px;
    height: 34px !important;
          background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.87);
    word-wrap: break-word;
    outline: none;
    display: flex;
    flex: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  .container-full{
      width:100%;
  }
  .container-full .features {
      margin-bottom:20px;
  }
  .main .container-full .traditional .tra_content .news_1{
      width:100%;
          -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
  }
  .v-container{
      display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height:80vh;
    overflow:hidden;
  }
  .v-left{
      -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right:20px;
        overflow:hidden;
  }
  .v-right{
      -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    height:100%;
    overflow:hidden;
    padding-right:5px;
  }
  .v-right:hover{
      overflow-y:scroll;
      padding-right:0px;
  }
  main .traditional .video_content{
      padding:10px;
      background-color:#fffced;
      margin-bottom:20px;
  }
  .v-left-thumb{
      width:100%;
  }
  .v-left-thumb .thumb{
      max-height:55vh;
      overflow:hidden;
  }
  .v-left-thumb img{
      width:100%;
  }
  .media-icon{
      position: absolute;
    background: transparent url(http://baobinhphuoc.com.vn/content/Imgs/Icon/media.png) no-repeat;
    background-size: 100% 100%;
    width: 16%;
    height: 26.4%;
    z-index: 999;
    bottom: 5px;
    left: 5px;
    transition: opacity 500ms ease-in-out;
  }
  .v-left-thumb .thumb,.home-media-item .thumb{
      position:relative;
      overflow:hidden;
  }
  .v-left-disc{
      width:100%;
      margin-top:10px;
  }
  .home-media-title{
      font-size:20px;
      color:#9e2416;
      font-weight:bold;
  }
  .home-media-summ{
      font-size:13px;
      margin-top:10px;
      line-height:1.5;
      text-align:justify;
  }
  .home-media-item:first-child{
      padding-top:0px;
  }
  .home-media-item:last-child{
      border-bottom:none;
  }
  .home-media-item{
      width:100%;
      float:left;
      padding:10px 0px;
      border-bottom:1px dotted #ccc;
  }
  .home-media-item .thumb{
      width:50%;
      float:left;
      padding-right:10px;
  }
  .home-media-item .thumb img{
      width:100%;
  }
  .home-media-item-title{
      width:50%;
      float:left;
      
  }

  .scroll-style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.scroll-style-3::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.scroll-style-3::-webkit-scrollbar-thumb
{
	background-color: #9e2416;
}
.swt img{
    max-width:100%;
}
.swt *{
    margin:0px;
}
/*# sourceMappingURL=style.css.map */
