.cont-detail_keywords {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e7e9; }

.cont-detail_keywords span, .cont-detail_keywords a, .cont-detail_social span, .cont-detail_social a {
  display: inline-block;
  vertical-align: middle; }

.keywords_txt, .social_txt {
  margin-right: 20px; }

.keywords_item {
  padding: 10px 15px;
  margin: 0 8px 8px 0;
  border: 1px solid #00448c;
  color: #00448c;
  border-radius: 8px; }

.social_item {
  display: inline-block;
  width: 30px;
  height: 27px;
  margin-right: 4px;
  vertical-align: middle;
  background-image: url(../images/sprites-social.png); }
  .social_item:last-of-type {
    margin-right: 0; }

.social_item--wts {
  background-position: 0px center; }

.social_item--facebook {
  background-position: -32px center; }

.social_item--twitter {
  background-position: -66px center; }

.social_item--linkedin {
  background-position: -102px center; }

.social_item--email {
  width: 37px;
  background-position: -135px center; }

.cont-detail_note {
  padding: 28px 35px; }

/*Min-width:768*/
@media (max-width: 767px) {
  .cont-detail_keywords span, .cont-detail_social span {
    display: block;
    margin-bottom: 15px; }
  .cont-detail_social {
    text-align: center;
    padding-bottom: 20px; } }

@media (min-width: 768px) {
  .cont-detail_keywords {
    margin-top: 50px;
    padding-bottom: 20px; }
  .cont-detail_social {
    padding: 25px 0; } }
