@charset "UTF-8";
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../font/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../font/MaterialIcons-Regular.woff2) format("woff2"), url(../font/MaterialIcons-Regular.woff) format("woff"), url(../font/MaterialIcons-Regular.ttf) format("truetype");
  font-display: swap; }
.material-icons {
  font-family: 'Material Icons';
  font-weight: 200;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

@keyframes slideIn {
  /* Bắt đầu: 0% hoặc 'from' */
  0% {
    transform: translateX(0);
    /* Dịch chuyển từ bên trái */ }
  /* Giữa: Ví dụ 50% */
  50% {
    transform: translateX(10px); }
  /* Kết thúc: 100% hoặc 'to' */
  100% {
    transform: translateX(0);
    /* Vị trí cuối cùng */ } }
@keyframes zoomImg {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
a {
  color: #2c2c2c;
  text-decoration: none !important; }
  a :hover {
    color: #004bad; }

.top-info {
  background: #313131; }

body {
  font-family: "GoogleSans Regular", sans-serif;
  color: #000 !important;
  background: #fff; }

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: 700;
  font-family: 'GoogleSans Regular', sans-serif; }

.fontsmall {
  font-size: 13px; }

section {
  width: 100%;
  padding: 40px 0; }

.fixed_sticky {
  background: #fff;
  padding: 5px 0 !important; }

h1 {
  font-size: 25px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

.bg-primary {
  background-color: #004bad !important; }

.text-success {
  color: #004bad !important; }

header {
  padding: 0; }
  header .iconcart {
    font-size: 35px;
    position: relative; }
    header .iconcart .totalcart {
      background: red;
      color: #fff;
      font-size: 12px;
      width: 15px;
      height: 15px;
      line-height: 15px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      right: 0;
      top: 0;
      text-align: center; }

.mainmenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .mainmenu ul li {
    position: relative;
    float: left;
    padding: 8px 5px; }
    .mainmenu ul li a {
      color: #000; }
      .mainmenu ul li a:hover {
        text-decoration: none;
        color: #004bad; }
    .mainmenu ul li:hover > ul {
      display: block; }
    .mainmenu ul li ul {
      animation: animate__fadeInDown;
      animation-duration: 1s;
      display: none;
      position: absolute;
      top: 50px;
      left: 0;
      background: #fff;
      border-bottom: 2px #004bad solid;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      box-shadow: 0px 5px 5px 0px #e0e0e0;
      width: 250px;
      z-index: 999; }
      .mainmenu ul li ul li {
        padding: 0;
        float: left;
        width: 100%;
        border-bottom: 1px #f2f2f2 solid;
        position: relative; }
        .mainmenu ul li ul li:hover {
          background: #f2f2f2; }
        .mainmenu ul li ul li ul {
          position: absolute;
          left: 98%;
          top: 0;
          display: none;
          background: #f2f2f2; }
          .mainmenu ul li ul li ul li {
            border-bottom: 1px #fff solid; }

.offcanvas h3 {
  float: left;
  width: 100%;
  margin: 10px 0;
  font-weight: 700; }
.offcanvas .block_social {
  text-align: left; }
  .offcanvas .block_social .social-icon {
    margin: 20px;
    font-size: 25px; }

.menu_mobile ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .menu_mobile ul li {
    border-bottom: 1px #d1d1d1 solid; }
    .menu_mobile ul li a {
      color: #000; }
  .menu_mobile ul ul {
    display: none; }
    .menu_mobile ul ul li {
      padding-left: 20px; }
      .menu_mobile ul ul li a {
        color: #616161; }

.btn {
  padding: 10px 30px; }

.btn-light {
  border: 2px #3b3b3b solid; }

.bg-success {
  background: #19b06a !important; }

.btn-success {
  background-color: #19b06a !important; }

.btnsmall {
  font-size: 14px;
  padding: 3px 10px !important; }

.block-slide .title_head {
  margin-top: 50px; }
  .block-slide .title_head h3 {
    font-size: 22px;
    color: #004bad; }
  .block-slide .title_head h1 {
    font-size: 40px;
    font-weight: 800;
    padding-right: 100px; }
  .block-slide .title_head .description {
    padding-right: 30%; }

.title_block h3 {
  color: #004bad; }
.title_block h2 {
  font-size: 50px;
  font-weight: 700; }
.title_block .description {
  padding: 0 20%; }

.block-post .description {
  padding: 0 200px; }
.block-post .one_post .cover {
  height: 250px;
  overflow: hidden; }
.block-post .one_post h3 {
  font-weight: 700; }
.block-post .one_post .des {
  color: #616161; }

.fiximgmobile table {
  border: 1px #ccc solid;
  border-collapse: collapse;
  margin-bottom: 20px;
  background: #fff; }
  .fiximgmobile table td {
    border: 1px #ccc solid;
    border-collapse: collapse;
    padding: 5px; }

.block-cat .box_cat:hover img {
  animation-name: slideIn;
  animation-duration: 1s;
  animation-timing-function: ease-in-out; }

.block-gioithieu {
  background: #000;
  color: #fff; }
  .block-gioithieu h3 {
    font-size: 18px; }
  .block-gioithieu h2 {
    color: #11a6e4;
    font-size: 40px;
    margin-bottom: 20px; }
  .block-gioithieu .why-choose .one_flow {
    text-align: center; }
    .block-gioithieu .why-choose .one_flow .material-icons {
      font-size: 50px; }
    .block-gioithieu .why-choose .one_flow h3 {
      font-size: 16px;
      color: #11a6e4; }

.block-product .one_product {
  background: #fff; }
  .block-product .one_product .cover {
    height: 190px;
    overflow: hidden; }
  .block-product .one_product h3 {
    font-weight: 400;
    font-size: 16px;
    height: 40px; }
  .block-product .one_product .price {
    color: #004bad;
    font-weight: 700;
    font-size: 18px; }
  .block-product .one_product:hover img {
    transform: scale(1.2);
    animation-name: zoomImg;
    animation-duration: 1s;
    animation-timing-function: ease-in-out; }

.cover_cat {
  position: relative; }
  .cover_cat .bg-opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #262626;
    background: linear-gradient(90deg, rgba(38, 38, 38, 0) 0%, rgba(43, 43, 43, 0) 51%, rgba(20, 20, 20, 0) 100%); }
  .cover_cat .box-title {
    position: absolute;
    top: 30%;
    width: 100%;
    margin: 0 auto;
    z-index: 2; }
    .cover_cat .box-title .title {
      background: #262626;
      background: linear-gradient(90deg, rgba(38, 38, 38, 0) 0%, rgba(43, 43, 43, 0) 51%, rgba(20, 20, 20, 0) 100%); }
      .cover_cat .box-title .title h3 {
        font-size: 25px;
        color: #11a6e4; }

.bg-headpage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .bg-headpage .bg_opacity {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #262626;
    background: linear-gradient(90deg, rgba(38, 38, 38, 0.3) 0%, rgba(43, 43, 43, 0.3) 51%, rgba(20, 20, 20, 0.3) 100%); }
  .bg-headpage .title_page_nocover {
    z-index: 2; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes onshowbottom {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -5px; } }
/* Standard syntax */
@keyframes onshowbottom {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -5px; } }
@keyframes changeColor {
  0% {
    color: #cccccc;
    font-size: 50px; }
  100% {
    color: #004bad;
    font-size: 60px; } }
@keyframes updownbox {
  0% {
    top: 20%; }
  25% {
    top: 40%; }
  50% {
    top: 20%; }
  100% {
    top: 40%; } }
@keyframes showHeight {
  0% {
    height: 0; }
  100% {
    height: auto; } }
@-webkit-keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }
@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }
@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
@-webkit-keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
@keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
@keyframes zoompadding {
  0% {
    padding: 0; }
  100% {
    padding: 20px; } }
footer {
  padding: 50px 0;
  background: #000 url("../images/footer-bg.png");
  color: #fff;
  background-size: cover; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #11a6e4; }
  footer ul, footer ol {
    list-style-type: none;
    padding: 0; }
    footer ul li, footer ol li {
      padding: 5px 0; }
  footer h3 {
    font-weight: 700;
    color: #11a6e4;
    text-transform: uppercase;
    padding: 10px 0; }
  footer .social-icon {
    font-size: 25px;
    padding: 10px; }
    footer .social-icon a {
      color: #fff; }
  footer .call {
    color: #11a6e4;
    font-size: 30px;
    font-weight: 700; }
    footer .call a {
      color: #11a6e4; }
      footer .call a:hover {
        color: #004bad; }

.icon-support {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 5; }
  .icon-support .hotline-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .icon-support .hotline-icon .icofont-phone {
      display: flex;
      align-items: center;
      justify-content: center;
      background: red;
      color: #fff;
      border: 1px #ccc solid;
      display: block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font-size: 35px; }
    .icon-support .hotline-icon:hover .icofont-phone {
      background: #cf1111;
      color: #fff; }

.content-page {
  max-width: 1170px; }

.title_page h1 {
  font-size: 35px;
  font-weight: 700;
  padding-right: 100px;
  padding-top: 100px; }

.content-page .sticky-sm-top {
  top: 110px; }

.title_page_nocover {
  position: relative;
  overflow: hidden; }
  .title_page_nocover h1 {
    font-size: 45px;
    font-weight: 700;
    color: #fff; }
  .title_page_nocover ol li a {
    color: #fff; }
  .title_page_nocover .breadcrumb-item::before {
    color: #d1d1d1; }

.detail_news .sticky-sm-top {
  top: 100px;
  z-index: 2; }
.detail_news table {
  border: 1px; }
  .detail_news table tr td {
    border: 1px #ccc solid;
    padding: 5px;
    background: #f9f9f9;
    font-size: 16px; }
  .detail_news table tr:first-child td {
    background: #616161;
    color: #fff; }
  .detail_news table tr:first-child th {
    background: #616161;
    color: #fff; }

.sidebar .nav-sidebar {
  float: left;
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px #ccc dashed;
  color: #fff; }

ul#menudetail {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 500px;
  overflow-y: scroll; }
  ul#menudetail::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  ul#menudetail::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
  ul#menudetail li {
    padding: 5px 0;
    border-bottom: 1px #d1d1d1 dashed; }
    ul#menudetail li a {
      font-size: 16px; }
    ul#menudetail li.styleH2 {
      text-transform: none;
      font-weight: 700; }
    ul#menudetail li.styleH3 {
      padding-left: 15px; }
    ul#menudetail li.styleH3:before {
      margin-right: 5px; }
    ul#menudetail li.styleH4 {
      padding-left: 30px; }
    ul#menudetail li.styleH4:before {
      margin-right: 5px; }

.list_post .box_post .cover {
  height: 220px;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
  /*Shine */ }
  .list_post .box_post .cover .btn-play {
    position: absolute;
    font-size: 50px;
    top: 35%;
    z-index: 3;
    text-align: center;
    width: 100%;
    color: #f2f2f2; }
  .list_post .box_post .cover::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .list_post .box_post .cover:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s; }
.list_post .box_post h3 {
  min-height: 55px; }
  .list_post .box_post h3 a {
    color: #2c2c2c; }
.list_post .box_post a {
  color: #004bad; }
  .list_post .box_post a:hover {
    color: #20af2c; }
    .list_post .box_post a:hover i {
      margin-left: 10px; }
.list_post .fix_other_post .cover {
  height: 200px;
  background-color: #11a6e4;
  overflow: hidden;
  position: relative; }

.detail_product .imgslide {
  position: relative; }
  .detail_product .imgslide .playvideo {
    position: absolute;
    bottom: 125px;
    right: 5px;
    z-index: 3; }
.detail_product h1 {
  font-size: 24px;
  line-height: 35px; }
.detail_product .attrproduct {
  padding: 4px 5px;
  cursor: pointer;
  border: 1px solid #dee2e6; }
  .detail_product .attrproduct.actived {
    border: 1px #004bad solid !important; }
.detail_product .price {
  color: #004bad;
  font-size: 22px; }
.detail_product .hotline {
  font-size: 20px; }

.bubbles {
  position: relative;
  width: 100%;
  overflow: hidden; }

.bubble {
  position: absolute;
  left: var(--bubble-left-offset);
  bottom: -75%;
  display: block;
  width: var(--bubble-radius);
  height: var(--bubble-radius);
  border-radius: 50%;
  animation: float-up var(--bubble-float-duration) var(--bubble-float-delay) ease-in infinite; }
  .bubble::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(136, 246, 251, 0.3);
    border-radius: inherit;
    animation: var(--bubble-sway-type) var(--bubble-sway-duration) var(--bubble-sway-delay) ease-in-out alternate infinite; }
  .bubble:nth-child(0) {
    --bubble-left-offset: 86vw;
    --bubble-radius: 8vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-left-to-right; }
  .bubble:nth-child(1) {
    --bubble-left-offset: 35vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 7s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left; }
  .bubble:nth-child(2) {
    --bubble-left-offset: 72vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 10s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left; }
  .bubble:nth-child(3) {
    --bubble-left-offset: 87vw;
    --bubble-radius: 7vw;
    --bubble-float-duration: 10s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-left-to-right; }
  .bubble:nth-child(4) {
    --bubble-left-offset: 26vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-right-to-left; }
  .bubble:nth-child(5) {
    --bubble-left-offset: 22vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 12s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-right-to-left; }
  .bubble:nth-child(6) {
    --bubble-left-offset: 95vw;
    --bubble-radius: 10vw;
    --bubble-float-duration: 11s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left; }
  .bubble:nth-child(7) {
    --bubble-left-offset: 38vw;
    --bubble-radius: 10vw;
    --bubble-float-duration: 6s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-left-to-right; }
  .bubble:nth-child(8) {
    --bubble-left-offset: 85vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 9s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-right-to-left; }
  .bubble:nth-child(9) {
    --bubble-left-offset: 58vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 10s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-left-to-right; }
  .bubble:nth-child(10) {
    --bubble-left-offset: 81vw;
    --bubble-radius: 9vw;
    --bubble-float-duration: 8s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-left-to-right; }

@keyframes float-up {
  to {
    transform: translateY(-175vh); } }
@keyframes sway-left-to-right {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(100%); } }
@keyframes sway-right-to-left {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
.slick-next {
  right: 0 !important; }

.slick-prev {
  left: 0 !important; }

.slick-prev:before, .slick-next:before {
  font-size: 25px; }

#carouselSlideImage .carousel-indicators {
  margin: 0;
  opacity: 1;
  background: #fff;
  padding: 5px;
  margin-top: 10px;
  border-radius: 5px; }
  #carouselSlideImage .carousel-indicators .slick-slide {
    height: 100px;
    margin: 3px;
    border-radius: 5px;
    border: 2px #e2e2e2 solid;
    overflow: hidden; }
    #carouselSlideImage .carousel-indicators .slick-slide div {
      height: auto;
      padding: 0;
      border: 0; }
    #carouselSlideImage .carousel-indicators .slick-slide img {
      width: 100%; }
#carouselSlideImage .carousel-indicators [data-bs-target] {
  opacity: 1;
  margin: 0;
  border: 0;
  padding: 0; }
#carouselSlideImage .slick-prev {
  left: 0 !important;
  z-index: 2; }
#carouselSlideImage .slick-next {
  right: 10px !important; }
#carouselSlideImage .slick-prev:before, #carouselSlideImage .slick-next:before {
  font-size: 30px;
  color: #e2e2e2; }

/* gioi thieu */
.titlehcenter {
  font-size: 40px !important;
  color: #11a6e4; }

.muctieu .cover_muctieu {
  width: 270px;
  height: 270px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto; }
  .muctieu .cover_muctieu img {
    height: 100%; }

/* news */
.block-video .box-video {
  border-radius: 10px;
  overflow: hidden; }
  .block-video .box-video iframe {
    border-radius: 10px; }
.block-video h1 {
  font-size: 20px; }
.block-video .listvideo {
  margin-bottom: 15px; }
  .block-video .listvideo h3 {
    font-size: 16px; }
  .block-video .listvideo .cover {
    border-radius: 5px;
    overflow: hidden; }

.box-sidebar ul, .box-sidebar ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .box-sidebar ul li, .box-sidebar ol li {
    position: relative;
    padding: 5px 0 5px 25px; }
    .box-sidebar ul li::before, .box-sidebar ol li::before {
      font-family: IcoFont !important;
      content: "\eed9";
      position: absolute;
      left: 0;
      color: #004bad; }

.onlymobile {
  display: none !important; }

.viewall_mobile {
  display: none; }

.fixWidthSinglePage {
  padding: 0 150px; }

.contact .icon {
  font-size: 50px;
  color: #004bad; }

/* menusidebar */
.title-sidebar {
  font-size: 16px;
  border-bottom: 2px #004bad solid;
  color: #004bad;
  padding-bottom: 10px; }

.menusidebar {
  font-size: 16px; }
  .menusidebar .accordion h2 {
    font-size: 16px; }
    .menusidebar .accordion h2 a {
      padding: 12px 15px;
      display: flex;
      align-items: center;
      width: 100%; }
  .menusidebar .accordion .accordion-button {
    padding: 10px 0; }
  .menusidebar .accordion .accordion-button:not(.collapsed) {
    background: #fff; }
  .menusidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .menusidebar ul li {
      padding: 8px 10px;
      border-bottom: 1px #ccc solid; }
      .menusidebar ul li a.active {
        color: #0c63e4; }

.comment .text-comment {
  color: #555555; }
.comment .box-comment {
  max-height: 400px;
  overflow-y: scroll; }
.comment .iconRating {
  font-size: 22px;
  cursor: pointer; }

/* devices (tablets, less than 992px) */
@media screen and (max-width: 1024px) {
  .mainmenu ul li {
    padding: 0; }

  .block-slide .title_head h1 {
    font-size: 40px;
    padding-right: 0; }
  .block-slide .title_head .description {
    padding: 0; }
  .block-slide .title_head .btn {
    padding: 10px 10px; }

  .title_block .description {
    padding: 0; }
  .title_block h2 {
    font-size: 28px; }

  .fixWidthSinglePage {
    padding: 0; }

  .block_server .box_promotion {
    width: 100%; }
    .block_server .box_promotion .col_promotion {
      white-space: nowrap; }

  .title_page h1 {
    padding-top: 10px; }

  .cover_cat {
    position: relative; }
    .cover_cat .bg-opacity {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      background: #262626;
      background: linear-gradient(90deg, rgba(38, 38, 38, 0) 0%, rgba(43, 43, 43, 0) 51%, rgba(20, 20, 20, 0) 100%); }
    .cover_cat .box-title {
      position: absolute;
      top: 30%;
      width: 100%;
      margin: 0 auto;
      z-index: 2; } }
/* mobile small devices (landscape phones, less than 768px) */
@media screen and (max-width: 767.98px) {
  .mainmenu {
    display: none; }

  .onlymobile {
    display: inline-block !important; }

  .onlydesktop {
    display: none; }

  header {
    padding: 20px 0 0 0; }

  .logo {
    text-align: center; }
    .logo img {
      height: 60px; }

  .block-slide .title_head {
    text-align: center; }
    .block-slide .title_head h1 {
      font-size: 35px; }
    .block-slide .title_head .description {
      padding: 0; }
    .block-slide .title_head .btn {
      padding: 10px 10px; }

  .block-about h4 {
    text-align: center; }
  .block-about h2 {
    font-size: 35px;
    text-align: center; }
  .block-about .des {
    text-align: justify; }
  .block-about .readmore_mobile {
    text-align: center; }

  .block-product .one_product .cover {
    height: 130px;
    overflow: hidden; }
  .block-product .one_product .fixhomepage {
    height: 300px !important; }
    .block-product .one_product .fixhomepage h3 {
      font-size: 25px; }
  .block-product .one_product h3 {
    font-weight: 600;
    min-height: 65px; }
  .block-product .one_product .price {
    color: #004bad;
    font-weight: 700;
    font-size: 20px; }

  .box_cat h3 {
    font-size: 16px; }

  .slick-next {
    right: 0 !important; }

  .slick-prev {
    left: 0 !important; }

  footer .block_social {
    text-align: center;
    margin-bottom: 20px; }
    footer .block_social .social-icon {
      float: none; }

  .list_post .box_post {
    margin-bottom: 20px; }
    .list_post .box_post .cover {
      height: 110px; }
      .list_post .box_post .cover .btn-play {
        position: absolute;
        font-size: 30px;
        top: 35%;
        z-index: 3;
        text-align: center;
        width: 100%;
        color: #f2f2f2; }
    .list_post .box_post h3 {
      font-weight: 600;
      font-size: 17px;
      min-height: 65px; }

  .box-comment {
    max-height: 50px;
    overflow-y: scroll; }
    .box-comment::-webkit-scrollbar {
      width: 8px;
      height: 8px; }
    .box-comment::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px; }

  ul#menudetail {
    max-height: 200px; }

  .title_page {
    text-align: center; }
    .title_page h1 {
      font-size: 25px;
      margin-top: 20px; }
    .title_page .breadcrumb {
      justify-content: center !important; }

  .title_page_nocover h1 {
    font-size: 25px; }

  .fiximgmobile {
    text-align: justify; }

  .title_other_post h2 {
    font-size: 25px; }
  .title_other_post h3 {
    font-size: 18px; }

  .titlehcenter {
    font-size: 30px !important;
    margin: 20px 0; }

  .swiper-wrapper .swiper-button-next {
    right: -2px !important;
    background: #fff; }

  .swiper-button-prev {
    left: -3px;
    background: #fff; }

  .title_uudai {
    font-size: 24px;
    text-transform: uppercase; } }

/*# sourceMappingURL=style.css.map */
