.cy_xetaithanhhung_home_video {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 40px 0 20px; }
  .cy_xetaithanhhung_home_video .row-flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    flex-wrap: wrap; }
  .cy_xetaithanhhung_home_video .section-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    position: relative;
    z-index: 0;
    color: #da251d;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px; }
    @media (max-width: 1199px) {
      .cy_xetaithanhhung_home_video .section-title {
        font-size: 20px; } }
  .cy_xetaithanhhung_home_video .slick-dots {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center; }
    .cy_xetaithanhhung_home_video .slick-dots li {
      height: 12px;
      width: 12px;
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: flex-end; }
      .cy_xetaithanhhung_home_video .slick-dots li + li {
        margin-left: 20px; }
      .cy_xetaithanhhung_home_video .slick-dots li button {
        padding: 0;
        margin: 0;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ccc;
        opacity: 0.7;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
        .cy_xetaithanhhung_home_video .slick-dots li button:before {
          content: none; }
      .cy_xetaithanhhung_home_video .slick-dots li.slick-active button {
        opacity: 1;
        background-color: #097903; }
  .cy_xetaithanhhung_home_video .support .slider-item {
    padding: 0 15px; }
  .cy_xetaithanhhung_home_video .support__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
  .cy_xetaithanhhung_home_video .support__image {
    width: 255px;
    height: 273px;
    flex-shrink: 0;
    overflow: hidden;
    max-width: 50%; }
    .cy_xetaithanhhung_home_video .support__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .cy_xetaithanhhung_home_video .support .contact {
    padding: 12px 10px;
    background: #097903;
    background: -moz-linear-gradient(0deg, #097903 0%, #4caf50 100%);
    background: -webkit-linear-gradient(0deg, #097903 0%, #4caf50 100%);
    background: -ms-linear-gradient(0deg, #097903 0%, #4caf50 100%);
    color: #fff;
    text-align: center; }
    .cy_xetaithanhhung_home_video .support .contact i {
      margin-right: 5px; }
    .cy_xetaithanhhung_home_video .support .contact a {
      color: inherit;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -ms-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .cy_xetaithanhhung_home_video .support .contact a:hover {
        color: #ffc107; }
  .cy_xetaithanhhung_home_video .support__info {
    padding: 18px 0 0;
    background-color: #f7f7f7;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .cy_xetaithanhhung_home_video .support__info .contact {
      margin-top: auto; }
  .cy_xetaithanhhung_home_video .support .info {
    color: #056200; }
    .cy_xetaithanhhung_home_video .support .info__name {
      margin-bottom: 2px;
      padding: 0 20px;
      font-size: 22px;
      line-height: 1.4;
      font-weight: 500; }
    .cy_xetaithanhhung_home_video .support .info__desc {
      font-size: 16px;
      line-height: 22px;
      padding: 0 20px;
      margin-bottom: 10px; }
  .cy_xetaithanhhung_home_video .support .phone-box {
    padding-top: 15px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cy_xetaithanhhung_home_video .support .phone-box .contact {
      width: 49%; }
  .cy_xetaithanhhung_home_video .col-item {
    margin-bottom: 20px; }
  .cy_xetaithanhhung_home_video .home-blog-slider {
    position: relative; }
    .cy_xetaithanhhung_home_video .home-blog-slider .select-box {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      .cy_xetaithanhhung_home_video .home-blog-slider .select-box:before {
        background: #097903;
        background: -moz-linear-gradient(0deg, #097903 0%, #4caf50 100%);
        background: -webkit-linear-gradient(0deg, #097903 0%, #4caf50 100%);
        background: -ms-linear-gradient(0deg, #097903 0%, #4caf50 100%);
        opacity: 1;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .cy_xetaithanhhung_home_video .home-blog-slider .select-box:after {
        position: absolute;
        top: 50%;
        right: 15px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "\f0d7";
        font-family: "FontAwesome";
        font-size: 20px;
        color: #fff;
        pointer-events: none; }
      .cy_xetaithanhhung_home_video .home-blog-slider .select-box .select-video {
        position: relative;
        z-index: 1;
        background: none;
        color: #fff;
        border: none;
        width: 100%;
        text-align: center;
        padding: 10px 15px;
        padding-right: 32px;
        -webkit-appearance: none;
        -moz-appearance: none;
        font-size: 22px;
        line-height: 1.4;
        font-weight: 500; }
        .cy_xetaithanhhung_home_video .home-blog-slider .select-box .select-video option {
          color: #353535;
          font-size: 18px;
          font-weight: normal; }
  .cy_xetaithanhhung_home_video .slick-prev:before,
  .cy_xetaithanhhung_home_video .slick-next:before {
    content: none; }
  .cy_xetaithanhhung_home_video .slick-prev,
  .cy_xetaithanhhung_home_video .slick-next {
    width: 28px;
    height: 54px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .cy_xetaithanhhung_home_video .slick-prev:hover,
    .cy_xetaithanhhung_home_video .slick-next:hover {
      opacity: 1; }
  .cy_xetaithanhhung_home_video .slick-prev {
    left: 0px;
    background-image: url("../images/prev.png"); }
    .cy_xetaithanhhung_home_video .slick-prev:hover, .cy_xetaithanhhung_home_video .slick-prev:focus, .cy_xetaithanhhung_home_video .slick-prev:active {
      background-image: url("../images/prev.png"); }
  .cy_xetaithanhhung_home_video .slick-next {
    right: 0px;
    background-image: url("../images/next.png"); }
    .cy_xetaithanhhung_home_video .slick-next:hover, .cy_xetaithanhhung_home_video .slick-next:focus, .cy_xetaithanhhung_home_video .slick-next:active {
      background-image: url("../images/next.png"); }
  .cy_xetaithanhhung_home_video .home-blog-post .wrapper {
    position: relative;
    -webkit-box-shadow: 1.147px 1.638px 3px 0px rgba(71, 71, 71, 0.2);
    box-shadow: 1.147px 1.638px 3px 0px rgba(71, 71, 71, 0.2); }
    .cy_xetaithanhhung_home_video .home-blog-post .wrapper .image {
      overflow: hidden; }
      .cy_xetaithanhhung_home_video .home-blog-post .wrapper .image iframe {
        display: block; }
      .cy_xetaithanhhung_home_video .home-blog-post .wrapper .image .img-box {
        display: block;
        height: 330px; }
        .cy_xetaithanhhung_home_video .home-blog-post .wrapper .image .img-box img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          display: block; }
    .cy_xetaithanhhung_home_video .home-blog-post .wrapper .info {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      .cy_xetaithanhhung_home_video .home-blog-post .wrapper .info__title {
        font-size: 22px;
        line-height: 1.4;
        color: #fff;
        padding: 10px 15px; 
      background: #097903;
    background: -moz-linear-gradient(0deg, #097903 0%, #4caf50 100%);
    background: -webkit-linear-gradient(0deg, #097903 0%, #4caf50 100%);
    background: -ms-linear-gradient(0deg, #097903 0%, #4caf50 100%);}
        .cy_xetaithanhhung_home_video .home-blog-post .wrapper .info__title a {
          color: inherit;
          display: block;
          display: -webkit-box;
          margin: 0 auto;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          height: 30.8px; }
      .cy_xetaithanhhung_home_video .home-blog-post .wrapper .info:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        top: 0;
        background: -moz-linear-gradient(0deg, #097903 0%, #4caf50 100%);
        background: -webkit-linear-gradient(0deg, #097903 0%, #4caf50 100%);
        background: -ms-linear-gradient(0deg, #097903 0%, #4caf50 100%);
        opacity: .8;
        z-index: -1; }

@media (max-width: 1365px) {
  .cy_xetaithanhhung_home_video .support__image {
    width: 35%;
    height: 150px; } }
@media (max-width: 1199px) {
  .cy_xetaithanhhung_home_video .home-blog-post .wrapper .image .img-box,
  .cy_xetaithanhhung_home_video .home-blog-post .wrapper .image iframe {
    height: 349px; }

  .cy_xetaithanhhung_home_video .support .info {
    padding-top: 10px; }
    .cy_xetaithanhhung_home_video .support .info__desc, .cy_xetaithanhhung_home_video .support .info__name {
      padding: 0 10px; }

  .cy_xetaithanhhung_home_video .support .contact {
    padding: 8px 10px; }

  .cy_xetaithanhhung_home_video .support__image {
    width: 100%;
    max-width: none;
    height: 160px; }
    .cy_xetaithanhhung_home_video .support__image img {
      max-height: 100%;
      width: auto;
      height: auto;
      margin: 0 auto;
      display: block; }

  .cy_xetaithanhhung_home_video .support .phone-box {
    flex-wrap: wrap;
    padding-top: 5px; }
    .cy_xetaithanhhung_home_video .support .phone-box .contact {
      width: 100%; }
      .cy_xetaithanhhung_home_video .support .phone-box .contact + .contact {
        margin-top: 5px; }

  .cy_xetaithanhhung_home_video .home-blog-post .wrapper .info__title,
  .cy_xetaithanhhung_home_video .home-blog-slider .select-box .select-video {
    font-size: 16px; }

  .cy_xetaithanhhung_home_video .home-blog-post .wrapper .info__title a {
    height: 22.4px; } }

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