#container {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #001567; }
  #container .box_mid .box_mid-title_o h2.mid_title {
    font-family: Muli-ExtraBold;
    font-size: 28px;
    color: #107eae;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 4px; }
    @media (max-width: 980px) {
      #container .box_mid .box_mid-title_o h2.mid_title {
        font-size: 25px; } }
  #container .list_gallery {
    padding-bottom: 25px; }
    @media (max-width: 980px) {
      #container .list_gallery {
        padding-bottom: 20px; } }
    #container .list_gallery ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: auto;
      max-width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #container .list_gallery ul li {
        margin-bottom: 5px; }
        #container .list_gallery ul li a {
          font-family: Muli-Regular;
          font-size: 14px;
          color: #4e4d4d;
          padding: 5px 13px 6px; }
          @media (max-width: 980px) {
            #container .list_gallery ul li a {
              padding: 5px 10px 6px; } }
          @media (max-width: 768px) {
            #container .list_gallery ul li a {
              font-size: 13px; } }
          #container .list_gallery ul li a.current, #container .list_gallery ul li a:hover {
            color: #FFF;
            background: #107eae;
            border-radius: 20px; }
  #container .gallery {
    padding-bottom: 58px; }
    @media (max-width: 980px) {
      #container .gallery {
        padding-bottom: 30px; } }
    #container .gallery .slick-list {
      width: calc(100% + 15px);
      margin: 0 -7.5px; }
      @media (max-width: 980px) {
        #container .gallery .slick-list {
          width: calc(100% + 10px);
          margin: 0 -5px; } }
      #container .gallery .slick-list .slick-slide {
        margin: 0 7.5px; }
        @media (max-width: 980px) {
          #container .gallery .slick-list .slick-slide {
            margin: 0 5px; } }
        #container .gallery .slick-list .slick-slide > div {
          margin-bottom: 15px; }
          @media (max-width: 980px) {
            #container .gallery .slick-list .slick-slide > div {
              margin-bottom: 10px; } }
          #container .gallery .slick-list .slick-slide > div .img a {
            padding-top: 75.25%; }
          #container .gallery .slick-list .slick-slide > div:last-child {
            margin-bottom: 0px; }
    #container .gallery .slick-prev {
      width: 50px;
      height: 55px;
      background: url("../images/use/nav_left_yellow.png") no-repeat;
      left: -68px; }
      #container .gallery .slick-prev:before {
        display: none; }
    #container .gallery .slick-next {
      width: 50px;
      height: 55px;
      background: url("../images/use/nav_right_yellow.png") no-repeat;
      right: -68px; }
      #container .gallery .slick-next:before {
        display: none; }
  #container .list_video .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 800px) {
      #container .list_video .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse; } }
    #container .list_video .wrapper .list_item {
      width: 53%;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content; }
      @media (max-width: 800px) {
        #container .list_video .wrapper .list_item {
          max-width: 450px;
          margin: auto;
          width: auto; } }
      @media (max-width: 480px) {
        #container .list_video .wrapper .list_item {
          max-width: 100%; } }
      #container .list_video .wrapper .list_item .owl-controls .owl-nav .owl-prev {
        width: 35px;
        height: 86px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #FFF;
        position: absolute;
        left: -33px;
        top: 35%;
        -webkit-box-shadow: -3px 3px 7px #d0d0d0;
        box-shadow: -3px 3px 7px #d0d0d0; }
        @media (max-width: 980px) {
          #container .list_video .wrapper .list_item .owl-controls .owl-nav .owl-prev {
            width: 20px;
            height: 40px;
            left: -10px; } }
        #container .list_video .wrapper .list_item .owl-controls .owl-nav .owl-prev i:before {
          content: '\e8ac';
          font-family: ficon;
          color: #2187b4;
          font-style: normal;
          font-size: 28px; }
          @media (max-width: 980px) {
            #container .list_video .wrapper .list_item .owl-controls .owl-nav .owl-prev i:before {
              font-size: 20px; } }
      #container .list_video .wrapper .list_item .owl-controls .owl-nav .owl-next {
        width: 35px;
        height: 86px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #FFF;
        position: absolute;
        right: -33px;
        top: 35%;
        -webkit-box-shadow: 3px 3px 7px #d0d0d0;
        box-shadow: 3px 3px 7px #d0d0d0; }
        @media (max-width: 980px) {
          #container .list_video .wrapper .list_item .owl-controls .owl-nav .owl-next {
            width: 20px;
            height: 40px;
            right: -10px; } }
        #container .list_video .wrapper .list_item .owl-controls .owl-nav .owl-next i:before {
          content: '\e8ad';
          font-family: ficon;
          color: #2187b4;
          font-style: normal;
          font-size: 28px; }
          @media (max-width: 980px) {
            #container .list_video .wrapper .list_item .owl-controls .owl-nav .owl-next i:before {
              font-size: 20px; } }
    #container .list_video .wrapper .content_right {
      width: 47%;
      padding-left: 8.5%;
      padding-right: 6%; }
      @media (max-width: 980px) {
        #container .list_video .wrapper .content_right {
          padding-right: 0px;
          padding-left: 5%; } }
      @media (max-width: 800px) {
        #container .list_video .wrapper .content_right {
          width: 100%;
          margin-bottom: 20px;
          padding-left: 0px; } }
      #container .list_video .wrapper .content_right .title {
        font-family: Muli-ExtraBold;
        font-size: 28px;
        color: #107eae;
        text-transform: uppercase;
        padding-bottom: 12px; }
        @media (max-width: 980px) {
          #container .list_video .wrapper .content_right .title {
            font-size: 25px;
            padding-bottom: 0px; } }
        @media (max-width: 768px) {
          #container .list_video .wrapper .content_right .title {
            font-size: 20px; } }
      #container .list_video .wrapper .content_right .small_title {
        font-family: Muli-Regular;
        font-size: 14px;
        color: #6c6c6c;
        padding-bottom: 47px; }
        @media (max-width: 980px) {
          #container .list_video .wrapper .content_right .small_title {
            padding-bottom: 15px; } }
      #container .list_video .wrapper .content_right .video_title {
        font-family: Muli-Regular;
        font-size: 14px;
        color: #6c6c6c;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 7px 18px 3px 16px;
        border-radius: 20px;
        margin-left: -16px;
        cursor: pointer;
        margin-bottom: 6px; }
        @media (max-width: 800px) {
          #container .list_video .wrapper .content_right .video_title {
            padding: 7px 14px 3px 14px;
            margin-left: 0px; } }
        #container .list_video .wrapper .content_right .video_title.current, #container .list_video .wrapper .content_right .video_title:hover {
          color: #FFF;
          background: #107eae; }
  #container .bi_quyet {
    padding-top: 80px;
    padding-bottom: 162px;
    border-bottom: 1px solid #e1e1e1; }
    @media (max-width: 980px) {
      #container .bi_quyet {
        padding-top: 30px; } }
    @media (max-width: 700px) {
      #container .bi_quyet {
        padding-bottom: 30px; } }
    #container .bi_quyet .wrap {
      max-width: 804px;
      margin: auto;
      background: url("../images/use/biquyet.png") no-repeat;
      background-size: 100% 100%;
      padding-top: 46px;
      padding-bottom: 77px;
      -webkit-box-shadow: 12px 12px 0px #a5a5a4;
      box-shadow: 12px 12px 0px #a5a5a4;
      position: relative; }
      @media (max-width: 980px) {
        #container .bi_quyet .wrap {
          padding-top: 30px;
          padding-bottom: 30px; } }
      @media (max-width: 804px) {
        #container .bi_quyet .wrap {
          margin: 0 10px; } }
      @media (max-width: 700px) {
        #container .bi_quyet .wrap {
          -webkit-box-shadow: 7px 7px 0px #a5a5a4;
          box-shadow: 7px 7px 0px #a5a5a4; } }
      #container .bi_quyet .wrap:before {
        content: '';
        width: 35%;
        padding-top: 67%;
        background: url("../images/use/biquyet1.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 14%;
        left: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        @media (max-width: 980px) {
          #container .bi_quyet .wrap:before {
            width: 20%;
            top: 45%;
            left: 4%; } }
        @media (max-width: 700px) {
          #container .bi_quyet .wrap:before {
            display: none; } }
      #container .bi_quyet .wrap:after {
        content: '';
        width: 34%;
        padding-top: 67%;
        background: url("../images/use/biquyet2.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 14%;
        right: 0;
        -webkit-transform: translateX(67%);
        -ms-transform: translateX(67%);
        transform: translateX(67%); }
        @media (max-width: 980px) {
          #container .bi_quyet .wrap:after {
            width: 20%;
            top: 45%;
            right: 4%; } }
        @media (max-width: 700px) {
          #container .bi_quyet .wrap:after {
            display: none; } }
      #container .bi_quyet .wrap .wrap_content {
        padding: 0px calc(16.8% - 6px) 0px 19%; }
        @media (max-width: 980px) {
          #container .bi_quyet .wrap .wrap_content {
            padding: 0px calc(16% - 6px) 0px 15%; } }
        @media (max-width: 700px) {
          #container .bi_quyet .wrap .wrap_content {
            padding: 0px 10px;
            padding: 0px 40px 0px 20px; } }
        #container .bi_quyet .wrap .wrap_content .title_bi_quyet {
          font-family: Muli-ExtraBold;
          font-size: 28px;
          color: #FFF;
          text-transform: uppercase;
          padding-bottom: 26px; }
          @media (max-width: 980px) {
            #container .bi_quyet .wrap .wrap_content .title_bi_quyet {
              font-size: 25px;
              padding-bottom: 10px; } }
          @media (max-width: 768px) {
            #container .bi_quyet .wrap .wrap_content .title_bi_quyet {
              font-size: 20px; } }
        #container .bi_quyet .wrap .wrap_content .list_item .banner_item {
          font-family: Muli-Regular;
          font-size: 14px;
          color: #FFF;
          text-align: justify;
          max-height: 294px;
          padding-right: 6px;
          overflow: auto; }
          #container .bi_quyet .wrap .wrap_content .list_item .banner_item::-webkit-scrollbar {
            width: 3px;
            background: none; }
          #container .bi_quyet .wrap .wrap_content .list_item .banner_item::-webkit-scrollbar-thumb {
            width: 3px;
            background: #FFF; }
        #container .bi_quyet .wrap .wrap_content .list_item .owl-controls .owl-nav .owl-next {
          position: absolute;
          left: calc(100% + 29px);
          top: 40%; }
          @media (max-width: 980px) {
            #container .bi_quyet .wrap .wrap_content .list_item .owl-controls .owl-nav .owl-next {
              left: calc(100% + 10px); } }
          #container .bi_quyet .wrap .wrap_content .list_item .owl-controls .owl-nav .owl-next i:before {
            content: '\e8ad';
            font-family: ficon;
            font-style: normal;
            color: #FFF;
            font-size: 28px; }

/*---------------list_other----------------*/
.loading-div {
  display: none;
  position: absolute;
  left: 50%;
  top: 20%;
  z-index: 1; }

.list_galerry {
  position: relative;
  background: url("../images/use/bg-matbang.jpg") no-repeat bottom;
  background-size: cover;
  padding: 117px 0 55px; }
  @media (max-width: 980px) {
    .list_galerry {
      padding: 30px 0; } }
  .list_galerry:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 21, 103, 0.8);
    position: absolute;
    left: 0;
    top: 0; }
  .list_galerry .wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1320px; }
    .list_galerry .wrapper .menu_left {
      width: 240px; }
      @media (max-width: 900px) {
        .list_galerry .wrapper .menu_left {
          width: 100%;
          margin-bottom: 20px; } }
      .list_galerry .wrapper .menu_left ul li {
        margin-bottom: 16px;
        position: relative;
        padding-left: 32px; }
        @media (max-width: 980px) {
          .list_galerry .wrapper .menu_left ul li {
            margin-bottom: 10px;
            padding-left: 15px; } }
        .list_galerry .wrapper .menu_left ul li:last-child {
          margin-bottom: 0px; }
        .list_galerry .wrapper .menu_left ul li a {
          font-family: Montserrat-Regular;
          font-size: 14px;
          color: #FFF;
          text-transform: uppercase;
          background: rgba(255, 255, 254, 0.4);
          border-radius: 50px;
          padding: 9px 19px 8px;
          min-width: 178px; }
          @media (max-width: 980px) {
            .list_galerry .wrapper .menu_left ul li a {
              font-size: 13px;
              padding: 6px 18px 4px; } }
          .list_galerry .wrapper .menu_left ul li a:before {
            content: '';
            width: 13px;
            height: 13px;
            background: rgba(255, 255, 254, 0.4);
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
            @media (max-width: 980px) {
              .list_galerry .wrapper .menu_left ul li a:before {
                width: 8px;
                height: 8px; } }
          .list_galerry .wrapper .menu_left ul li a:hover, .list_galerry .wrapper .menu_left ul li a.current {
            font-family: Montserrat-Medium;
            color: #242424;
            background: #fcc93c; }
            .list_galerry .wrapper .menu_left ul li a:hover:before, .list_galerry .wrapper .menu_left ul li a.current:before {
              background: #FFF; }
    .list_galerry .wrapper .content_gallery {
      width: calc(100% - 240px); }
      @media (max-width: 900px) {
        .list_galerry .wrapper .content_gallery {
          width: 100%; } }
      .list_galerry .wrapper .content_gallery .list_content .content_tab .img {
        border: 9px solid rgba(255, 255, 255, 0.2);
        position: relative; }
        @media (max-width: 980px) {
          .list_galerry .wrapper .content_gallery .list_content .content_tab .img {
            border-width: 4px; } }
        .list_galerry .wrapper .content_gallery .list_content .content_tab .img:hover .content {
          background: #fcda73;
          color: #272727; }
        .list_galerry .wrapper .content_gallery .list_content .content_tab .img a {
          padding-top: 72.4%; }
          .list_galerry .wrapper .content_gallery .list_content .content_tab .img a img {
            width: 100%; }
          .list_galerry .wrapper .content_gallery .list_content .content_tab .img a:before {
            content: '';
            width: 88px;
            height: 88px;
            background: url("../images/use/see_detail_thuvien.png") no-repeat;
            background-size: contain;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: 1; }
            @media (max-width: 980px) {
              .list_galerry .wrapper .content_gallery .list_content .content_tab .img a:before {
                width: 50px;
                height: 50px; } }
        .list_galerry .wrapper .content_gallery .list_content .content_tab .img .content {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.45);
          text-align: center;
          font-family: Montserrat-SemiBold;
          font-size: 13.34px;
          text-transform: uppercase;
          color: #FFF;
          padding: 16px 5px; }
          @media (max-width: 980px) {
            .list_galerry .wrapper .content_gallery .list_content .content_tab .img .content {
              padding: 5px 5px 4px;
              font-size: 13px; } }
      .list_galerry .wrapper .content_gallery .list_tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -4px;
        padding-top: 7px; }
        .list_galerry .wrapper .content_gallery .list_tab li {
          width: 25%;
          padding: 0 4px;
          cursor: pointer; }
          .list_galerry .wrapper .content_gallery .list_tab li .img a {
            padding-top: 71.68%; }
            .list_galerry .wrapper .content_gallery .list_tab li .img a img {
              width: 100%; }
      .list_galerry .wrapper .content_gallery .owl-controls .owl-nav .owl-next {
        width: 46px;
        height: 46px;
        background: #ffbd07;
        border: 1px solid #9a8436;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0px;
        position: absolute;
        left: calc(100% + 20px);
        top: 35%; }
        .list_galerry .wrapper .content_gallery .owl-controls .owl-nav .owl-next i:before {
          content: '';
          display: block;
          width: 14px;
          height: 24px;
          background: url("../images/use/nav_right.png") no-repeat;
          background-size: contain; }
      .list_galerry .wrapper .content_gallery .owl-controls .owl-dots {
        padding-top: 49px; }
        @media (max-width: 980px) {
          .list_galerry .wrapper .content_gallery .owl-controls .owl-dots {
            padding-top: 20px; } }
        .list_galerry .wrapper .content_gallery .owl-controls .owl-dots .owl-dot.active span, .list_galerry .wrapper .content_gallery .owl-controls .owl-dots .owl-dot:hover span {
          background: #FFF;
          -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2); }
        .list_galerry .wrapper .content_gallery .owl-controls .owl-dots .owl-dot span {
          margin: 0 6px;
          width: 16px;
          height: 16px;
          background: rgba(255, 255, 255, 0.5); }
          @media (max-width: 980px) {
            .list_galerry .wrapper .content_gallery .owl-controls .owl-dots .owl-dot span {
              width: 10px;
              height: 10px;
              margin: 0 3px; } }
      .list_galerry .wrapper .content_gallery .list_video .video_item {
        border: 9px solid rgba(255, 255, 255, 0.2); }
        @media (max-width: 980px) {
          .list_galerry .wrapper .content_gallery .list_video .video_item {
            border-width: 4px; } }
        .list_galerry .wrapper .content_gallery .list_video .video_item:hover a:last-child {
          background: #fcda73;
          color: #272727; }
        .list_galerry .wrapper .content_gallery .list_video .video_item a:first-child {
          padding-top: 72.4%; }
          .list_galerry .wrapper .content_gallery .list_video .video_item a:first-child img {
            width: 100%; }
          .list_galerry .wrapper .content_gallery .list_video .video_item a:first-child:before {
            content: '';
            width: 87px;
            height: 88px;
            background: url("../images/use/play_video.png") no-repeat;
            background-size: contain;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: 1; }
            @media (max-width: 980px) {
              .list_galerry .wrapper .content_gallery .list_video .video_item a:first-child:before {
                width: 50px;
                height: 50px; } }
        .list_galerry .wrapper .content_gallery .list_video .video_item a:last-child {
          position: absolute;
          top: unset;
          bottom: 0;
          left: 0;
          right: 0;
          max-width: 100%;
          background: rgba(0, 0, 0, 0.45);
          text-align: center;
          font-family: Montserrat-SemiBold;
          font-size: 13.34px;
          text-transform: uppercase;
          color: #FFF;
          padding: 16px 5px; }
          @media (max-width: 980px) {
            .list_galerry .wrapper .content_gallery .list_video .video_item a:last-child {
              font-size: 13px;
              padding: 6px 18px 4px; } }

@media all and (min-width: 0px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3); }

  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px; } }



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