@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Roboto:300,400,500,700&subset=latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin-ext,vietnamese");
body {
  font-size: 14px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5; }

.wapper {
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  position: relative; }

img {
  max-width: 100%; }

.div-table {
  display: table;
  width: 100%; }

.div-table-cell {
  display: table-cell;
  vertical-align: middle; }

.flex-row {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative; }

.flex-row-top {
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

.flex-col {
  max-height: 100%; }

.flex-left {
  margin-right: auto; }

.flex-right {
  margin-left: auto; }

.vertical {
  display: table;
  height: 100%;
  width: 100%; }

.middle {
  display: table-cell;
  vertical-align: middle; }

.center {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

.full-width {
  display: block;
  width: 100%;
  overflow: hidden; }

.pad-0 {
  padding: 0; }

.margin-0 {
  margin: 0 !important; }
.detail-new table td{
  padding: 4px
}
.detail-new table[align="left"]{
  margin-right: 10px;
  margin-top: 10px;
}
.detail-new table[align="right"]{
  margin-left: 10px;
  margin-top: 10px;
}
.content-standard-ck {
  color: #282828;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400; }

.content-standard-ck p {
  display: block;
  -webkit-margin-before: 0.7em;
  -webkit-margin-after: 0.7em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
  border: 1px solid #eee; }

.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #eee;
  text-align: left;
  font: 13px/18px "arial"; }

.content-standard-ck table tr:hover {
  background-color: #F8FAFB; }

.content-standard-ck ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px; }

@media (max-width: 767px) {
  html {
    font-size: 3px !important; }

  .flex-row-top {
    display: block; }
    .flex-row-top .flex-col {
      width: 100% !important;
      max-width: 100% !important;
      padding: 0px !important; }

  .slick-prev, .slick-next {
    display: none !important; }

  .wapper {
    overflow: hidden; } }
.title-1 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #528c3c;
  padding-bottom: 20px;
  margin-bottom: 35px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 767px) {
    .title-1 {
      font-size: 20px; } }
  .title-1:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0px;
    width: 130px;
    height: 21px;
    background-image: url(../images/cover-title.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
    margin: auto; }
  .title-1.center {
    float: left;
    width: 100%; }

.left .title-1:after {
  right: initial; }

.owl-nav .owl-prev {
  position: absolute;
  right: 40px;
  top: -48px;
  font-size: 30px;
  width: 35px;
  height: 35px;
  line-height: 0px;
  border: 1px solid #d2c9c9;
  border-radius: 4px !important;
  margin: 0px;
  background: #fff;
  color: #333; }
.owl-nav .owl-next {
  position: absolute;
  right: -5px;
  top: -48px;
  font-size: 30px;
  width: 35px;
  height: 35px;
  line-height: 0px;
  border: 1px solid #d2c9c9;
  /* border-radius: 50px !important; */
  margin: 0px;
  background: #fff;
  color: #333; }

.slide-brand-logo .owl-prev {
  right: initial;
  left: 0px;
  top: Calc(50% - 20px); }

.slide-brand-logo .owl-next {
  right: 0px;
  left: initial;
  top: Calc(50% - 20px); }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #2d3276;
  color: #FFF;
  text-decoration: none;
  opacity: 1; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: 1px solid #d2c9c9;
  padding: 0 !important;
  font: inherit;
  font-size: 30px;
  line-height: 0px; }

.owl-theme .owl-dots .owl-dot span {
  background: #fff; }

.br-40 {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px; }
.br-20 {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px; }

.title-standard h2 {
  font-size: 24px;
  color: #cb0a19;
  font-weight: 500;
  text-transform: uppercase;
  margin: 15px 0px 12px 0px;
  display: inline-block;
  width: 100%; }
  .title-standard h2 span {
    border-left: 4px solid #2d3276;
    padding-left: 18px;
    padding-top: 0px; }
  @media (max-width: 767px) {
    .title-standard h2 {
      font-size: 20px; } }

.fix-top-header .bottom-header {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease; }

.fix-top-header.fixed .bottom-header {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  z-index: 99999 !important;
  background: #ffffff !important;
  box-shadow: 0px 1px 4px #ccc !important;
  visibility: visible !important; }

@media (min-width: 1200px) {
  .container {
    width: 1230px; } }
#nav-icon1 {
  height: 3.8rem;
  width: 5.7rem;
  right: 24rem;
  position: absolute;
  float: right;
  top: 8.8rem;
  z-index: 9999;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none; }
  @media (max-width: 992px) {
    #nav-icon1 {
      height: 19px;
      width: 30px;
      left: 17px;
      top: 13px;
      display: block; }
      .sidebar-right .banner-ads-right{display: block;} 
    }
  @media (max-width: 767px) {
    .banner-center-list{display: none;}
    #nav-icon1 {
      right: 15px; } }

#nav-icon1.open {
  z-index: 99999;
  top: 25px;
  position: fixed; }

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 0px;
  opacity: 1;
  left: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 0px; }

#nav-icon1 span:nth-child(2) {
  top: 8px; }
  @media (max-width: 767px) {
    #nav-icon1 span:nth-child(2) {
      top: 3rem; } }

#nav-icon1 span:nth-child(3) {
  bottom: 0px; }

#nav-icon1.open span {
  background: #ffdb00; }

#nav-icon1.open span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1.open span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/*END BTN NAV*/
.btn-style-1 {
  min-width: 160px;
  height: 45px;
  line-height: 48px;
  background: #fff;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  padding: 0px 1.5rem;
  color: #7db344;
  border-radius: 4px; }
  .btn-style-1:hover {
    background: #7db344;
    color: #fff; }

#header {
  position: relative;
  z-index: 999;
  box-shadow: 0px 1px 8px #ccc; }

.logo {
  width: 200px;
  margin: 0px 0;
  float: left; }
  @media (min-width: 768px) and (max-width: 991px) {
    .logo {
      margin-bottom: 10px;
      width: 97px;
      margin-right: 15px; } }
  @media (max-width: 767px) {
    .logo {
      width: 100%;
      margin: 20px 0;
      float: left;
      text-align: center; } }

@media (max-width: 991px) {
  .narbar-main .main-menu {
    height: 45px; }
    .narbar-main .main-menu ul {
      display: none; } }

@media (max-width: 991px) {
  .banner-ads {
    padding-top: 5px !important; } }

@media (max-width: 992px) {
  .bottom-header .container {
    position: relative; } }

.narbar-main {
  float: left;
  position: relative;
  padding-right: 50px;
  width: 100%; }

.main-menu {
  font-weight: 300;
  margin: 0 auto;
  float: left;
  margin-top: 0px;
  width: 100%;
  position: relative;
  background: #0073b7; }
  .main-menu > ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: left;
    display: block;
    list-style: none;
    box-sizing: border-box; }
    .main-menu > ul > li {
      float: initial;
      width: initial;
      margin: 0px;
      padding: 0px 15px;
      position: relative;
      text-align: left;
      display: inline-block;
      list-style: none;
      box-sizing: border-box; 
	  }
      .main-menu > ul > li:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0px;
        height: 70%;
        bottom: 0;
        margin: auto;
        width: 1px;
        background: #0283d0;
        border-right: 1px solid #006099; }
      .main-menu > ul > li:last-child:after {
        display: none; }
      @media (max-width: 1200px) {
        .main-menu > ul > li {
          padding: 0px 7px; } }
      .main-menu > ul > li:hover > a, .main-menu > ul > li.active > a {
        color: #90d438;
        font-weight: 400; }
      .main-menu > ul > li a {
        color: #fff;
        font-size: 12px;
        padding: 15px 0 12px 0;
        font-family: Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        position: relative;
        font-weight: bold;
        display: inline-block; }
      .main-menu > ul > li.home-icon {
        padding: 0px 5px; }
        .main-menu > ul > li.home-icon a {
          text-indent: -8000px;
          background: url(../images/icon-home.png) center center no-repeat;display: block;
    width: 30px; }
        .main-menu > ul > li.home-icon:hover a, .main-menu > ul > li.home-icon.active a {
          background: url(../images/icon-home-hover.png) center center no-repeat; }
      .main-menu > ul > li.active > a:after {
        opacity: 1;
        visibility: visible; }
      .main-menu > ul > li > ul {
        float: left;
        width: 100%;
        margin: 0px;
        padding: 0px;
        position: absolute;
        text-align: left;
        display: block;
        list-style: none;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        top: 120%;
        min-width: 240px;
        box-shadow: 0px 2px 7px #0240b06b;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease; }
        .main-menu > ul > li > ul > li > a {
          font-family:  Arial, Helvetica, sans-serif;
          font-size: 14px;
          padding: 13px;
          background: #fff;
          display: inline-block;
          width: 100%;
          color: #000;
          text-transform: initial;
          border-bottom: 1px solid #e1e1e1; }
          .main-menu > ul > li > ul > li > a:hover {
            background: #ebebeb;
            font-family:  Arial, Helvetica, sans-serif;}
        .main-menu > ul > li > ul > li > ul {
          float: left;
          width: 100%;
          margin: 0px;
          padding: 0px;
          position: absolute;
          text-align: left;
          display: block;
          list-style: none;
          box-sizing: border-box;
          opacity: 0;
          visibility: hidden;
          top: 0px;
          left: 120%;
          background: #fff;
          min-width: 240px;
          box-shadow: 0px 2px 7px #0240b06b;
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease; }
          .main-menu > ul > li > ul > li > ul > li > a {
            font-family:  Arial, Helvetica, sans-serif;
            font-size: 14px;
            padding: 13px;
            background: #fff;
            display: inline-block;
            width: 100%;
            color: #000;
            text-transform: initial;
            border-bottom: 1px solid #e1e1e1; }
            .main-menu > ul > li > ul > li > ul > li > a:hover {
              background: #ebebeb; }
        .main-menu > ul > li > ul > li:hover > ul {
          opacity: 1;
          visibility: visible;
          top: 0;
          left: 100%; }
      .main-menu > ul > li:hover > ul {
        opacity: 1;
        visibility: visible;
        top: 100%; }

.open-navbar .narbar-main {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  background: rgba(0, 0, 0, 0.81);
  background-size: cover; }
  .open-navbar .narbar-main ul li {
    list-style: none;
    float: left;
    position: relative;
    width: 100%; }
    .open-navbar .narbar-main ul li:after {
      display: none; }

body.open-navbar {
  overflow: hidden; }
  body.open-navbar .main-menu > ul {
    border-bottom: 0px; }
    body.open-navbar .main-menu > ul li:hover > a, body.open-navbar .main-menu > ul li.active > a {
      color: #cb0918;
      font-weight: 700; }
    body.open-navbar .main-menu > ul li a:after {
      display: none; }
    body.open-navbar .main-menu > ul > li > a {
      padding: 30px 0px 15px 0px;
      width: 100%;
      text-align: left;
      color: #fff; }
    body.open-navbar .main-menu > ul > li > ul {
      position: relative;
      margin: 0px;
      padding: 0px;
      opacity: 1;
      visibility: visible;
      top: 0px;
      box-shadow: 0px 2px 7px #3838386b;
      display: none; }
      body.open-navbar .main-menu > ul > li > ul.open {
        display: block; }
      body.open-navbar .main-menu > ul > li > ul > li > a {
        background: transparent;
        display: inline-block;
        width: 100%;
        color: #fff;
        text-transform: initial;
        border-bottom: 1px solid #e1e1e126; }
        body.open-navbar .main-menu > ul > li > ul > li > a:hover {
          background: transparent; }

.open-navbar .narbar-main {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  position: fixed;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: block;
  top: 0px; }

@media (max-width: 767px) {
  body.open-navbar #header {
    background: transparent;
    position: relative;
    z-index: 99999; }

  .main-menu {
    float: right;
    width: 100%;
    max-width: 100%; }

  .open-navbar .narbar-main::-webkit-scrollbar {
    width: 1px; } }
@media (max-width: 991px) {
  .btn-down-mobile {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 30px;
    cursor: pointer;
    z-index: 9999; }
    .btn-down-mobile:after {
      content: "";
      position: absolute;
      top: 14px;
      right: 8px;
      width: 15px;
      height: 1px;
      background: #fff; }
    .btn-down-mobile:before {
      content: "";
      position: absolute;
      top: 7px;
      right: 50%;
      width: 1px;
      height: 15px;
      background: #fff; }
    .btn-down-mobile.open:before {
      display: none; } }
.top-header {
  background: #e7e7e7;
  padding: 3px 0px; }
  .top-header .cover-top-header {
    font-size: 14px; }
    .top-header .cover-top-header p, .top-header .cover-top-header span {
      margin-bottom: 0; }
    .top-header .cover-top-header .left-top {
      float: left;
      margin-top: 3px; }
      .top-header .cover-top-header .left-top p {
        color: #9a9a9a;
        font-size: 12px; }
      @media (max-width: 480px) {
        .top-header .cover-top-header .left-top {
          width: 100%;
          text-align: center;
          display: block; } }
      .top-header .cover-top-header .left-top ul {
        margin-bottom: 0; }
        .top-header .cover-top-header .left-top ul li {
          color: #fff;
          display: inline-block;
          margin-right: 8px; }
          .top-header .cover-top-header .left-top ul li i {
            margin-right: 8px; }
          .top-header .cover-top-header .left-top ul li a {
            color: #fff; }
            .top-header .cover-top-header .left-top ul li a:hover {
              text-decoration: underline;
              color: #90d438; }
    .top-header .cover-top-header .right-top {
      float: right; }
      @media (max-width: 480px) {
        .top-header .cover-top-header .right-top {
          width: 100%;
          text-align: center; } }
      .top-header .cover-top-header .right-top .box-login-register {
        float: left;
        color: #fff; }
        .top-header .cover-top-header .right-top .box-login-register i {
          margin-right: 7px; }
        .top-header .cover-top-header .right-top .box-login-register a {
          color: #9a9a9a;
          margin-left: 8px;
          font-size: 12px;
          text-transform: uppercase;
          font-family:  Arial, Helvetica, sans-serif;
          font-weight: 600; }
          .top-header .cover-top-header .right-top .box-login-register a:hover {
            text-decoration: underline;
            color: #90d438; }
        .top-header .cover-top-header .right-top .box-login-register span {
          color: #9a9a9a;
          font-size: 12px;
          display: inline-block;
          margin-left: 8px;
          font-family:  Arial, Helvetica, sans-serif;
          font-weight: 600; }
      .top-header .cover-top-header .right-top .shopping-cart-box {
        margin-left: 8px;
        float: right; }
        .top-header .cover-top-header .right-top .shopping-cart-box i {
          margin: 0 8px; }
        .top-header .cover-top-header .right-top .shopping-cart-box a, .top-header .cover-top-header .right-top .shopping-cart-box span {
          display: inline-block;
          color: #fff; }

.box-search-index {
  float: right;
  margin-top: 5px;
  width: 34px;
  height: 35px;
  position: absolute;
  right: 12px;
  max-width: 320px;
  outline: none;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s; }
  .box-search-index i.fa-search {
    background: url(../images/icon-search.png) center center no-repeat;
    width: 100%;
    height: 100%; }
    .box-search-index i.fa-search:before {
      content: "Search";
      position: absolute;
      color: #fff;
      right: 39px;
      top: 15px;
      font-family:  Arial, Helvetica, sans-serif;
      font-size: 12px; }
  @media (max-width: 767px) {
    .box-search-index {
      float: left;
      margin-top: 6px;
      width: 220px;
      height: 35px;
      position: absolute;
      right: 8px;
      max-width: 220px;
      margin-left: 10px; } }
  .box-search-index button {
    background: transparent;
    border: none;
    color: #4f5a54;
    position: absolute;
    right: 0;
    top: -1px;
    outline: none;
    width: 40px;
    height: 40px; }
  .box-search-index .form-text-search {
    position: absolute;
    right: 0;
    width: 100%;
    padding: 0px;
    top: 0px;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    outline: none; }
    @media (max-width: 767px) {
      .box-search-index .form-text-search {
        background: transparent; } }
  .box-search-index .st-input-text {
    width: 100%;
    height: 34px;
    padding-left: 10px;
    font-size: 13px;
    border: none;
    background: #58595a;
    border-radius: 50px;
    color: #fff;
    float: right;
    opacity: 0;
    visibility: hidden;
    outline: none; }
    .box-search-index .st-input-text::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    .box-search-index .st-input-text::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .box-search-index .st-input-text:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .box-search-index .st-input-text:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
    @media (max-width: 767px) {
      .box-search-index .st-input-text {
        opacity: 1;
        visibility: visible; } }
  .box-search-index.open {
    width: 100%; }
    .box-search-index.open .st-input-text {
      opacity: 1;
      visibility: visible; }
    .box-search-index.open button {
      color: #fff; }
      .box-search-index.open button i:before {
        display: none; }

.box-languages {
  float: right;
  position: relative;
  margin-left: 30px; }
  @media (max-width: 410px) {
    .box-languages {
      margin-left: 0px;
      margin-right: -10px; } }

.fix-top-header .relative-zone {
  position: relative;
  display: inline-block;
  width: 100%; }
  .fix-top-header .relative-zone .bottom-header {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%; }
    @media (max-width: 992px) {
      .fix-top-header .relative-zone .bottom-header {
        position: relative;
        display: inline-block; } }
    .fix-top-header .relative-zone .bottom-header .max-width {
      max-width: 100%;
      margin: 0 auto; }
@media (max-width: 480px) {
  .fix-top-header .container {
    padding: 0px; }
  .fix-top-header .cont-banner-top {
    bottom: 0px; } }

.list-banner-header {
  display: flex;
  margin: 15px 0; }
  @media (max-width: 767px) {
    .list-banner-header {
      display: none; } }
  .list-banner-header a {
    padding: 0px 5px; }
    .list-banner-header a:last-child {
      padding-right: 0; }

@media (max-width: 767px) {
  .box-search-index i.fa-search:before {
    display: none; } }
.banner-ads {
  float: left;
  width: 100%;
  padding: 15px 0px; }

.big-news {
  float: left;
  width: Calc(100% - 192px); }
  .big-news .img img {
    width: 100%; }
  @media (max-width: 767px) {
    .big-news {
      width: Calc(100% - 185px); } }
  @media (max-width: 700px) {
    .big-news {
      width: 100%; } }
  .big-news .title h2 {
    font-size: 24px;
    color: #22416c;
    font-weight: 400;
    float: left;
    width: 100%;
    margin: 15px 0 10px 0; }
    .big-news .title h2 a {
      font-size: 24px;
      color: #22416c; }
  .big-news .title p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0; }

.content-detail {
  float: left;
  width: Calc(100% - 192px); }
  .content-detail .img img {
    width: 100%; }
  @media (max-width: 767px) {
    .content-detail {
      width: Calc(100% - 185px); } }
  @media (max-width: 700px) {
    .content-detail {
      width: 100%; } }

.content-list {
  float: left;
  width: Calc(100% - 192px); }
  .content-list .img img {
    width: 100%; }
  @media (max-width: 767px) {
    .content-list {
      width: Calc(100% - 185px); } }
  @media (max-width: 700px) {
    .content-list {
      width: 100%; } }
  .content-list .big-news {
    width: 100%; }

.latest-new {
  width: 178px;
  float: right;
  padding: 0 15px;
  padding-right: 0;
  border-left: 1px solid #ebebeb; }
  .latest-new .img-latest-new {
    float: left;
    width: 100%;
    margin-bottom: 10px; }
    .latest-new .img-latest-new img {
      width: 100%; }
  @media (max-width: 767px) {
    .latest-new {
      width: 170px; } }
  @media (max-width: 700px) {
    .latest-new {
      width: 100%;
      padding: 20px 0px;
      border: none; } }
  .latest-new h2 {
    color: #333333;
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 0 7px 0;
    border-bottom: 1px solid #000;
    margin-bottom: 2px; }
  .latest-new ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .latest-new ul li {
      float: left;
      width: 100%;
      padding-bottom: 10px;
      margin-top: 10px;
      border-bottom: 1px dotted #ccc; 
	  font-size:16px;
	  }
      .latest-new ul li:last-child {
        border-bottom: none;
        margin-bottom: 0; }
      .latest-new ul li h3 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px; }
        .latest-new ul li h3 a {
          font-size: 14px;
          font-weight: 700;
          color: #000; }
          .latest-new ul li h3 a:hover {
            color: #90d438; }

.top-exporter {
  float: left;
  width: 100%;
  margin-bottom: 15px; }
  .top-exporter .list-exporter .row {
    margin: 0px -7px; }
    .top-exporter .list-exporter .row .col-lg-3 {
      padding: 0px 7px;
      margin-bottom: 20px; }
  .top-exporter .list-exporter .cate-exporter h3 {
    font-size: 16px;
    margin: 0;
    background: #0073b7;
    text-align: center;
    color: #fff;
    padding: 11px 5px;
    float: left;
    width: 100%; }
  .top-exporter .list-exporter .cate-exporter ul {
    float: left;
    width: 100%;
    padding: 11px;
    border: 1px solid #ebebeb;
    list-style: none;
    margin: 0; }
    .top-exporter .list-exporter .cate-exporter ul li {
      float: left;
      width: 100%;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px dotted #ccc; }
      .top-exporter .list-exporter .cate-exporter ul li:last-child {
        border-bottom: none;
        margin-bottom: 0; }
      .top-exporter .list-exporter .cate-exporter ul li h4 {
        font-size: 16px;
        margin: 0; 
        line-height: 17px; }
        .top-exporter .list-exporter .cate-exporter ul li h4 a {
          font-size: 16px;
          color: #143a7e; }
          .top-exporter .list-exporter .cate-exporter ul li h4 a:hover {
            color: #90d438; }
      .top-exporter .list-exporter .cate-exporter ul li p {
        margin-top: 10px;
        font-size: 16px;
        color: #000;
        font-weight: 500;
        margin-bottom: 0;
        line-height: 18px; }

.oppertunities {
  float: left;
  width: 100%; }
  .oppertunities .list-buy, .oppertunities .list-sell {
    float: left;
    width: 100%;
    margin-top: 10px; }
    .oppertunities .list-buy h3, .oppertunities .list-sell h3 {
      margin: 0 0px 5px 0px;
      color: #143a7e;
      font-size: 16px; 
	  line-height:1.3;
      /*text-transform: uppercase;*/ }
      .oppertunities .list-buy h3 .circle, .oppertunities .list-sell h3 .circle {
        float: left;
        width: 7px;
        height: 7px;
        background: #ff0000;
        margin-right: 10px;
        margin-top: 4px; }
    .oppertunities .list-buy ul, .oppertunities .list-sell ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      margin-bottom: 15px;
      float: left;
      width: 100%; }
      .oppertunities .list-buy ul li, .oppertunities .list-sell ul li {
        float: left;
        width: 100%;
        padding-bottom: 7px;
        margin-bottom: 7px;
        border-bottom: 1px dotted #ccc; }
        .oppertunities .list-buy ul li:last-child, .oppertunities .list-sell ul li:last-child {
          border-bottom: none;
          margin-bottom: 0; }
        .oppertunities .list-buy ul li p, .oppertunities .list-sell ul li p {
          color: #000;
          font-weight: 500;
          margin-bottom: 0; }
        .oppertunities .list-buy ul li .author, .oppertunities .list-sell ul li .author {
          margin-top: 15px;
          font-weight: 400; }
          .oppertunities .list-buy ul li .author span, .oppertunities .list-sell ul li .author span {
            margin-right: 30px; }
            .oppertunities .list-buy ul li .author span a, .oppertunities .list-sell ul li .author span a {
              color: #143a7e;
              text-decoration: underline;
              font-weight: 500; }
            .oppertunities .list-buy ul li .author span i, .oppertunities .list-sell ul li .author span i {
              margin-right: 6px; }
            .oppertunities .list-buy ul li .author span:last-child, .oppertunities .list-sell ul li .author span:last-child {
              color: #939393; }

.brand-logo {
  float: left;
  width: 100%; }

.title-center {
  font-family:  Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #143a7e;
  font-size: 18px;
  text-transform: uppercase;
  margin: 5px 0px 10px 0;
  border-bottom: 1px solid #ebebeb;
  float: left;
  width: 100%;
  padding-bottom: 5px; }
  .title-center a.view-more {
    font-size: 12px;
    color: #000;
    float: right;
    text-transform: initial;
    font-weight: 500;
    font-family:  Arial, Helvetica, sans-serif;
    margin-top: 3px;
    padding-right: 15px;
    background: url(../images/arrow-right.png) center right no-repeat; }

.slide-brand-logo {
  float: left;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin: 2px 0px; }

.img-scale {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transform: scale(1); }
  .img-scale:hover {
    transform: scale(1.1); }

.shine {
  overflow: hidden;
  position: relative; }

.shine:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%); }

/* Hover state - trigger effect */
.shine:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease; }

/* Active state */
.shine:active:after {
  opacity: 0; }

.sidebar-right .item-50-right img, .sidebar-right .item-50-right iframe {
  width: 100%; }

.banner-ads-right {
  float: left;
  width: 100%; }
  .banner-ads-right a {
    float: left;
    width: 100%;
    margin: 10px 0px; }
    .banner-ads-right a img {
      width: 100%; }

.owl-carousel .owl-item .item-brand {
  float: left;
    width: Calc(100%/6);
    text-align: center;
    margin: 15px 0;
    height: 93px;
    padding: 0 5px; }

.owl-carousel .owl-item .item-brand img {
  display: inline-block;
  width: initial; }

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 3px;
  background: #c0c0c0;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 0; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #cc2721; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 3px;
  margin-bottom: 10px; }

.morecontent span {
  display: none; }

.morelink {
  color: #90d438;
  font-weight: 400;
  text-decoration: underline; }

.sidebar-right {
  float: left;
  width: 100%; }
  @media (max-width: 992px) {
    .sidebar-right {
      margin-top: 20px; } }

.login-form-index {
  float: left;
  width: 100%;
  background: #e9e9e9;
  padding: 17px 20px 10px 20px; }
  .login-form-index .item-form {
    float: left;
    width: 100%;
    margin-bottom: 10px; }
    .login-form-index .item-form label {
      font-weight: 500;
      float: left;
      width: 80px;
      font-size: 13px;
      margin-top: 4px; }
    .login-form-index .item-form .group-input {
      float: left;
      width: Calc(100% - 80px); }
      .login-form-index .item-form .group-input input {
        width: 100%; }
      .login-form-index .item-form .group-input .btn-sign-in {
        background: #0073b7;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        border: none;
        padding: 4px 12px;
        white-space: nowrap;
        margin-right: 4px;
        font-size: 13px; }
        .login-form-index .item-form .group-input .btn-sign-in:hover {
          background: #90d438; }
      .login-form-index .item-form .group-input .btn-register {
        background: #9bc959;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        border: none;
        padding: 4px 10px;
        font-size: 13px;
        white-space: nowrap; }
        .login-form-index .item-form .group-input .btn-register:hover {
          background: #90d438; }
  .login-form-index .forgot-password p {
    margin: 0;
    color: #0073b7;
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px dotted #999;
    padding-top: 8px;
    margin-top: 5px;
    font-size: 13px; }

.title-right {
  font-family:  Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #143a7e;
  font-size: 18px;
  text-transform: uppercase;
  margin: 5px 0px 10px 0;
  border-bottom: 3px double #ebebeb;
  float: left;
  width: 100%;
  padding-bottom: 5px; }

.video-index {
  float: left;
  width: 100%;
  margin-bottom: 15px; 
  margin-top:15px;}
  .video-index .item-video .img {
    float: left;
    width: 100%;
    margin-bottom: 10px; }
    .video-index .item-video .img img {
      width: 100%; }
  .video-index .item-video h3 {
    color: #143a7e;
    font-size: 14px;
    font-weight: 600;
    float: left;
    width: 100%;
    line-height: 21px;
    margin: 0px; }
    .video-index .item-video h3 a {
      color: #143a7e;
      font-size: 14px;
      font-weight: 600; }
      .video-index .item-video h3 a:hover {
        color: #90d438; }
.item-video iframe {
    max-width: 100%; }
@media (max-width: 767px) {
      .item-video iframe {
        width:100%; height:250px;} }
.exprtter {
  float: left;
  width: 100%;
  margin-bottom: 15px; }
  .exprtter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%; }
    .exprtter ul li {
      float: left;
      width: 100%;
      padding-bottom: 6px;
      margin-bottom: 6px;
      border-bottom: 1px solid #ebebeb; }
      .exprtter ul li:last-child {
        border-bottom: none;
        margin-bottom: 0; }
      .exprtter ul li a {
        color: #143a7e;
        font-size: 16px;
        font-weight: 600; }
        .exprtter ul li a:hover {
          color: #90d438; }

.exprtter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  max-height: 500px;
  overflow-y: scroll;
  padding-right: 10px; }

.exprtter ::-webkit-scrollbar {
  width: 3px; }

.exprtter ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.exprtter ::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey; }

#header, #main, .fix-top-header {
  float: left;
  width: 100%; }

.wapper {
  float: left;
  width: 100%; }

footer {
  overflow: hidden; }

.border-right {
  border-right: 1px solid #ebebeb; }

.banner-center-list {
  float: left;
  width: 100%;
  margin-top: 15px; }
  .banner-center-list img {
    width: 100%; }

.list-news {
  float: left;
  width: 100%; }
  .list-news .item-new {
    float: left;
    width: 100%;
    border-top: 1px dotted #000;
    padding-top: 15px;
    margin-top: 15px; }
    .list-news .item-new .img-item-new {
      float: left;
      width: 200px; }
      .list-news .item-new .img-item-new img {
        width: 100%; 
		padding-right: 15px; 
		}
      @media (max-width: 480px) {
        .list-news .item-new .img-item-new {
          width: 100%;
          margin-bottom: 10px; } }
    .list-news .item-new .title-item-new {
      float: left;
      width: Calc(100% - 200px);
      }
	  .list-news .item-new .title-item-new-noimage {
      float: left;
      width: 100%;
      }
      @media (max-width: 480px) {
        .list-news .item-new .title-item-new {
          padding-left: 0px;
          width: 100%; } }
      .list-news .item-new .title-item-new h3 {
        font-size: 18px;
        margin: 0 0px 6px 0;
        font-weight: 600; }
        .list-news .item-new .title-item-new h3 a {
          color: #333333;
          font-size: 18px; 
		  line-height:1.5;
		  }
      .list-news .item-new .title-item-new span {
        color: #cecece;
        font-size: 16px;
        float: left;
        width: 100%;
        margin-bottom: 6px; }
		.list-news .item-new .title-item-new-noimage h3 {
        font-size: 18px;
        margin: 0 0px 6px 0;
        font-weight: 600; }
        .list-news .item-new .title-item-new-noimage h3 a {
          color: #333333;
          font-size: 18px; 
		  line-height:1.5;
		  }
      .list-news .item-new .title-item-new-noimage span {
        color: #cecece;
        font-size: 16px;
        float: left;
        width: 100%;
        margin-bottom: 6px; }


.pagination {
  float: left;
  width: 100%; }
  .pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left; }
    .pagination ul li {
      display: inline-block;
      width: 25px;
      height: 25px;
      text-align: center;
      background: #ccc;
      line-height: 28px;
      font-weight: 500; }
      .pagination ul li.active, .pagination ul li:hover {
        background: #0073b7; }
      .pagination ul li a {
        color: #fff; }
  .pagination .search-by-day {
    float: right;
    width: 200px;
    position: relative; }
    .pagination .search-by-day input {
      width: 100%;
      float: left;
      border: 1px solid #ebebeb;
      color: #ccc; }
    .pagination .search-by-day img {
      position: absolute;
      right: 5px;
      top: 4px; }

.navigator {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 4px 0px;
  margin-bottom: 13px; }
  .navigator a {
    color: #22416c;
    font-weight: 400; }
    .navigator a:last-child {
      font-weight: 600; }
  .navigator span {
    display: inline-block;
    margin: 0px 3px; }

.detail-new h1 {
  font-size: 24px;
  color: #22416c;
  font-weight: 700;
  line-height:1.4;
   }
.detail-new .time {
  font-size: 12px;
  color: #a8a8a8; }

.like-share a {
  float: right;
  margin-left: 10px; }

.sort-desc {
  color: #333333;
  float: left;
  width: 100%;
  margin-bottom: 12px; }

.desc {
	font-size:16px;
  color: #333333; }
  .desc img {
    margin-bottom: 12px; }

.author-new {
  float: left;
  width: 100%;
  text-align: right; }

.other-new {
  float: left;
  width: 100%;
  margin: 20px 0; }
  .other-new ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%; }
    .other-new ul li {
      float: left;
      width: 100%;
      padding-bottom: 6px;
      margin-bottom: 6px;
      border-bottom: 1px solid #ebebeb;
      position: relative;
      padding-left: 18px;
	  font-size: 16px;
	   }
      .other-new ul li:after {
        content: "";
        position: absolute;
        left: 0px;
        top: 7px;
        width: 5px;
        height: 5px;
        background: #828282; }
      .other-new ul li:last-child {
        border-bottom: none;
        margin-bottom: 0; }
      .other-new ul li a {
        color: #143a7e;
        font-size: 16px;
        font-weight: 600; }
        .other-new ul li a:hover {
          color: #90d438; }
        .other-new ul li a span {
          color: #bfbfbf;
          margin-left: 10px;
          font-size: 13px;
          font-weight: 400; }

.none-index .fix-top-header .relative-zone .bottom-header {
  position: relative; }
.none-index .sidebar-right {
  margin-top: 7px; }

.item-new-hot {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #ccc; }

.img-item-new-hot {
  float: left;
  width: 100px;
  margin-bottom: 7px;
  margin-right: 15px; }

.title-item-new-hot h2 {
  clear: initial;
  margin-bottom: 10px;
  margin-top: 0px;
  line-height: 17px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.title-item-new-hot h2 a {
  color: #000;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 19px;
  font-weight: 600; }

.title-item-new-hot span {
  color: #8f8f8f;
  margin-bottom: 10px;
  font-size: 12px; }

.title-item-new-hot span i {
  margin-right: 5px; }

.title-item-new-hot p {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 23px;
  color: #000;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.list-news-duhoc {
  float: left;
  width: 100%; }

.item-news-duhoc {
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  .item-news-duhoc:hover {
    box-shadow: 0px 0px 10px #00000078; }

.ctn-item-news-duhoc {
  /* padding: 15px; */
  background: #ebebeb;
  position: relative;
  min-height: 100px;
  display: table;
  width: 100%;
  padding: 15px;
  padding-left: 170px; }

.img-item-news-duhoc {
  float: left;
  width: 100%;
  position: relative;
  max-height: 370px;
  overflow: hidden; }

.img-item-news-duhoc img {
  width: 100%; }

.img-item-news-duhoc:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  height: 100%;
  background: #2d3276bd;
  border-left: 6px solid #2d3276; }

.date-item-news-duhoc {
  float: left;
  width: 150px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background: #2d3276bd;
  border-left: 6px solid #2d3276;
  padding-top: 50px; }

.date-item-news-duhoc p {
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 7px; }

.date-item-news-duhoc p i {
  margin-right: 7px; }

.title-item-news-duhoc h2 a {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-family:  Arial, Helvetica, sans-serif;
  line-height: 24px; }

.title-item-news-duhoc h2 {
  margin: 0px; }

.title-item-news-duhoc h2 a:hover {
  color: rgba(76, 185, 246, 0.69); }

.title-item-news-duhoc p {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #444;
  line-height: 21px; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb a, .breadcrumb span {
  margin-right: 6px;
  color: #000; }
  .breadcrumb a:hover, .breadcrumb span:hover {
    color: #cb0918; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ "; }

.breadcrumb > .active {
  color: #777; }

.paginate {
  display: inline-block;
  width: 100%; }
  .paginate ul {
    list-style: none; }

@media screen and (max-width: 480px) {
  .ctn-item-news-duhoc {
    /* padding: 15px; */
    background: #ebebeb;
    position: relative;
    min-height: 100px;
    display: table;
    width: 100%;
    padding: 15px;
    padding-left: 15px;
    padding-right: 13px; }

  .date-item-news-duhoc {
    float: left;
    width: 100%;
    position: absolute;
    left: 0px;
    top: -42px;
    height: 42px;
    background: rgba(76, 185, 246, 0.69);
    border-left: 6px solid #354ea2;
    padding-top: 12px;
    margin-bottom: 15px; }

  .date-item-news-duhoc p {
    padding-left: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 7px;
    float: left; }

  .img-item-news-duhoc:after {
    display: none; } }
.item-news {
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  .item-news .img {
    height: 230px;
    overflow: hidden;
    float: left;
    width: 100%; }
    .item-news .img a {
      float: left;
      width: 100%;
      height: 100%; }
      .item-news .img a img {
        height: 100%;
        object-position: center;
        min-width: 100%;
        object-fit: cover; }
  .item-news .title {
    border: 1px solid #ebebeb;
    border-top: none;
    float: left;
    width: 100%;
    padding: 15px; }
    .item-news .title h3 {
      margin: 0px 0px 8px 0px;
      line-height: 22px; }
      .item-news .title h3 a {
        color: #000;
        font-family:  Arial, Helvetica, sans-serif;
        font-size: 17px;
        margin-bottom: 6px;
        line-height: 16px;
        font-weight: 600;
        text-transform: uppercase; }
    .item-news .title .timeline {
      color: #8f8f8f;
      margin-bottom: 10px;
      font-size: 14px; }
      .item-news .title .timeline i {
        margin-right: 8px; }
  .item-news:hover {
    box-shadow: 0px 0px 10px #00000078; }

.page-list-news .item-news-blog {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb; }
  .page-list-news .item-news-blog h2 {
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase; }
    .page-list-news .item-news-blog h2 a {
      color: #272727; }
      .page-list-news .item-news-blog h2 a:hover {
        color: #71ad2c; }
  .page-list-news .item-news-blog h1 {
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;
    color: #272727; }
  .page-list-news .item-news-blog .times-blog i {
    margin-right: 7px; }
  .page-list-news .item-news-blog .times-blog span {
    display: inline-block;
    margin: 0px 5px; }
  .page-list-news .item-news-blog .img {
    display: inline-block;
    width: 100%;
    margin: 15px 0; }
  .page-list-news .item-news-blog .button-view-detail {
    float: left; }
    .page-list-news .item-news-blog .button-view-detail a {
      width: 160px;
      height: 45px;
      background: #71ad2c;
      line-height: 45px;
      display: inline-block;
      text-align: center;
      border-radius: 4px;
      color: #fff;
      font-weight: 600;
      font-size: 15px; }
  .page-list-news .item-news-blog .share-blog {
    float: right;
    height: 45px;
    line-height: 45px; }
    .page-list-news .item-news-blog .share-blog a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border: 1px solid #ebebeb;
      border-radius: 50px;
      margin: 0px 7px;
      text-align: center; }
      .page-list-news .item-news-blog .share-blog a:hover {
        background: #ebebeb; }
  .page-list-news .item-news-blog .sort-desc {
    display: inline-block;
    width: 100%;
    margin: 5px 0 10px 0; }

.news-relate ul li .item-relate-product .img-relate-product {
  width: 90px;
  margin-right: 10px; }
.news-relate ul li .item-relate-product .title-relate-product {
  width: Calc(100% - 110px); }
  .news-relate ul li .item-relate-product .title-relate-product h3 {
    margin: 0px 0px 7px 0px; }
  .news-relate ul li .item-relate-product .title-relate-product .times {
    font-size: 13px; }
    .news-relate ul li .item-relate-product .title-relate-product .times i {
      margin-right: 5px; }

.list-tags ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-tags ul li {
    display: inline-block; }
    .list-tags ul li a {
      display: inline-block;
      padding: 12px 16px;
      background: #ebebeb;
      color: #333;
      margin-bottom: 12px;
      margin-right: 10px; }

.page-list-news .detail-news-blog .item-news-blog {
  border-bottom: none;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px; }

/*new relate*/
.news-relate {
  float: left;
  width: 100%; }
  .news-relate .title-news-relate h2 {
    font-size: 20px;
    margin: 30px 0px 10px 0; }
    .news-relate .title-news-relate h2 a {
      font-size: 20px;
      font-weight: 600;
      color: #272727;
      text-transform: uppercase; }
  .news-relate .slide-news-relate .time-news {
    margin-top: 15px;
    margin-bottom: 0px; }
    .news-relate .slide-news-relate .time-news i {
      margin-right: 7px; }
  .news-relate .slide-news-relate .title-item-news h2 {
    margin-top: 10px; }

.news-relate .slide-news-relate {
  margin: 0px -15px; }

.news-relate .item-news-relate {
  border: 15px solid transparent;
  width: 25%;
  float: left;
  background: #fff;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .news-relate .item-news-relate {
      width: 50%; } }

.news-relate .img-item-news {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 16rem;
  min-height: 160px;
  max-height: 200px; }

.news-relate .img-item-news a {
  float: left;
  width: 100%;
  height: 100%; }

.news-relate .img-item-news img {
  object-fit: cover;
  height: 100%;
  object-position: center;
  min-width: 100%; }

.news-relate .title-item-news {
  float: left;
  width: 100%; }

.news-relate .title-item-news h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f2220;
  margin: 15px 0px;
  line-height: 22px; }

.news-relate .title-item-news h2 a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f2220;
  margin: 0px; }

.news-relate .item-news-relate .time-news {
  color: #9d9d9d;
  font-size: 13px; }

@media screen and (max-width: 600px) {
  .news-relate .img-news-relate {
    float: left;
    width: 100%;
    position: relative;
    height: 150px;
    overflow: hidden;
    margin-bottom: 5px; }

  .news-relate .item-news-relate {
    border: 10px solid #fff;
    width: 100%;
    float: left; } }
/*end new relate*/
/*tag blog*/
.hastag {
  float: left;
  margin-top: 10px; }

.hastag .tags {
  float: left;
  padding: 3px 10px;
  background: #f7f7f7;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #847c7c; }

.tag_title {
  float: left;
  padding: 3px 10px;
  background: #f7f7f7;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #847c7c; }

.tag_title:hover {
  background: #17a349;
  color: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0); }

/*end tag blog*/
.right-social-box {
  float: right;
  display: flex; }

@media (max-width: 600px) {
  .right-social-box {
    width: 100%;
    display: block; } }
.right-social-box p {
  margin-top: 9px;
  margin-right: 10px;
  margin-bottom: 0px; }

.right-social-box a {
  width: 37px;
  height: 37px;
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  background: transparent;
  margin-right: 10px; }

.infor-news-detail .title-detail {
  margin: 10px 0px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #17a349;
  line-height: 20px; }

.infor-news-detail .time-news {
  color: #9d9d9d; }

.infor-news-detail .time-news i {
  margin-right: 5px; }

.infor-news-detail .time-news span {
  margin-right: 6px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .pagination > li.active > a {
  background-color: #5e6294;
  border-color: #5e6294; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #5e6294;
  border-color: #5e6294; }

.pagination > li > a, .pagination > li > span {
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #ebebeb;
  border-radius: 0px; }

.offer-page .oppertunities .list-buy h3, .offer-page .oppertunities .list-sell h3, .offer-page .oppertunities .list-sell h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  margin-bottom: 15px; }
.offer-page .oppertunities .list-buy ul li, .offer-page .oppertunities .list-sell ul li, .offer-page .oppertunities .list-sell ul li {
  margin-bottom: 0;
  padding-top: 7px; }
  .offer-page .oppertunities .list-buy ul li:nth-child(2n), .offer-page .oppertunities .list-sell ul li:nth-child(2n), .offer-page .oppertunities .list-sell ul li:nth-child(2n) {
    background: #f7f7f7; }
  .offer-page .oppertunities .list-buy ul li .author, .offer-page .oppertunities .list-sell ul li .author, .offer-page .oppertunities .list-sell ul li .author {
    margin-top: 3px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px; }
  .offer-page .oppertunities .list-buy ul li:last-child, .offer-page .oppertunities .list-sell ul li:last-child, .offer-page .oppertunities .list-sell ul li:last-child {
    border-bottom: 1px dotted #ccc; }
.offer-page .pagination {
  margin-top: 0; }

.tool-search {
  float: left;
  width: 100%;
  background: #2294d8; }
  .tool-search label {
    float: left;
    line-height: 44px;
    padding: 15px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0; }
    @media (max-width: 1200px) {
      .tool-search label {
        float: left;
        line-height: 17px;
        padding: 24px 15px 5px 0px;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        margin: 0;
        width: 100%;
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .tool-search label {
        float: left;
        line-height: 17px;
        padding: 24px 15px 5px 0px;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        margin: 0;
        width: 100%;
        text-align: center; } }
  .tool-search .box-select {
    float: left;
    padding: 22px 5px;
    width: 160px; }
    @media (max-width: 1200px) {
      .tool-search .box-select {
        width: 100%;
        padding: 9px 15px; } }
    .tool-search .box-select .nice-select, .tool-search .box-select input {
      border-radius: 0;
      height: 30px;
      line-height: 30px;
      width: 100%;
      padding: 0px 15px; }
      .tool-search .box-select .nice-select .list, .tool-search .box-select input .list {
        width: 100%; }
    .tool-search .box-select.box-button {
      width: 100px; }
      .tool-search .box-select.box-button button, .tool-search .box-select.box-button input[type='submit'] {
        background: #90d438;
        border: none;
        height: 30px;
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 30px; }
      @media (max-width: 767px) {
        .tool-search .box-select.box-button {
          margin-bottom: 15px; } }

.fix-top-header {
  position: relative;
  z-index: 99999; }

.my-form {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.my-form .row {
  margin-left: 0;
  margin-right: 0; }

.login-form {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.login-form .row {
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important; }

  .offset-md-4 {
    margin-left: 24.333333%; } }
.inquery {
  float: left;
  width: 100%; }
  .inquery h2 {
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 12px; }
  .inquery > p {
    color: #0073b7;
    font-size: 15px; }
  .inquery form {
    background: #f4f4f4;
    padding: 10px 10px;
    display: inline-block;
    width: 100%; }
    .inquery form .text-md-right {
      text-align: right !important;
      line-height: 30px;
      font-size: 15px;
      font-weight: 400; }
    .inquery form .nice-select, .inquery form input {
      border-radius: 0;
      height: 30px;
      line-height: 30px;
      width: 100%;
      padding: 0px 5px;
      line-height: 40px; }
      .inquery form .nice-select .list, .inquery form input .list {
        width: 100%; }
    .inquery form textarea {
      width: 100%;
      border: 1px solid #ebebeb; }
    .inquery form .btn-send, .inquery form .btn-reset {
      background: #0073b7;
      border-radius: 0px;
      width: 100px;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 23px;
      height: 40px;
      margin-right: 10px; }
    .inquery form .btn-reset {
      background: #757575; }

@media (max-width: 991px) {
  .border-right {
    border-right: none; } }
.list-menu-offer ul li {
  float: left;
  width: 100%;
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 1px; }
  .list-menu-offer ul li a {
    background: #0073b7;
    float: left;
    width: 100%;
    padding: 15px;
    line-height: 19px;
    color: #fff;
    font-weight: 600;
    padding-right: 50px;
    position: relative;
    min-height: 50px; }
    .list-menu-offer ul li a:hover {
      background: #90d438; }
    .list-menu-offer ul li a img {
      position: absolute;
      right: 14px;
      top: 0;
      bottom: 0;
      margin: auto; }

.sign-page {
  float: left;
  width: 100%; }

.box-sign {
  float: left;
  width: 100%; }
  .box-sign .title {
    float: left;
    width: 100%;
    background: #0073b7; }
    .box-sign .title h2 {
      color: #fff;
      margin: 0px;
      font-size: 18px;
      padding: 15px 20px;
      font-weight: 400; }
  .box-sign .content-box {
    float: left;
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 15px;
    margin-bottom: 30px; }
    .box-sign .content-box h3 {
      float: left;
      width: 100%;
      font-size: 17px;
      margin: 0px 0px 10px; }
    .box-sign .content-box .login-form-index {
      float: left;
      width: 100%;
      background: #fff;
      padding: 0px 20px 0px 20px; }
      .box-sign .content-box .login-form-index .item-form .group-input .btn-sign-in {
        background: linear-gradient(180deg, #386f90, #0073b7);
        border-radius: 50px; }
        .box-sign .content-box .login-form-index .item-form .group-input .btn-sign-in:hover {
          background: #9bc959; }
    .box-sign .content-box ul {
      float: left;
      width: 100%;
      margin: 10px 0;
      margin-left: 20px; }
    .box-sign .content-box .button-resgiter {
      float: left;
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
      .box-sign .content-box .button-resgiter a {
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        border: none;
        padding: 8px 20px;
        white-space: nowrap;
        margin-right: 4px;
        font-size: 13px;
        background: linear-gradient(180deg, #386f90, #0073b7);
        border-radius: 50px; }
        .box-sign .content-box .button-resgiter a:hover {
          background: #9bc959; }

.register-page {
  float: left;
  width: 100%; }
  .register-page .title-page h2 {
    float: left;
    width: 100%;
    font-size: 22px;
    border-bottom: 1px dotted #735c5c;
    margin: 0px;
    padding: 10px 0px;
    margin-bottom: 30px; }
  .register-page .section-infor {
    float: left;
    width: 100%;
    padding: 0px 50px 20px 50px;
    border-bottom: 1px dotted #cccc; }
    @media (max-width: 767px) {
      .register-page .section-infor {
        padding: 0px 0px 20px 0px; } }
    .register-page .section-infor h3 {
      margin: 0 0 10px 0;
      font-size: 18px; }
    .register-page .section-infor .login-form-index {
      float: left;
      width: 100%;
      background: #fff;
      padding: 17px 20px 10px 20px;
      padding: 10px 0px 10px 0px; }
      .register-page .section-infor .login-form-index .item-form label {
        width: 160px;
        font-size: 14px; }
        @media (max-width: 767px) {
          .register-page .section-infor .login-form-index .item-form label {
            width: 100%; } }
      .register-page .section-infor .login-form-index .item-form .group-input {
        float: left;
        width: Calc(100% - 160px); }
        @media (max-width: 767px) {
          .register-page .section-infor .login-form-index .item-form .group-input {
            width: 100%; } }
        .register-page .section-infor .login-form-index .item-form .group-input input {
          width: 100%;
          max-width: 350px; }
      .register-page .section-infor .login-form-index a {
        text-decoration: underline; }
      .register-page .section-infor .login-form-index button {
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        border: none;
        padding: 8px 20px;
        white-space: nowrap;
        margin-right: 4px;
        font-size: 13px;
        background: linear-gradient(180deg, #386f90, #0073b7);
        border-radius: 50px; }
        .register-page .section-infor .login-form-index button:hover {
          background: #9bc959; }

@media (min-width: 992px) {
  .cd-dropdown-wrapper {
    display: none; } }
#banner_top {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: 98;
  text-align: left; }
  @media (max-width: 600px) {
    #banner_top {
      height: 230px; }
      #banner_top .bg-banner {
        float: left;
        width: 100%;
        height: 100%; }
        #banner_top .bg-banner img {
          object-fit: cover;
          height: 100%;
          object-position: center; } }

.cont-banner-top {
  float: right;
  width: 100%;
  position: absolute;
  height: 88px;
  right: 20px;
  bottom: 0px;
  color: #fff; }
  .cont-banner-top .line-standard {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    height: 0.4rem;
    width: 53.7rem;
    background: #fff; }
  .cont-banner-top span.text-top {
    font-size: 16px;
    margin: auto;
    font-weight: 400;
    margin-bottom: 30px;
    float: left;
    width: 100%; }
    @media (max-width: 992px) {
      .cont-banner-top span.text-top {
        font-size: 14px;
        margin-bottom: 15px; } }
  .cont-banner-top .title {
    position: relative;
    z-index: 9;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin: 0;
    background: #3e4247e0;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 25px;
    border: 5px solid #696b6d7a;
    float: right;
    text-shadow: 2px 2px 3px #000; }
    @media (max-width: 992px) {
      .cont-banner-top .title {
        position: relative;
        z-index: 9;
        font-weight: 600; } }
    @media (max-width: 600px) {
      .cont-banner-top .title {
        position: relative;
        z-index: 9;
        font-size: 20px;
        font-weight: 600;
        line-height: 25px; } }
    @media (max-width: 400px) {
      .cont-banner-top .title {
        position: relative;
        z-index: 9;
        font-size: 18px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: -0.5px; } }

.slider-banner-index .slick-slide img {
  display: inline-block;
  min-width: 100%; }
.slider-banner-index .slick-dots {
  bottom: 10px; }
  .slider-banner-index .slick-dots li {
    margin: 0 2px;
    background: #59595b;
    border-radius: 50px;
    width: 12px;
    height: 12px; }
    .slider-banner-index .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 12px;
      height: 12px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slider-banner-index .slick-dots li button:before {
        font-size: 6px;
        line-height: 13px;
        position: absolute;
        top: 0;
        left: 0;
        width: 12px;
        height: 12px;
        content: '•'; }
      .slider-banner-index .slick-dots li button:after {
        font-size: 6px;
        line-height: 13px;
        position: absolute;
        top: 0;
        left: 0;
        width: 12px;
        height: 12px;
        content: '•'; }
    .slider-banner-index .slick-dots li.slick-active button:before {
      color: white; }
    .slider-banner-index .slick-dots li.slick-active button:after {
      color: white; }
.slider-banner-index .slick-arrow {
  width: 42px;
  height: 42px;
  z-index: 99; }
  .slider-banner-index .slick-arrow:before {
    display: none; }
.slider-banner-index .slick-next {
  right: 4.5rem;
  background: url(../images/next-btn.png) center center no-repeat; }
.slider-banner-index .slick-prev {
  left: 4.5rem;
  background: url(../images/prev-btn.png) center center no-repeat; }

/*Banner and Breadcrumb inpage*/
.banner-page-list {
  height: 340px;
  overflow: hidden;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  background-size: cover; }
  @media (max-width: 600px) {
    .banner-page-list {
      height: 240px;
      background-attachment: unset; } }

.banner-page-list:after {
  content: "";
  background: rgba(0, 0, 0, 0.37);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

.banner-page-list .title-page {
  position: relative;
  float: left;
  width: 100%;
  z-index: 9;
  height: Calc(100% - 72px); }

.banner-page-list h2 {
  position: absolute;
  top: 90px;
  left: 0px;
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 42px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  width: 100%;
  text-align: center; }
  @media (max-width: 600px) {
    .banner-page-list h2 {
      top: 30px;
      font-size: 27px; } }

.banner-page-list .container {
  position: relative;
  height: 100%; }

.banner-page-list .breadcrumb {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  background: transparent;
  top: 150px;
  padding-top: 10px;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff; }
  @media (max-width: 600px) {
    .banner-page-list .breadcrumb {
      top: 75px; } }

.banner-page-list .breadcrumb a, .banner-page-list .breadcrumb p {
  padding: 10px 7px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-family:  Arial, Helvetica, sans-serif; }

.banner-page-list .breadcrumb a:hover {
  color: #71ad2c; }

.social-share-page {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  background: transparent;
  bottom: 0;
  padding-top: 17px;
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 9999; }
  .social-share-page a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 50px;
    margin: 0px 7px; }

/*end Banner and Breadcrumb inpage*/
footer {
  float: left;
  width: 100%;
  margin-top: 20px; }
  footer .content-footer {
    float: left;
    width: 100%;
    font-size: 12px; }
    footer .content-footer h2 {
      font-size: 12px;
      font-weight: 700; }
    footer .content-footer p {
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 5px; }
      footer .content-footer p span {
        display: inline-block;
        margin: 0px 2px; }
  footer .copyright {
    background: #eeeeee; }
    footer .copyright p {
      margin: 0;
      padding: 5px 0;
      font-size: 12px;
      font-weight: 700; }
  footer a:hover {
    color: #90d438; }
.content-list.logo-export .list-news .item-new .img-item-new a{
      display: block;
    border: 1px solid #ebebeb;
    margin-right: 15px;
    text-align: center;
    padding: 10px 0;
}
.content-list.logo-export .list-news .item-new .img-item-new img {
    height: 75px;
    padding-right: 0;
    width: auto;
}
.btn-vote {
        background: #FF6633;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        border: none;
        padding: 4px 12px;
        white-space: nowrap;
        margin-right: 4px;
        font-size: 13px; }
.btn-vote:hover {
          background: #90d438; }
@media (max-width: 480px){
  .content-list.logo-export .list-news .item-new .img-item-new a{
    margin-right: 0;
  }
  .content-list.logo-export .list-news .item-new .img-item-new img{
    height: 100px;
  }
  .owl-carousel .owl-item .item-brand {
    width: Calc(100%/3); }
}
@media (max-width: 768px){
  .col-lg-3.col-md-6.col-sm-6.col-xs-6:nth-child(2n-1) {
      clear: left;
  }
  .owl-carousel .owl-item .item-brand {
    width: Calc(100%/4); }
}
@media (max-width: 360px){
  .owl-carousel .owl-item .item-brand {
    width: Calc(100%/2); }
}
.desc  ul, ol {
  	display: block; 
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;}

