  /*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-Sep-2019, 12:02:29
    Author     : User
*/
@media screen and (max-width: 950px) {
  .post .details {
    width: calc(100% - 290px); }
  .post .img {
    width: 290px;
    overflow: hidden; }
    .post .img img {
      position: relative;
      left: 50%;
      transform: translateX(-50%); } }
@media screen and (max-width: 800px) {
  .post .details {
    width: calc(100%); }
    .post .details .options {
      float: left;
      width: calc(50%); }
      .post .details .options .option {
        width: calc(100% - 20px); }
  .post .img {
    width: calc(50%); }
    .post .img.img-pc {
      display: none; }
    .post .img.img-mobile {
      float: right;
      display: inline-block;
      height: 220px; } }
@media screen and (max-width: 550px) {
  .post .details .options {
    width: calc(100%); }
  .post .details p {
    padding-right: 0px; }
  .post .img.img-mobile {
    width: 100%; }
    .post .img.img-mobile img {
      min-width: 100%; }

  .owl-stage-outer {
    overflow: hidden; }

  .owl-item {
    float: left; }

  .owl-nav {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    z-index: 8; }
    .owl-nav button {
      width: 30px;
      height: 30px;
      border: none;
      display: inline;
      outline: none;
      cursor: pointer;
      margin: 0px; }
    .owl-nav .owl-prev {
      background: #2059a8 url(/assets/img/home/icons/banner-arow-left.png) no-repeat center center;
      background-size: 80%; }
    .owl-nav .owl-next {
      background: #001b48 url(/assets/img/home/icons/banner-arow-right.png) no-repeat center center;
      background-size: 80%; }

  .owl-dots {
    display: none; } }

/*# sourceMappingURL=research-field-single-responsive.css.map */
