.card {
    /* width: 300px; */
    height: 18rem;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    transition: all 0.6s ease;
    border: 3px solid white;
  }

  .card h3 {
    font-size: 16px;
  }

  .card:hover {
    box-shadow: rgba(255, 172, 28, 0.199) -10px 10px, rgba(255, 172, 28, 0.19) 10px 10px;
  }

  .card .img {
    height: 50%;
    /*background: url("https://cdn.pixabay.com/photo/2015/07/28/20/55/tools-864983_1280.jpg");*/
    background-size: cover !important;
  }

  .card .content {
    display: flex;
    flex-direction: column;
    /* padding: 20px; */
    /* duytt.tnn*/
      padding: 5px 5px 5px 5px;
    font-weight: 300;
  }

  .card .content h3 {
    /*width: 200px;*/
    font-weight: bold;
    line-height: unset;
    padding-bottom: 5px;
    border-bottom: 4px solid #FFAC1C;
    margin: 5px 0 !important;
  }

  .card .content p {
    /* margin-top: 20px; */
    margin-bottom: 15px;
  }

  .card .content a {
    list-style-type: none;
    text-decoration: none;
  }

  .card .content button {
    font-weight: 100;
    font-size: 20px;
    color: #FFAC1C;
    width: 100%;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    background-color: #ffac1c26;
    transition: 0.2s ease-in-out;
  }

  .card .content button:hover {
    background-color: #ffac1c3f;
    cursor: pointer;
  }

  .ocopmain {
    position: relative;
    min-height: 450px;
    background: url("https://storage-vnportal.vnpt.vn/gov-tnn/11207/banner_phai/du_lich/trang/chu/doi-che-thai-nguyen-2-.jpg");
    background-size: cover !important;
  }

  .ocoprow {
    position: absolute;
    top: 25%;
    padding: 0px 30px 0 30px;
  }


.card .img {
    min-height: 50% !important;
    /* background: url(https://cdn.pixabay.com/photo/2015/07/28/20/55/tools-864983_1280.jpg); */
    background-size: cover !important;
}