body.PressContent header nav.navbar.navbar-expand-lg.fixed-top.navbar-dark.fixednav #navbarSupportedContent.collapse.navbar-collapse .nav-item .mainmenu {
  margin-right: 10px !important;
}

@media (max-width: 1200px) {
  body.PressContent header nav.navbar.navbar-expand-lg.fixed-top.navbar-dark.fixednav #navbarSupportedContent.collapse.navbar-collapse .nav-item .mainmenu {
    margin-right: 3px !important;
  }
}

body.PressContent section.section_contents.jumbotron {
  margin-bottom: 0;
  border-radius: 0;
  background: black;
}

body.PressContent section.section_contents.jumbotron .container-fluid.one {
  background: url("../img/carousel/carousel_03.jpg"), no-repeat;
  background-attachment: fixed;
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  height: 100%;
}

body.PressContent section.section_contents.jumbotron .container-fluid.two {
  background-image: linear-gradient(transparent, black);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

body.PressContent section.section_contents.jumbotron .container-fluid.buttonwrap .rightleftbutton {
  position: fixed;
  display: flex;
  justify-content: space-between;
  left: 0;
  width: 100%;
  top: 50%;
  padding: 0 60px;
}

body.PressContent section.section_contents.jumbotron .container-fluid.buttonwrap .rightleftbutton .left a {
  text-decoration: none;
}

body.PressContent section.section_contents.jumbotron .container-fluid.buttonwrap .rightleftbutton .left a .icon-chevron-circle-left:before {
  content: "";
}

body.PressContent section.section_contents.jumbotron .container-fluid.buttonwrap .rightleftbutton .left a .icon-chevron-circle-left {
  font-size: 65px;
  color: white;
  transition: 0.5s;
}

body.PressContent section.section_contents.jumbotron .container-fluid.buttonwrap .rightleftbutton .left a .icon-chevron-circle-left:hover {
  color: #FF920B;
  transform: scale(1.1);
}

body.PressContent section.section_contents.jumbotron .container-fluid.buttonwrap .rightleftbutton .right a {
  text-decoration: none;
}

body.PressContent section.section_contents.jumbotron .container-fluid.buttonwrap .rightleftbutton .right a .icon-chevron-circle-right:before {
  content: "";
}

body.PressContent section.section_contents.jumbotron .container-fluid.buttonwrap .rightleftbutton .right a .icon-chevron-circle-right {
  font-size: 65px;
  color: white;
  transition: 0.5s;
}

body.PressContent section.section_contents.jumbotron .container-fluid.buttonwrap .rightleftbutton .right a .icon-chevron-circle-right:hover {
  color: #FF920B;
  transform: scale(1.1);
}

body.PressContent section.section_contents.jumbotron .container {
  position: relative;
  margin-top: 100px;
  padding: 20px 0;
  max-width: 75vw;
  background-color: white;
}

body.PressContent section.section_contents.jumbotron .container .col-12 {
  max-width: 93%;
  margin: 0 auto;
}

body.PressContent section.section_contents.jumbotron .container .delete {
  width: 94px;
  right: -7px;
  position: absolute;
  top: 12px;
  z-index: 2;
}

body.PressContent section.section_contents.jumbotron .container .delete a {
  text-decoration: none;
}

body.PressContent section.section_contents.jumbotron .container .delete a .icon-close:before {
  content: "";
}

body.PressContent section.section_contents.jumbotron .container .delete a .icon-close {
  text-align: right;
  padding: 0 10px;
  font-size: 50px;
  color: #525252;
  transition: 0.5s;
  cursor: pointer;
}

body.PressContent section.section_contents.jumbotron .container .delete a .icon-close:hover {
  transform: scale(1.1);
}

body.PressContent section.section_contents.jumbotron .container .title h4 {
  margin-top: 4px;
  margin-bottom: 17px;
  /*padding: 0 45px;*/
  color: #525252;
}

body.PressContent section.section_contents.jumbotron .container .mainimage {
  margin-top: 15px;
  margin-bottom: 10px;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  position: relative;
  overflow: hidden;
}

body.PressContent section.section_contents.jumbotron .container .mainimage li {
  display: block;
  position: relative;
  /*padding-left: 3%;*/
  /*padding-right: 3%;*/
  overflow: hidden;
}

body.PressContent section.section_contents.jumbotron .container .mainimage li img {
  display: block;
  position: relative;
  width: 100%;
}

body.PressContent section.section_contents.jumbotron .container .mainimage li div {
  position: absolute;
  background: #333;
  background: rgba(75, 75, 75, 0.2);
  width: 100%;
  height: 100%;
}

body.PressContent section.section_contents.jumbotron .container .mainimage li div span {
  display: block;
  padding: 20px 23px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

body.PressContent section.section_contents.jumbotron .container .name div {
  margin-top: 15px;
  margin-bottom: 15px;
  /*padding: 0 72px;*/
  text-align: right;
  font-size: 14px;
  color: #525252;
}

body.PressContent section.section_contents.jumbotron .container .prenexttop, body.PressContent section.section_contents.jumbotron .container .prenextbottom {
  display: none;
}

body.PressContent section.section_contents.jumbotron .container .text .subtitle {
  margin-top: 45px;
  /*padding: 0 72px;*/
  color: rgba(66, 90, 56, 0.7);
}

body.PressContent section.section_contents.jumbotron .container .contentP .subtitle h4 {
  margin-bottom: 17px;
}

body.PressContent section.section_contents.jumbotron .container .text div {
  margin-top: 15px;
  margin-bottom: 10px;
  /*padding: 0 45px;*/
  font-size: 18px;
  line-height: 30px;
  color: #525252;
}

body.PressContent section.section_contents.jumbotron .container .imagehorizontal {
  /*margin-top: 10px;*/
  padding-top: 35px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
}

body.PressContent section.section_contents.jumbotron .container .imagehorizontal li {
  display: block;
  position: relative;
  overflow: hidden;
  width: 48%;
}

body.PressContent section.section_contents.jumbotron .container .imagehorizontal li img {
  display: block;
  position: relative;
  width: 100%;
}

body.PressContent section.section_contents.jumbotron .container .imagehorizontal li div {
  position: absolute;
  background: #333;
  background: rgba(75, 75, 75, 0.2);
  width: 100%;
  height: 100%;
}

body.PressContent section.section_contents.jumbotron .container .imagehorizontal li div span {
  display: block;
  padding: 20px 23px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

body.PressContent section.section_contents.jumbotron .container .straighttext, body.PressContent section.section_contents.jumbotron .container .singleHori {
  width: 100%;
  margin: 0 auto;
  /*margin-top: 35px;*/
  /*margin-bottom: 25px;*/
  margin-right: 35px;
  list-style: none;
  position: relative;
  overflow: hidden;
}

body.PressContent section.section_contents.jumbotron .container .straighttext li {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  margin-top: 32px;
}

body.PressContent section.section_contents.jumbotron .container .straighttext li img {
  display: block;
  position: relative;
  width: 100%;
}

body.PressContent section.section_contents.jumbotron .container .straighttext li div {
  position: absolute;
  background: #333;
  background: rgba(75, 75, 75, 0.2);
  width: 100%;
  height: 100%;
}

body.PressContent section.section_contents.jumbotron .container .straighttext li div span {
  display: block;
  padding: 20px 23px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

body.PressContent section.section_contents.jumbotron .container .straighttext .subtitle {
  color: rgba(66, 90, 56, 0.7);
}

body.PressContent section.section_contents.jumbotron .container .straighttext div {
  /*padding-right: 30px;*/
  /*padding-left: 30px;*/
  line-height: 30px;
  font-size: 18px;
  color: #525252;
}

/* body.PressContent section.section_contents.jumbotron .container .straighttext li {
      width: 35%; } */

body.PressContent section.section_contents.jumbotron .container .singleHori li {
  width: 50%;
}

body.PressContent section.section_contents.jumbotron .container .share {
  /*padding: 0 45px;*/
  margin-top: 330px;
  margin-bottom: 38px;
  height: 28px;
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext {
  text-align: right;
  font-size: 18px;
  color: #525252;
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext ul {
  display: inline-block;
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li a {
  text-decoration: none;
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li .icon-facebook-with-circle, body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li .icon-google-plus-official, body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li .icon-line, body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li .icon-twitter-with-circle {
  color: #525252;
  padding: 2px;
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li .icon-facebook-with-circle {
  padding-top: 5px;
  font-size: 35px;
  transition: 0.5s;
  cursor: pointer;
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li .icon-facebook-with-circle:hover {
  color: #4267B2;
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li .icon-facebook-with-circle:before {
  content: "";
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li .icon-google-plus-official {
  font-size: 38px;
  transition: 0.5s;
  cursor: pointer;
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li .icon-google-plus-official:hover {
  color: #EE4F1D;
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li .icon-google-plus-official:before {
  content: "";
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li .icon-line {
  font-size: 35px;
  transition: 0.5s;
  cursor: pointer;
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li .icon-line:hover {
  color: #01BE02;
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li .icon-line:before {
  content: "";
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li .icon-twitter-with-circle {
  font-size: 35px;
  transition: 0.5s;
  cursor: pointer;
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li .icon-twitter-with-circle:hover {
  color: #53A8E7;
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li .icon-twitter-with-circle:before {
  content: "";
}

body.PressContent section.section_contents.jumbotron .container .share .sharetext hr {
  margin-top: -1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.4) !important;
}

body.PressContent section.section_contents.jumbotron .container .box {
  position: absolute;
  top: 25px;
  right: 7%;
  display: flex;
  align-items: center;
}

/* Update */

body.PressContent section.section_contents.jumbotron .container .box .textDate .date {
  color: #525252;
  margin-right: 20px;
}

/* Update */

body.PressContent section.section_contents.jumbotron .container .box .button {
  font-size: 1em;
  padding: 5px 20px;
  color: white;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  background-color: #FF920B;
}

body.PressContent section.section_contents.jumbotron .container .box .button:hover {
  background: #DD5411;
}

body.PressContent section.section_contents.jumbotron .container-fluid .overlay {
  z-index: 100;
  overflow: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

body.PressContent section.section_contents.jumbotron .container-fluid .overlay:target {
  visibility: visible;
  opacity: 1;
}

body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup {
  margin: 70px auto;
  padding: 70px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  border: 12px solid #FF920B;
}

/* Update */

body.PressContent section.section_contents.jumbotron .container .overlay .popup .date {
  color: #525252;
  margin-bottom: 18px;
}

/* Update */

body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup h4 {
  margin-top: 10px;
  color: rgba(255, 146, 11, 0.7);
  line-height: 37px;
}

body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup hr {
  border: 0.5px solid rgba(255, 146, 11, 0.2);
  margin-top: -10px;
  margin-bottom: 10px;
}

body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #525252;
}

body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup .close:hover {
  color: #FF920B;
}

body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup .content {
  max-height: 30%;
  display: flex;
}

body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup .content .ball {
  display: flex;
  margin-top: 16px;
}

body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup .content .ball .circle1, body.PressContent section.section_contents.jumbotron .container .overlay .popup .content .ball .circle2 {
  display: inline-block;
  background: #FF920B;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup .content .ball .circle1 {
  animation: ball01 2s infinite;
  animation-direction: alternate;
}

body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup .content .ball .circle2 {
  margin-left: 10px;
  animation: ball02 2s infinite;
  animation-direction: alternate;
  display: inline-block;
  background: #FF920B;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

@keyframes ball01 {
  0% {
    opacity: 0;
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
    transform: translateX(10px);
  }
}

@keyframes ball02 {
  0% {
    opacity: 0;
    transform: translateX(0px);
  }
  100% {
    opacity: 1;
    transform: translateX(-10px);
  }
}

body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup .content .contenttitle {
  font-size: 18px;
  text-decoration: none;
}

body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup .content .contenttitle .number {
  color: #525252;
  line-height: 35px;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
  margin-left: 10px;
  cursor: pointer;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup .content .contenttitle .number:hover {
  border-bottom: 1px solid #FF920B;
  transform: translate(1px, 1px);
}

/* @media (max-width: 1920px) and (min-width: 1441px) { */

/* body.PressContent section.section_contents.jumbotron .container .title h4 {
    padding: 0 72px; } */

/* body.PressContent section.section_contents.jumbotron .container .text .subtitle {
    padding: 0 72px; } */

/* body.PressContent section.section_contents.jumbotron .container .text div { */

/* padding: 0 72px; */

/* margin-bottom: 48px; } } */

/* @media (max-width: 1440px) and (min-width: 1200px) { */

/* body.PressContent section.section_contents.jumbotron .container .title h4 {
    padding: 0 55px; } */

/* body.PressContent section.section_contents.jumbotron .container .text .subtitle {
    padding: 0 55px; } */

/* body.PressContent section.section_contents.jumbotron .container .text div { */

/* padding: 0 55px; */

/* margin-bottom: 48px; } */

/* body.PressContent section.section_contents.jumbotron .container .straighttext li {
    width: 36%; } } */

@media (max-width: 1440px) {
  body.PressContent section.section_contents.jumbotron .container .delete {
    top: 18px;
  }
}

@media (max-width: 1440px) {
  body.PressContent section.section_contents.jumbotron .container .delete a .icon-close {
    font-size: 35px;
  }
}

@media (max-width: 1440px) {
  body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup {
    width: 60%;
  }
}

@media (max-width: 1440px) {
  body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1440px) {
  body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup .content {
    line-height: 34px;
  }
}

@media (max-width: 1200px) {
  body.PressContent section.section_contents.jumbotron .container .straighttext {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  body.PressContent section.section_contents.jumbotron .container .share {
    margin-top: 260px;
  }
}

/* body.PressContent section.section_contents.jumbotron .container .straighttext li {
      margin-right: 18px; } } */

@media (max-width: 1199px) {
  body.PressContent section.section_contents.jumbotron .container-fluid.buttonwrap .rightleftbutton {
    padding: 0 38px;
  }
}

@media (max-width: 1199px) {
  body.PressContent section.section_contents.jumbotron .container {
    margin-top: 45px;
  }
}

@media (max-width: 1199px) {
  body.PressContent section.section_contents.jumbotron .container .text {
    margin-bottom: 48px;
  }
}

/* body.PressContent section.section_contents.jumbotron .container .text .subtitle {
        padding: 0 45px; } */

@media (max-width: 1199px) {
  body.PressContent section.section_contents.jumbotron .container .imagehorizontal {
    padding-top: 0;
  }
}

@media (max-width: 1199px) {
  body.PressContent section.section_contents.jumbotron .container .straighttext {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  body.PressContent section.section_contents.jumbotron .container .box {
    right: 9%;
  }
}

@media (max-width: 991px) {
  body.PressContent section.section_contents.jumbotron .container-fluid.buttonwrap .rightleftbutton {
    padding: 0 28px;
  }
}

@media (max-width: 991px) {
  body.PressContent section.section_contents.jumbotron .container .title h4 {
    margin-top: 50px;
  }
}

/* body.PressContent section.section_contents.jumbotron .container .straighttext {
    width: 88%; } */

/* body.PressContent section.section_contents.jumbotron .container .straighttext li { */

/* margin-right: 0;
      float: unset;
      margin: 0 auto; */

/* margin-bottom: 38px; } */

@media (max-width: 991px) {
  body.PressContent section.section_contents.jumbotron .container .col-12 .box1 {
    float: none;
  }
}

@media (max-width: 991px) {
  body.PressContent section.section_contents.jumbotron .container .straighttext li {
    width: 100%;
  }
}

@media (max-width: 991px) {
  body.PressContent section.section_contents.jumbotron .container .singleHori li {
    width: 100%;
  }
}

@media (max-width: 991px) {
  body.PressContent section.section_contents.jumbotron .container .singleHori li img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  body.PressContent section.section_contents.jumbotron .container .box {
    flex-direction: row-reverse;
    right: unset;
    margin-left: 28px;
  }
}

/* Update */

@media (max-width: 991px) {
  body.PressContent section.section_contents.jumbotron .container .box .date {
    margin-right: 0;
    margin-left: 20px;
  }
}

/* Update */

@media (max-width: 991px) {
  body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup {
    width: 70%;
  }
}

@media (max-width: 991px) {
  body.PressContent section.section_contents.jumbotron .container .share {
    margin-top: 170px;
  }
}

@media (max-width: 768px) {
  body.PressContent section.section_contents.jumbotron .container-fluid.buttonwrap .rightleftbutton {
    padding: 0 13px;
  }
}

@media (max-width: 768px) {
  body.PressContent section.section_contents.jumbotron .container .straighttext li, body.PressContent section.section_contents.jumbotron .container .singleHori li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  body.PressContent section.section_contents.jumbotron .container .box {
    margin-left: 22px;
  }
}

/* body.PressContent section.section_contents.jumbotron .container .imagehorizontal {
    width: 85%; } */

/* body.PressContent section.section_contents.jumbotron .container .straighttext {
    width: 84%; } */

@media (max-width: 768px) {
  body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup {
    width: 75%;
    padding: 60px;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container-fluid.buttonwrap {
    display: none;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container {
    max-width: 80vw;
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .col-12 {
    max-width: 82%;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .title h4 {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .mainimage {
    width: 100%;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .delete {
    right: -2px;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .delete a .icon-close {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .name div {
    margin-top: 6px;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .prenextbottom {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .prenexttop, body.PressContent section.section_contents.jumbotron .container .prenextbottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /*padding: 0 45px;*/
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .prenexttop a, body.PressContent section.section_contents.jumbotron .container .prenextbottom a {
    text-decoration: none;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .prenexttop a .pre, body.PressContent section.section_contents.jumbotron .container .prenexttop a .next, body.PressContent section.section_contents.jumbotron .container .prenextbottom a .pre, body.PressContent section.section_contents.jumbotron .container .prenextbottom a .next {
    color: #525252;
    border-bottom: 2px solid rgba(82, 82, 82, 0.5);
    transition: 0.3s;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .prenexttop a .pre:hover, body.PressContent section.section_contents.jumbotron .container .prenexttop a .next:hover, body.PressContent section.section_contents.jumbotron .container .prenextbottom a .pre:hover, body.PressContent section.section_contents.jumbotron .container .prenextbottom a .next:hover {
    border-bottom: 2px solid #FF920B;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .imagehorizontal {
    display: block;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .imagehorizontal li {
    width: 100%;
  }
}

/* body.PressContent section.section_contents.jumbotron .container .straighttext {
      width: 80%; } */

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .share {
    margin-top: 70px;
    margin-bottom: 60px;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .share .sharetext {
    text-align: center;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .share .sharetext ul {
    display: block;
    margin-top: 8px;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li {
    width: 48px;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container .box {
    margin-left: 44px;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup {
    padding: 50px;
    border: 9px solid #FF920B;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup .content .ball {
    margin-top: 13px;
  }
}

@media (max-width: 575px) {
  body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup .content .contenttitle .number {
    line-height: 32px;
  }
}

/* body.PressContent section.section_contents.jumbotron .container .title h4 {
    padding: 0 22px; } */

@media (max-width: 414px) {
  body.PressContent section.section_contents.jumbotron .container .delete {
    right: -10px;
  }
}

/* body.PressContent section.section_contents.jumbotron .container .name div {
    padding: 0 22px; } */

/* body.PressContent section.section_contents.jumbotron .container .prenexttop, body.PressContent section.section_contents.jumbotron .container .prenextbottom {
    padding: 0 22px; } */

/* body.PressContent section.section_contents.jumbotron .container .text .subtitle {
    padding: 0 22px; } */

/* body.PressContent section.section_contents.jumbotron .container .text div {
    padding: 0 22px; } */

/* body.PressContent section.section_contents.jumbotron .container .straighttext {
    width: 86%; } */

/* body.PressContent section.section_contents.jumbotron .container .share {
    padding: 0 22px; } */

@media (max-width: 414px) {
  body.PressContent section.section_contents.jumbotron .container .box {
    margin-left: 32px;
  }
}

@media (max-width: 414px) {
  body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup {
    width: 80%;
    padding: 30px;
  }
}

@media (max-width: 414px) {
  body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup h4 {
    font-size: 16px;
    margin-top: 14px;
  }
}

@media (max-width: 414px) {
  body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup .content .ball {
    margin-top: 11px;
  }
}

@media (max-width: 414px) {
  body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup .content .contenttitle {
    font-size: 16px;
  }
}

@media (max-width: 414px) {
  body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup .content .contenttitle .number {
    line-height: 27px;
  }
}

/* Update */

@media (max-width: 375px) {
  body.PressContent section.section_contents.jumbotron .container .title h4 {
    margin-top: 65px;
  }
}

/* Update */

@media (max-width: 375px) {
  body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup {
    width: 90%;
  }
}

@media (max-width: 375px) {
  body.PressContent section.section_contents.jumbotron .container .box {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

/* Update */

@media (max-width: 375px) {
  body.PressContent section.section_contents.jumbotron .container .box .date {
    margin-right: 0;
    margin-left: 0;
    margin-top: 5px;
  }
}

/* Update */

/* body.PressContent section.section_contents.jumbotron .container .share .sharetext ul li {
    width: 49px; } */

/* body.PressContent section.section_contents.jumbotron .container .straighttext {
    width: 84%; } */

@media (max-width: 320px) {
  body.PressContent section.section_contents.jumbotron .container .box {
    margin-left: 28px;
  }
}

@media (max-width: 320px) {
  body.PressContent section.section_contents.jumbotron .container-fluid .overlay .popup {
    width: 95%;
  }
}

