.fix {
  position:fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99 !important;
  -webkit-transition: position 0.4s;
  -o-transition: position 0.4s;
  transition: position 0.4s;
  -webkit-animation: affix-menu 1s;
  animation: affix-menu 1s; 
    
}

@-webkit-keyframes affix-menu {
  from {
    position: fixed;
    top: -50px; }
  to {
    position: fixed;
    top: 0; 
      
  } 
    
}

@keyframes affix-menu {
  from {
    position: fixed;
    top: -50px; 
      
  }
  to {
    position: fixed;
    top: 0; 
  } 
}
.headerTop {
    padding: 10px 0px;
    background: #F5F5F5;
    text-align: center;
}
.header-hello p {
    margin-bottom: 0px;
    font-size: 14px;
}
.header-information ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.header-information ul li {
    display: inline-block;
}
.header-information ul li {
    margin-right: 15px;
    font-size: 14px;
}
.header-information ul li:last-child {
    margin-right: 0px;
}
.logo-section img {
    width: 150px;
    height: auto;
}
.img-search {
    width: 30px;
}
.phoneImg {
    width: 50px;
    float: left;
}
.phoneImg img {
    width: 100%;
    height: auto;
}
.phone-infor {
    width: calc(100% - 50px);
    float: left;
    padding-left: 15px;
}
.text-phone {
    margin-bottom: 0px;
}
.phone-title {
    margin-bottom: 0px;
    font-size: 22px;
    color: #005fac;
}
.phone-title a {
    color: #005fac;
}
.phone-website {
    float: right;
    display: flex;
    align-items: center;
}
.header-between {
    padding: 15px 0px;
}
.header-between > .container > .row {
    display: flex;
    align-items: center;
}
.slider-main {
    margin-bottom: 30px !important;
    padding-bottom: 0px !important;
}
.item-whyUs-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.item-whyUs-img {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
}
.item-whyUs-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #897d7d7a;
    z-index: 1;
    border-radius: 15px;
}
.whyUs-infor-title h3 {
    margin-bottom: 0px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.item-whyUs-infor {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 15px 15px;
    z-index: 99;
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.item-banner {
    margin-bottom: 15px;
}
.boxWhy-main > .row > div:last-child .item-banner {
    margin-bottom: 0px;
}
.boxWhy-us {
    margin-bottom: 30px;
}
.boxWhy-main > .row {
    margin: 0 -7.5px;
}
.boxWhy-main > .row > div {
    padding: 0 7.5px;
}
.boxTitle {
    margin: 0 0 30px 0 !important;
    background: #fff;
    border-top: 2px solid #005fac;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.boxTitle h3 {
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    margin: 0;
    min-width: 160px;
    padding: 15px 15px 15px 20px;
    background-color: #005fac;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}
.boxTitle h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0px;
    left: initial;
    right: -11px;
    border-left: 12px solid #005fac;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}
.boxProduct-home {
    margin-bottom: 30px;
}
.product-item .inner-content .product-title a {
    font-size: 14px;
}
.product-item .price-amount {
    font-size: 13px;
}
.boxProdut-main > .row {
    margin: 0 -7.5px;
}
.boxProdut-main > .row > div {
    padding: 0 7.5px;
}
.product-item .inner-content {
    padding: 0 15px;
}
.product-item .ratio-custome img {
    border-radius: 5px;
}
.itemNews-images .ratio-1-1 {
    padding-top: 70%;
}
.itemNews-images .ratio-1-1 img {
    border-radius: 5px;
}
.itemNews-images {
    margin-bottom: 10px;
}
.itemNews-title h4 {
    font-size: 14px;
    margin-bottom: 0px;
}
.itemNews-title {
    margin-bottom: 10px;
}
.itemNews-date .post-date {
    font-size: 12px;
}
.itemNews-date {
    margin-bottom: 5px;
}
.itemNews-description {
    font-size: 13px;
}
.article-item-customize {
    margin-bottom: 15px;
}
.boxNew-slider-home .article-item-customize {
    margin-bottom: 0px;
}
.boxNew-slider-home {
    margin-bottom: 30px;
}
.footer-between {
    background: #005fac;
    padding-top: 30px;
}
.footer-title {
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.box-footer-top {
    margin-bottom: 15px;
}
.company-name h3 {
    font-size: 16px;
    margin-bottom: 0px;
}
.company-name {
    margin-bottom: 10px;
}
.company-information p i {
    margin-right: 5px;
}
.company-information p {
    font-size: 14px;
    margin-bottom: 10px;
}
.company-information p:last-child {
    margin-bottom: 0px;
}
.box-footer {
    margin-bottom: 30px;
    color: #fff;
}
.footer-menu-section  ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.footer-menu-section  ul li {
    margin-bottom: 10px !important;
}
.footer-menu-section  ul li:last-child {
    margin-bottom: 0px;
}
.bg-breadcrums {
    padding: 10px 0px !important;
    margin-bottom: 30px !important;
}
.boxProduct-page {
    margin-bottom: 30px;
}
.page-news {
    margin-bottom: 30px;
}
.product-image-detail .slider-main {
    margin-bottom: 0px !important;
}
.product-detail-head {
    margin-bottom: 15px;
}
.boxVideo-slider-home .article-item-customize .itemNews-images .ratio-3-2 {
    padding-top: 70% !important;
}
.boxVideo-slider-home .article-item-customize .itemNews-images .ratio-3-2 img {
    border-radius: 5px;
}
.boxVideo-slider-home .article-item-customize  .itemNews-title {
    text-align: center;
}
.icon-video i {
    font-size: 30px;
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #ff000082;
    color: #fff;
    border: 2px solid red;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.album-video-item:hover .icon-video i {
    background: red;
}


@media (min-width: 992px) {
    .headerTop {
        padding: 10px 0px;
        text-align: left;
    }
    .header-hello p {
        font-size: 15px;
    }
    .header-information ul li {
        font-size: 15px;
    }
    .headerTop > .container > .row {
        align-items: center;
    }
    .logo-section img {
        width: 200px;
        height: auto;
    }
    .header-between {
        padding: 30px 0px;
    }
    .menu-section .entry-menu {
        border-top: none;
    }
    .slider-main {
        margin-bottom: 50px !important;
    }
    .item-banner {
        margin-bottom: 0px;
    }
    .boxWhy-us {
        margin-bottom: 50px;
    }
    .boxWhy-main > .row {
        margin: 0 -10px;
    }
    .boxWhy-main > .row > div {
        padding: 0 10px;;
    }
    .boxTitle {
        margin: 0 0 30px 0 !important;
        border-top: 2px solid #005fac;
        border-right: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }
    .boxTitle h3 {
        min-width: 160px;
        padding: 15px 15px 15px 20px;
        font-size: 16px;
        line-height: 20px;
    }
    .boxTitle h3:before {
        right: -12px;
        border-left: 12px solid #005fac;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
    }
    .ratio-custome {
        padding-top: 70%;
    }
    .boxProduct-home {
        margin-bottom: 30px;
    }
    .product-item .inner-content .product-title a {
        font-size: 16px;
    }
    .product-item .price-amount {
        font-size: 14px;
    }
    .boxProdut-main > .row {
        margin: 0 -10px;
    }
    .boxProdut-main > .row > div {
        padding: 0 10px;
    }
    .product-item .inner-content {
        padding: 0 15px;
    }
    .product-item .ratio-custome img {
        border-radius: 15px;
    }
    .product-item {
        margin-bottom: 20px;
    }
    .itemNews-images .ratio-1-1 {
        padding-top: 70%;
    }
    .itemNews-images .ratio-1-1 img {
        border-radius: 15px;
    }
    .itemNews-images {
        margin-bottom: 10px;
    }
    .itemNews-title h4 {
        font-size: 16px;
    }
    .itemNews-title {
        margin-bottom: 10px;
    }
    .itemNews-date .post-date {
        font-size: 13px;
    }
    .itemNews-date {
        margin-bottom: 5px;
    }
    .itemNews-description {
        font-size: 14px;
    }
    .article-item-customize {
        margin-bottom: 30px;
    }
    .boxNew-slider-home {
        margin-bottom: 50px;
    }
    .footer-between {
        padding-top: 50px;
    }
    .footer-title {
        font-size: 22px;
    }
    .box-footer-top {
        margin-bottom: 15px;
    }
    .company-name h3 {
        font-size: 16px;
    }
    .company-name {
        margin-bottom: 10px;
    }
    .company-information p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .box-footer {
        margin-bottom: 50px;
    }
    .footer-bottom {
        padding: 15px 0px;
        font-size: 14px;
    }
    .bg-breadcrums {
        padding: 10px 0px !important;
        margin-bottom: 30px !important;
    }
    .boxProduct-page {
        margin-bottom: 50px;
    }
    .page-news {
        margin-bottom: 50px;
    }
    .product-detail-head {
        margin-bottom: 15px;
    }
    .boxVideo-slider-home .article-item-customize .itemNews-images .ratio-3-2 {
        padding-top: 70% !important;
    }
    .boxVideo-slider-home .article-item-customize .itemNews-images .ratio-3-2 img {
        border-radius: 15px;
    }
}

@media (max-width: 991px) {
    .header-bottom-mobile {
        padding: 15px 0px;
    }
    .header-bottom-mobile > .container > .row {
        align-items: center;
    }
    .slider-section .slick-slider .slick-next,
    .slider-section .slick-slider .slick-prev {
        display: none !important;
    }
    
}