@import url(./../css/slick.css);
@import url(./../css/slick-theme.css);
@font-face {
  font-family: "Roboto-Bold";
  src: url("fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: "Roboto-Medium";
  src: url("fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: "Roboto-Regular";
  src: url("fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: bold; }
body {
  background: #eee;
  font-size: 14px;
  font-family: "Roboto-Regular";
  line-height: 1.5;
  color: #333; }

.text-center {
  text-align: center; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Roboto-Bold"; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: none; }

.back_ground_white {
  background: #fff;
  padding: 5px;
  margin: 5px 0px; }
  .back_ground_white img {
    width: 100%;
    height: auto; }

/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

.btn-call {
  position: fixed;
  bottom: 20px;
  left: 40px;
  z-index: 99; }

.btn-call span {
  display: block;
  font-size: 36px;
  width: 51px;
  height: 51px;
  margin: auto;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  color: #fff;
  background: #ee3135;
  position: relative; }

.btn-call span i {
  -webkit-animation-name: lac;
  animation-name: lac;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.btn-call span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: solid 1px rgba(238, 49, 53, 0.6);
  -webkit-animation-name: zoomin;
  animation-name: zoomin;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.btn-call span:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  background: rgba(238, 49, 53, 0.6);
  z-index: -1;
  -webkit-animation-name: zoomout;
  animation-name: zoomout;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@keyframes lac {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg); }
  20% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }
  30% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg); }
  40% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(-25deg); }
  20% {
    -webkit-transform: rotate(25deg); }
  30% {
    -webkit-transform: rotate(-25deg); }
  40% {
    -webkit-transform: rotate(25deg); }
  50% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: .1; } }
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2.2);
    opacity: .1; } }
@keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .3; } }
@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.1);
    opacity: .3; } }
@media all and (max-width: 991px) {
  .compost-detail .detail_km .right_detail .price {
    position: unset;
    margin-bottom: 10px; }

  .compost-detail .detail_km .right_detail .form .select select {
    width: 250px; }

  .compost-detail .right_detail .form .products {
    margin-top: 20px; }

  .h-top-post {
    margin-bottom: 40px; }

  .menu-btn {
    display: inline-block;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 45px;
    height: 45px;
    vertical-align: bottom;
    float: right; }

  .menu-btn .menu-btn-bar {
    display: block;
    margin: auto;
    border-top: solid 3px #fff;
    width: 19px;
    border-bottom: double 9px #fff;
    height: 15px; }

  .menu-btn .menu-btn-close:after, .menu-btn .menu-btn-close:before {
    content: '';
    display: block;
    margin: auto;
    width: 18px;
    border-bottom: solid 2px #fff; }

  .menu-btn .menu-btn-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -2px; }

  .menu-btn .menu-btn-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #1f4a77;
    z-index: 999;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.5); }

  .mobile-menu:after {
    content: '';
    display: block;
    clear: both; }

  .mobile-menu ul {
    padding: 0;
    margin-bottom: 0;
    text-align: left; }

  .mobile-menu ul li {
    list-style: none; }

  .mobile-menu ul li a {
    display: block;
    border-bottom: solid 1px rgba(168, 115, 115, 0.4);
    padding: 10px 15px;
    background: none;
    color: #fff;
    text-decoration: none; }

  .mobile-menu ul li a:hover {
    color: #fff;
    background-color: rgba(22, 78, 98, 0.6); }

  .mobile-menu ul li li a {
    padding-left: 30px; }

  .mobile-menu ul li li li a {
    padding-left: 45px; }

  .mobile-menu ul li li li li a {
    padding-left: 60px; }

  .mobile-menu ul li > i {
    width: 42px;
    height: 41px;
    float: right;
    background: rgba(0, 0, 0, 0.15);
    text-align: center;
    line-height: 39px;
    position: relative;
    cursor: pointer; }

  .mobile-menu ul ul {
    display: none;
    background: rgba(0, 0, 0, 0.15); }

  .mobile-menu > ul {
    display: none;
    width: 100%;
    border-top: solid 1px rgba(248, 248, 248, 0.89);
    overflow: auto;
    max-height: 87vh; }

  .mobile-menu .sub-menu-hide:after, .mobile-menu .sub-menu-hide:before {
    content: '';
    width: 12px;
    border-top: solid 2px #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -6px; }

  .mobile-menu .sub-menu-hide:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

  .mobile-menu .sub-menu-show:after {
    content: '';
    width: 12px;
    border-top: solid 2px #fff;
    display: inline-block;
    vertical-align: middle; }

  .mobile-menu img {
    width: 45px;
    height: 45px;
    float: left; }

  .mobile-menu ul li:hover {
    background: none; }

  .h-hotline-xs, .h-search-xs {
    display: none; }

  .slide-cas .slick-slide .item {
    right: 0%; }

  .slide-cas .slick-slide .item .title {
    font-size: 30px; }

  .royal_buil .caption {
    padding: 10px; }

  .menu {
    position: relative; }

  .mobile-menu .b-search {
    width: auto; }

  .mobile-menu .h-hotline {
    display: inline-block;
    width: 70%; }
    .mobile-menu .h-hotline form.search {
      position: relative; }
      .mobile-menu .h-hotline form.search .name {
        height: 45px;
        color: #333;
        border: none;
        padding-left: 10px;
        width: 100%; }
      .mobile-menu .h-hotline form.search .submit {
        background: #5bc0de;
        height: 45px;
        top: 0px;
        right: 0px;
        width: 60px;
        border: none;
        position: absolute;
        color: #fff;
        font-weight: 700;
        font-family: "Roboto-Bold";
        font-size: 18px; } }
.main-nav .logo_desktop {
  display: inline-block;
  float: left; }

.main-nav .logo_desktop img {
  height: 50px; }

.main-nav .btn_signin {
  display: inline-block;
  float: right;
  height: 50px;
  line-height: 50px;
  color: #fff; }

.header-login-vt {
  list-style-type: none;
  display: inline-block;
  float: right;
  color: #fff; }
  .header-login-vt .dropdown {
    margin-top: 15px; }
    .header-login-vt .dropdown > a {
      color: #fff; }
    .header-login-vt .dropdown .dropdown-menu {
      margin-top: -2px; }

@media (max-width: 480px) {
  .app-body {
    padding-top: 50px; }
    .app-body .detail_exercises .head_detail .content {
      text-align: justify;
      height: auto; }
      .app-body .detail_exercises .head_detail .content img {
        display: block;
        width: auto;
        height: auto;
        margin: 0 auto;
        max-width: 100%; }

  .footer .left .content {
    padding-left: 0px; }

  .item-post .ft-image {
    margin-bottom: 15px; }

  .owl-carousel {
    position: relative;
    margin: 15px 0 0 0; }
    .owl-carousel .owl-nav [class*="owl-"]:hover {
      background: #5bc0de !important; }
    .owl-carousel .owl-nav [class*="owl-"] i {
      font-size: 34px;
      color: #fff; }
    .owl-carousel .owl-nav {
      display: block !important; }
      .owl-carousel .owl-nav button {
        margin: 0 !important;
        position: absolute;
        z-index: 999;
        top: 20%;
        background: #5bc0de !important; }
      .owl-carousel .owl-nav .owl-prev {
        left: 0;
        padding: 0 5px 0 3px !important; }
      .owl-carousel .owl-nav .owl-next {
        right: 0;
        padding: 0 3px 0 5px !important; }

  .fixed-menu-bottom {
    display: block !important;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%; }
    .fixed-menu-bottom ul {
      text-align: center;
      padding: 0;
      margin-bottom: 0; }
      .fixed-menu-bottom ul li {
        float: left;
        width: calc(100%/3);
        list-style: none; }
        .fixed-menu-bottom ul li a {
          color: #fff;
          display: block;
          background: #33cc00;
          padding: 8px 0;
          font-size: 16px; }
        .fixed-menu-bottom ul li:nth-child(2) a {
          background: #00cccc; }
        .fixed-menu-bottom ul li:last-child a {
          background: #009900; }
        .fixed-menu-bottom ul li.active a {
          color: red;
          font-family: "Roboto-Bold";
          text-shadow: 1px 1px #000; }

  .exrcise-item a img {
    height: auto !important;
    width: auto !important;
    margin: 0 auto; }

  .back_ground_white a {
    height: auto !important; }
    .back_ground_white a img {
      height: auto !important;
      width: auto !important;
      object-fit: none !important;
      margin: 0 auto; } }
@media all and (min-width: 991px) {
  .md20 {
    height: 160px !important; }

  form {
    padding: 10px 10px;
    border: 1px solid #286090 !important; }

  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -21px;
    right: -21px;
    color: inherit; } }
header .menu_top {
  background: #32b1ec; }
  header .menu_top .logo {
    padding: 0px;
    margin: 0px; }
  header .menu_top .main-nav > ul.menu_desktop {
    display: inline-block;
    font-size: 0;
    margin-bottom: 0px;
    padding-inline-start: 0px; }
    header .menu_top .main-nav > ul.menu_desktop > li {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      font-size: 16px; }
      header .menu_top .main-nav > ul.menu_desktop > li > a {
        display: block;
        text-transform: uppercase;
        color: #fff;
        padding: 14px 19px 13px 19px; }

header .menu_top .main-nav > ul.menu_desktop > li ul {
  background: #32b1ec;
  position: absolute;
  top: 100%;
  display: none;
  z-index: 10;
  padding: 0px; }
  header .menu_top .main-nav > ul.menu_desktop > li ul li {
    display: inline-block;
    padding: 0px 10px;
    min-width: 228px;
    position: relative; }
    header .menu_top .main-nav > ul.menu_desktop > li ul li a {
      display: block;
      padding: 14px 19px 13px 19px;
      border-bottom: 1px solid #eee;
      color: #fff;
      text-transform: uppercase; }

header .menu_top .main-nav ul.menu_desktop li:hover {
  background: #164e62;
  transition: 1s; }

header .menu_top .main-nav ul li:hover ul {
  display: block; }

/*beakcum*/
.app-body .breadcrumb {
  background: transparent;
  padding: 10px 0px;
  font-family: "Roboto-Medium";
  font-weight: 600;
  margin: 5px 0; }
  .app-body .breadcrumb li.active a {
    color: #0a32d9; }

body,
html {
  background: #eee;
  background-blend-mode: inherit;
  background-position-x: center;
  background-position-y: top;
  background-repeat: repeat;
  background-size: cover;
  height: 100%; }

.app-body {
  margin-bottom: 50px;
  background: #eee;
  display: block; }
  .app-body .login_system {
    margin-top: 15px; }
    .app-body .login_system .login-form {
      background-color: var(--body-bg);
      padding: 0px 15px 30px 15px;
      background: #fff;
      border-top: 5px solid var(--brand-primary); }
      .app-body .login_system .login-form .section-form-inner .form-heading {
        color: #333;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
        font-family: "Roboto-Bold";
        padding: 7px 0px;
        border-bottom: 2px solid #795548;
        border-bottom-style: ridge;
        display: inline-block; }
      .app-body .login_system .login-form .section-form-inner .hasIcon {
        position: relative;
        color: #999; }
        .app-body .login_system .login-form .section-form-inner .hasIcon i {
          position: absolute;
          top: 13px;
          left: 15px; }
        .app-body .login_system .login-form .section-form-inner .hasIcon > input {
          width: 100%;
          height: 40px;
          padding-left: 36px; }
      .app-body .login_system .login-form .section-form-inner .remember-me {
        float: left; }
        .app-body .login_system .login-form .section-form-inner .remember-me label {
          display: inline-block;
          vertical-align: middle;
          position: relative;
          margin-left: 5px;
          font-family: "Roboto-Bold"; }
      .app-body .login_system .login-form .section-form-inner .forgot {
        float: right;
        margin-top: 10px; }
        .app-body .login_system .login-form .section-form-inner .forgot a {
          color: #0164a6;
          text-decoration: none; }
      .app-body .login_system .login-form .section-form-inner .form-action {
        clear: both;
        padding-top: 10px; }
    .app-body .login_system .remember-me input[type="checkbox"] {
      border: 1px solid #b4b9be;
      background: #fff;
      color: #555;
      clear: none;
      cursor: pointer;
      display: inline-block;
      line-height: 0;
      height: 16px;
      margin: 4px;
      outline: 0;
      padding: 0 !important;
      text-align: center;
      vertical-align: middle;
      width: 16px;
      min-width: 16px;
      -webkit-appearance: none;
      -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
      -webkit-transition: 0.05s border-color ease-in-out;
      transition: 0.05s border-color ease-in-out; }
    .app-body .login_system .form-action input[type="submit"] {
      text-transform: uppercase;
      background: #204d74;
      color: #fff;
      height: 40px;
      width: 100%;
      font-family: "Roboto-Medium";
      font-weight: 700;
      border: none; }

.home_item {
  padding-bottom: 30px; }
  .home_item .col_ld a.title {
    display: block;
    height: 70px;
    background: #e7e7e7;
    font-weight: bold;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
    color: #333;
    padding: 5px; }
    .home_item .col_ld a.title:hover {
      background: #337ab7;
      color: #fff;
      transition: 1s; }

.registration .form-heading {
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto-Bold";
  padding: 7px 0px;
  border-bottom: 2px solid #795548;
  border-bottom-style: ridge;
  display: inline-block; }
.registration .regist-form {
  background: #fff; }
  .registration .regist-form input {
    widows: 100%;
    height: 40px; }
  .registration .regist-form .form-action {
    margin-top: 20px;
    text-align: right; }
    .registration .regist-form .form-action input[type="submit"] {
      text-transform: uppercase;
      background: #204d74;
      color: #fff;
      height: 40px;
      padding: 0px 25px;
      border: none;
      font-family: "Roboto-Medium";
      font-weight: 700; }

.my_album {
  margin-bottom: 50px; }
  .my_album .head {
    clear: both; }
    .my_album .head .title_album {
      display: inline-block;
      font-size: 20px;
      font-weight: bold; }
    .my_album .head .add_album {
      margin-top: 10px;
      display: inline-block;
      float: right; }
      .my_album .head .add_album .fa {
        margin-right: 10px; }
  .my_album .album_item {
    margin-top: 30px; }
    .my_album .album_item .post_information {
      margin-bottom: 30px; }
      .my_album .album_item .post_information .post_img {
        padding: 25px;
        background: #ccc;
        position: relative;
        height: 120px; }
        .my_album .album_item .post_information .post_img img {
          display: block;
          border: 3px solid #fff;
          height: 100%;
          width: 100%; }
        .my_album .album_item .post_information .post_img .delete {
          color: #fff;
          position: absolute;
          right: 0;
          top: 0;
          opacity: 1;
          background: #d9534f;
          padding: 3px 6px;
          font-size: 12px; }
      .my_album .album_item .post_information .post_title {
        font-weight: bold;
        font-size: 20px;
        text-align: left;
        margin-top: 10px; }

iframe {
  width: 100%;
  height: auto; }

.my_album_detail {
  margin-bottom: 50px; }
  .my_album_detail .head {
    clear: both; }
    .my_album_detail .head .title_album {
      display: inline-block;
      font-size: 20px;
      font-weight: bold; }
    .my_album_detail .head .add_album {
      margin-top: 10px;
      display: inline-block;
      float: right; }
      .my_album_detail .head .add_album .fa {
        margin-right: 10px; }
  .my_album_detail .album_item_detail {
    margin-top: 30px; }
    .my_album_detail .album_item_detail .content_post {
      margin-bottom: 20px;
      position: relative;
      height: 120px; }
      .my_album_detail .album_item_detail .content_post .images_detail {
        display: block;
        height: 100%; }
        .my_album_detail .album_item_detail .content_post .images_detail img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border: 1px #ccc solid; }
      .my_album_detail .album_item_detail .content_post .delete {
        padding: 2px 8px;
        position: absolute;
        top: 0px;
        right: 0px;
        background: #ea1818;
        border: none;
        color: #fff; }

.add_modal_album .modal-content .modal-header {
  clear: both; }
  .add_modal_album .modal-content .modal-header .close {
    float: right;
    background: #777777;
    border: none;
    font-weight: bold;
    color: #fff; }
  .add_modal_album .modal-content .modal-header .modal-title {
    font-weight: bold;
    display: inline-block;
    font-size: 20px; }
.add_modal_album .modal-content .modal-body .form-action {
  margin-top: 10px;
  text-align: center; }
  .add_modal_album .modal-content .modal-body .form-action input[type="submit"] {
    text-transform: uppercase;
    background: #204d74;
    color: #fff;
    height: 40px;
    padding: 0px 25px;
    border: none;
    font-family: "Roboto-Medium";
    font-weight: 700; }

.add_modal_images .modal-content .modal-header {
  clear: both; }
  .add_modal_images .modal-content .modal-header .close {
    float: right;
    background: #777777;
    border: none;
    font-weight: bold;
    color: #fff; }
  .add_modal_images .modal-content .modal-header .modal-title {
    font-weight: bold;
    display: inline-block;
    font-size: 20px; }
.add_modal_images .modal-content .modal-body {
  height: 200px; }
  .add_modal_images .modal-content .modal-body .wrap-uploadAlbum {
    display: block;
    position: relative;
    width: 150px;
    text-align: center;
    background: rgba(242, 242, 242, 0.62);
    height: 150px;
    line-height: 130px;
    border: 4px dashed #777;
    color: #777;
    font-weight: bold;
    border-radius: 4px;
    max-width: 100%;
    max-height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .add_modal_images .modal-content .modal-body .wrap-uploadAlbum .qq-uploader {
      position: absolute;
      height: 100%;
      width: 100%; }
      .add_modal_images .modal-content .modal-body .wrap-uploadAlbum .qq-uploader .qq-upload-button {
        width: 100%;
        top: 0;
        background: inherit !important;
        color: #333; }
        .add_modal_images .modal-content .modal-body .wrap-uploadAlbum .qq-uploader .qq-upload-button input {
          position: absolute;
          right: 0px;
          top: 0px;
          font-size: 118px;
          margin: 0px;
          padding: 0px;
          cursor: pointer;
          opacity: 0;
          display: block; }
  .add_modal_images .modal-content .modal-body .form-action {
    margin-top: 10px;
    text-align: center; }
    .add_modal_images .modal-content .modal-body .form-action input[type="submit"] {
      text-transform: uppercase;
      background: #204d74;
      color: #fff;
      height: 40px;
      padding: 0px 25px;
      border: none;
      font-family: "Roboto-Medium";
      font-weight: 700; }

.list_of_exercises .form-heading {
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto-Bold";
  padding: 7px 0px;
  border-bottom: 2px solid #795548;
  border-bottom-style: ridge;
  display: inline-block; }
.list_of_exercises .catergogy {
  padding-bottom: 30px; }
  .list_of_exercises .catergogy .item_cater {
    display: block;
    height: 90px;
    background: url("../images/download.jpg");
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: relative; }
    .list_of_exercises .catergogy .item_cater .thum_img {
      position: absolute;
      height: 100%;
      display: block;
      width: 100%;
      opacity: 0.5;
      background: #7374a2; }
    .list_of_exercises .catergogy .item_cater .post_decl {
      color: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
    .list_of_exercises .catergogy .item_cater i {
      font-size: 12px; }
    .list_of_exercises .catergogy .item_cater:hover {
      background: #337ab7;
      color: #fff;
      transition: 1s; }
  .list_of_exercises .catergogy .col-md-4 {
    margin-bottom: 15px; }

.category_item .form-heading {
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto-Bold";
  padding: 7px 0px;
  border-bottom: 2px solid #795548;
  border-bottom-style: ridge;
  display: inline-block; }
.category_item .catergogy .content_cater {
  margin-bottom: 20px; }
  .category_item .catergogy .content_cater .img_link {
    display: block;
    height: 120px; }
    .category_item .catergogy .content_cater .img_link img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: auto;
      height: auto; }
  .category_item .catergogy .content_cater .name_title {
    border: 0px solid #ccc;
    text-align: center; }
    .category_item .catergogy .content_cater .name_title h3.name {
      font-weight: 700;
      font-size: 16px;
      line-height: 22px;
      overflow: hidden;
      margin: 0px;
      padding: 5px;
      height: 55px; }

.clear {
  clear: both; }

.home_related_exercises {
  margin-bottom: 30px; }
  .home_related_exercises .related_title {
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Roboto-Bold";
    padding: 7px 0px;
    border-bottom: 2px solid #795548;
    border-bottom-style: ridge;
    display: inline-block; }
  .home_related_exercises .exercises .img_detail {
    height: 300px !important;
    display: block;
    position: relative;
    background: #ccc; }
    .home_related_exercises .exercises .img_detail img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-height: 300px; }
  .home_related_exercises .exercises .name_exercises {
    font-weight: bold;
    line-height: 30px;
    min-height: 60px;
    overflow: hidden;
    text-align: center;
    margin: 5px 5px; }
    .home_related_exercises .exercises .name_exercises a {
      font-size: 16px; }

.exercises_index {
  margin: 10px 0 0 0; }
  .exercises_index .catergogy {
    padding-bottom: 0px; }

.search_exercises .form-heading {
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto-Bold";
  padding: 7px 0px;
  border-bottom: 2px solid #795548;
  border-bottom-style: ridge;
  display: inline-block; }
.search_exercises .catergogy .content_cater {
  margin-bottom: 20px; }
  .search_exercises .catergogy .content_cater .img_link {
    display: block;
    height: 120px; }
    .search_exercises .catergogy .content_cater .img_link img {
      width: 100%;
      height: 100%; }
  .search_exercises .catergogy .content_cater .name_title {
    border: 1px solid #ccc;
    text-align: center; }
    .search_exercises .catergogy .content_cater .name_title h3.name {
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 700; }

.detail_exercises .head_detail {
  background: #fff;
  border-radius: 4px;
  padding: 10px; }
  .detail_exercises .head_detail h3.title {
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Roboto-Bold";
    padding: 7px 0px;
    border-bottom: 2px solid #795548;
    border-bottom-style: ridge;
    display: inline-block;
    margin: 0 0 10px 0;
    text-transform: none;
    font-size: 16px;
    border: 0; }
.detail_exercises .related_title .title_right {
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto-Bold";
  padding: 7px 0px;
  border-bottom: 2px solid #795548;
  border-bottom-style: ridge;
  display: inline-block; }
.detail_exercises .related_title .exrcise-item {
  background: #fff; }
  .detail_exercises .related_title .exrcise-item a {
    height: 300px !important;
    display: block;
    position: relative; }
    .detail_exercises .related_title .exrcise-item a .img-responsive {
      margin: 0px auto;
      width: auto;
      object-fit: cover;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-height: 300px; }
  .detail_exercises .related_title .exrcise-item .name_ex {
    line-height: 20px;
    text-align: center;
    height: 45px;
    overflow: hidden;
    font-size: 16px;
    padding: 0px 5px; }

.clear {
  clear: both; }

.footer {
  min-height: 200px;
  background: #32b1ec;
  padding-top: 25px;
  padding-bottom: 20px; }
  .footer .left {
    text-align: left;
    display: flex; }
    .footer .left .logo_desktop {
      width: 120px;
      display: inline-block;
      background: #fff;
      padding: 5px; }
      .footer .left .logo_desktop img {
        height: 100%;
        width: 100%; }
    .footer .left .content {
      padding-left: 20px;
      display: inline-block; }
      .footer .left .content .title {
        margin-top: 0px;
        font-family: 'Roboto-Bold';
        color: #fff; }
      .footer .left .content .body {
        line-height: 1.8;
        color: #fff;
        font-size: 15px;
        margin-top: 15px; }
  .footer .copyright {
    margin-top: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 33px; }
    .footer .copyright .facebook {
      border-radius: 50%;
      width: 35px;
      height: 35px;
      background: #2700ff;
      display: inline-block;
      color: #fff;
      line-height: 35px;
      font-size: 16px; }
    .footer .copyright .google {
      border-radius: 50%;
      width: 35px;
      height: 35px;
      background: #ff0047;
      display: inline-block;
      color: #fff;
      line-height: 35px;
      font-size: 16px; }

.fixed-menu-bottom {
  display: none; }

.owl-carousel {
  position: relative;
  margin: 15px 0 0 0; }
  .owl-carousel .owl-nav [class*="owl-"]:hover {
    background: #5bc0de !important; }
  .owl-carousel .owl-nav [class*="owl-"] i {
    font-size: 34px;
    color: #fff; }
  .owl-carousel .owl-item img {
    height: auto;
    max-width: 100%;
    width: auto !important;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 300px; }
  .owl-carousel .owl-nav {
    display: block !important; }
    .owl-carousel .owl-nav button {
      margin: 0 !important;
      position: absolute;
      z-index: 999;
      top: 30%;
      background: #5bc0de !important; }
    .owl-carousel .owl-nav .owl-prev {
      left: 0;
      padding: 0 5px 0 3px !important; }
    .owl-carousel .owl-nav .owl-next {
      right: 0;
      padding: 0 3px 0 5px !important; }
  .owl-carousel .ft-image {
    margin: 0 0 10px 0;
    height: 300px;
    position: relative; }
  .owl-carousel .content-post {
    text-align: justify; }

@media (max-width: 480px) {
  .footer .left {
    text-align: center;
    display: block; }

  .footer .left .content {
    padding-left: 0px; } }

/*# sourceMappingURL=style.css.map */
