@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

@font-face {
  font-family: 'hnicon';
  src:  url('../fonts/customicon.eot?b9casx');
  src:  url('../fonts/customicon.eot?b9casx#iefix') format('embedded-opentype'),
    url('../fonts/customicon.ttf?b9casx') format('truetype'),
    url('../fonts/customicon.woff?b9casx') format('woff'),
    url('../fonts/customicon.svg?b9casx#customicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hnicon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-safety:before {
  content: "\e9001";
}
.ico-animal:before {
  content: "\e9004";
}
.ico-social:before {
  content: "\e9003";
}
.ico-environment:before {
  content: "\e9002";
}
b, strong{
font-weight:bold
}
td,th{
  padding: 1em 0.5em;
}
th:first-child, td:first-child{
  padding-left: 0.5em
}
tbody tr:nth-child(odd){
  background: #f4f4f4
}
#wrapper, #main{
    background: #f4f4f4;
}
.entry-content{
  background: #fff;
  border-radius: 5px
}
.h2,h2{
  font-size: 1.3em
}
[class].pl0{
  padding-left: 0
}
[class].pr0{
  padding-right: 0
}
[class].pt0{
  padding-top: 0
}
[class].pb0{
  padding-bottom: 0
}
[class].pt10{
  padding-top: 10px
}
[class].mb0{
  margin-bottom: 0
}
[class].u_taj{
  text-align: justify
}
.c-black{color:#000}
body {
  font-family: 'Roboto', sans-serif;
}
.topbar-hotline{
  position: relative;
  padding-left: 25px
}
.topbar-hotline a{
  color: #fff
}
.header-top{
  background: #1e73be;
  padding: 5px 0
}
.top-product .col-inner{
  display: flex
}

.block-news{
    padding: 25px 18px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 15%);
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 30px
}

.block-news__inner{
    display: flex;
    flex-wrap: wrap;    
    margin: 0 -10px;
    padding: 20px 0 0;
    height: auto;
    flex-flow: row-reverse
}

.block-news__inner > *{
    width: 50%;
    padding: 0 10px;
    height: 100%
}

.news-slider__img{
    width: 100%;
    padding-bottom: 56.4%;
    height: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 18px;
    position: relative;
    display: block
}

.news-slider__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    transition: var(--transition);
}

.block-news__title.section-title-normal span{
    text-transform: uppercase;    
    color: #1e73be
}
.section-title-normal{
  border-bottom: 0
}
.news-list__item + .news-list__item{
    margin-top: 24px
}

.news-list__inner{
    display: flex;
    justify-content: space-between;
}
.news-list__img{
    width: 191px;
    height: 108px;
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.news-list__img img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    transition: var(--transition);
}
.news-list__info{
    width: calc(100% - 191px)
}

.news-list__text{
    color: #334862;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px
}

.news-list__title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 22px
}
.news-large .news-list__inner{
  flex-direction: column;
}
.news-large .news-list__img,.news-large .news-list__info{
  width: 100%
}
.news-large .news-list__info{
  margin-top: 15px
}
.news-large .news-list__img{
  height: auto
}
.news-large .news-list__img img{
  position: static
}
.news-large .news-list__text{
  -webkit-line-clamp: 3;
}
.top-news{
  margin-top: 30px
}


@media screen and (max-width: 767px){
  .block-news{
      padding: 15px;
  }  
  .top-service .col.small-6{
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 849px){
    .block-news__inner{
        flex-direction: column;
    }
    .block-news__inner > *{
        width: 100%
    }
    .news-list{
        margin-top: 20px;
        order: 1;
    }
    .news-large{
      order: 0;
    }
    .news-list__img{
        width: 137px;
        height: 78px;
        margin-right: 10px;
        border-radius: 5px;
    }
    .news-list__info{
        width: calc(100% - 137px)
    }
    .news-list__text{
        font-size: 14px;
        line-height: 20px
    }    
}
.top-service{
  padding: 10px 7px;
  margin-top: 20px
}
.top-service .col{
  padding:7px;
}
.service-item{
  border: 1px solid #1e73be;
  border-radius: 10px;
  font-weight: bold;
  background: #fff
}
.service-item-link{
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service-item-link *{
  display: block;
  text-transform: uppercase;
  font-weight: bold
}
.service-item-link span:first-child{
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #1e73be;
  color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-item-link span img{
  width: 40px
}
.service-item-link span+span{
  margin-top: 15px
}
@media screen and (max-width: 1023px){
  .service-item-link span+span{
    font-size: 12px;
    white-space: nowrap;
  }
}
/*FOOTER*/
/**FOOTER**/
.absolute-footer{
    display: none;
}
.footer-wrapper{
    background: #fff;
    padding-top: 25px
}
.footer__inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: content-box;
    font-size: 12px;
    color: #666
}
.footer__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer__list > *{    
    flex: 1 1 calc(21.3333%);
    -webkit-box-flex: 1;
    padding: 0 5px;
}
.footer__list .footer-contact{
    flex-basis: 27.3333%;
}
.footer__list .footer-info{
    flex-basis: 30%;
}
.footer__inner ul{
    list-style: none;
    padding: 0;
    margin:0;
}

.footer__inner a{
    color: #666
}
.footer__title{
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px
}
.footer__title:after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: var(--primary-color);
    margin-top: 5px;
}
.footer-info__list li{
    position: relative;
    padding-left: 30px
}
.footer-info__icon{
    position: absolute;
    top:0;
    left: 0;
}
.footer-contact__social{
    display: flex;
    align-items:center;
}
.footer-contact__social li{
    padding: 0 10px;
}
.footer-contact__social li img{
    width: 40px
}
.footer-contact__social li:first-child{
    padding-left: 0
}
.footer__titleSM{
    margin: 20px 0;
    color: #000
}
.footer__payment{
    display: flex;
    flex-wrap: wrap
}
.footer__payment li{
    overflow: hidden;
    position: relative;
    margin: 3px;
    padding: 2px;
    width: 63px;
    height: 33px;
    border-radius: 5px;
    border: 1px solid rgb(187, 187, 187);
    display: flex;
    align-items: center;
}
.footer__inner .footer__payment{
    margin-bottom: 20px
}
.footer__bottom{
    text-align: center;
    background: rgb(243, 243, 243);
    border-bottom: 1px solid rgb(51, 51, 51);
    padding: 20px 15px;
    font-size: 12px
}
.footer__copyright p,
.footer__bottom p{
    margin-bottom: 0
}
.footer__copyright{
    font-size: 12px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: content-box;
    text-align: center;
}
.fb-page{
  width: 100%
}

@media screen and (max-width: 767px){
    .footer__list{
        flex-direction: column;
    }
    .footer__list > * + *{
        margin-top: 15px
    }
     .footer__title{
        font-size: 14px;
        font-weight: 500;
     }
    .footer__title:after{
        display: none;
    }
    .footer-link__list{
        display: none;
    }
    .footer__title--accord{
        position: relative;
        width: 100%;
        border: none;
        padding: 10px;
        cursor: pointer;
        background: rgb(235, 235, 233);
        text-align: left;
        margin-bottom: 0
    }
    .footer__title--accord:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        z-index: 9;
        transform: translateY(-50%) rotate(0deg);
        content: "";
        display: block;
        width: 0px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid rgb(0, 0, 0);
        transition: transform 0.25s ease-in-out 0s;
        background: transparent;
        margin:0;
    }
    .footer__title--accord.active:after{
        transform: translateY(-50%) rotate(180deg);
    }
    .footer__title--accord + .footer-link__list{
        border: 1px solid rgb(235, 235, 233);
        padding: 10px 10px 0;
    }
}
.img-round img{
  border-radius: 100%;
  width: 145px;
  z-index: 1;
  position: relative;
}
.img-round .img-inner{
  position: relative;
  width: 100%;
  padding: 7px 8px 8px;
}
.img-round .img-inner:before{
  content :'';
  background: transparent url(../img/history-thumb.png) no-repeat 0 0;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top:0;
  z-index: 0
}
.blog-archive .archive-page-header + .row > div{
  max-width: 100%;
  flex-basis: 100%;
}
.post{
  padding: 20px 20px 10px;
  background: #fff
}
.blog-archive .page-title{
  font-size: 25px;
  text-align: left
}
.blog-archive .post-item .col-inner {
  border-radius: 4px;
  background: #fff;
  padding: 10px;
  height: 100%
}
.about-business{
  text-align: justify;
}

@media screen and (max-width: 849px){
  .blog-archive .page-title{
    font-size: 20px;
    text-align: left
  }
}
@media screen and (max-width: 767px){
  .img-round .img-inner{
    text-align: center;
  }
  .img-round .img-inner:before{
    display: none
  }
  .img-round .img-inner img{
    padding: 5px;
    border: 1px dashed #aaa;
  }
  .about-business .row > .col:first-child{
    padding-bottom: 0
  }
  .about-business .row > .col + .col{
    padding-left: 15px
  }
  .about-business .row > .col + .col h3{
    text-align: center;
  }
  .about-business .row > .col + .col p{
    margin-bottom: 0
  }
}

/*breadcrumb*/
.breadcrumb{
    display: flex;
    list-style: none;
    overflow: auto;
    white-space: nowrap 
}
.breadcrumb li{
    font-size: 14px;
    position: relative;
    margin:0;
    line-height: 1.2;
}
.breadcrumb li a:not(:first-child){
    display: none;
}
.breadcrumb li a,.breadcrumb li{
    color: #8D8E92
}
.breadcrumb li a:hover{
    opacity: .75
}
.breadcrumb li+li{
    padding-left: 7px;
    margin-left: 7px;
}
.breadcrumb li+li:before{
    content: '';
    width: 1px;
    height: 15px;
    background: #ccc;
    position: absolute;
    display: block;
    left: 0;
    top:0px;
}
.article-inner .entry-title{
    font-size: 28px;
    color: #070707
}
.single-post .entry-header-text{
  padding-bottom: 0
}
.single-post .entry-content{
  padding-top: 1em
}

/*Recent post*/

.recent-post__list{
    display: flex;
    flex-wrap: wrap;
}

.recent-post__inner{
    display: flex;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #ececec;
}
.recent-post__title{
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    background: #e81414;
    padding: 5px 20px;
    border-radius: 15px;
    width: auto;
    display: inline-block;
}
.recent-post__thumbnail img{
    width: 135px
}
.recent-post__entry{
    width: calc(100% - 135px);
    padding-left: 10px
}
.recent-post__text{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
}
.recent-post__text a{
    color:#454a4c;
}
.recent-post, aside.widget {
    padding: 10px;
    background: #fff;
}
@media screen and (min-width: 768px){
    .recent-post__item{
        width: 50%;
        padding: 0 10px;
    }
    .recent-post__list{
        margin: 0 -10px;
    }
}
@media screen and (max-width: 767px){
    .recent-post__item{
        width: 100%;
    }
}
.page:not(.home) .content-area .section-content > .row,
.page:not(.home) .content-area > .row{
  background: #fff
}
.page:not(.home) .content-area .section-content > .row,
.page:not(.home) .content-area > .banner + .row{
  padding-top: 20px
}
.page:not(.home) .content-area > .row:last-child{
  margin-bottom: 20px
}
.page:not(.home) .entry-content{
  padding: 20px;
}
.block-business .section-title-container{
  margin-bottom: 0
}
.block-business ul li{
  font-size: 14px
}

.video-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.video-inner{
  position: relative;
  max-width: 100%;
  background-color: #454a4c;
  padding: 12px;
  margin: 0;
  border-radius: 10px
}
.video__item{
  padding: 0 7px
}
.video__inner{
  display: block;
  position: relative;
  overflow: hidden;
}
.video-inner .section-title-normal{
  padding-left: 5px
}
.video__play{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icon-play-youtube.svg);
  background-color: transparent;
}
@media (min-width: 850px){
  .video__item{
    width: 25%
  }
}
@media screen and (min-width: 768px) and (max-width: 849px){
  .video__item{
    width: 33.33%
  }
}

@media (min-width: 768px){
  .video__play{
    background-size: 60px
  }
}

@media screen and (max-width: 849px){
  .video__item{
    margin-top: 10px
  }
}

@media (max-width: 767px){
  .video__play{
    background-size: 40px
  }
  .video__item{
    width: 50%
  }
}

.top-commit{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -7px;
justify-content: center
}
.col-inner .top-commit li{
  margin: 0;
  padding: 7px;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1e73be
}
.col-inner .top-commit li span{
  display: block;
  text-align: center;
}
.top-commit-icon{
  width: 110px;
  height: 110px;
  border-radius: 100%;
  border: 2px solid #1e73be;
  font-size: 50px
}
.col-inner .top-commit li span.top-commit-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px
}
.footer-view{
font-weight: bold;
margin-top: 15px
}
@media screen and (max-width: 767px){
  .col-inner .top-commit li{
    width: 50%
  }
}
.product-small.box .product-title{font-size: 18px}
.product-small.box .box-image img{border-radius: 10px}
.product-footer .tab-panels .entry-content{
padding: 20px 15px;
}
.product-footer .woocommerce-tabs .tabs li a{font-size:18px}
.float-contact {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 100;
}
.chat-zalo, .chat-facebook, .call-hotline {
  display: block;
  margin-bottom: 10px;
  line-height: 0;
}
@media screen and (min-width: 850px) and (max-width:1023px){
  .logo-left .logo{
      margin-right: 15px;
  }
  .header-main #logo{
      width: 100px;
  }
  .header-nav .searchform-wrapper form{
      width: 140px;
  }
  .header-main .header-nav-main > li{
      margin: 0 10px;
  }
}
