@font-face {
  font-family: 'UTM_NeoSans';
  src: url("../fonts/UTM_NeoSans.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UTM_Alter';
  src: url("../fonts/UTM_Alter_Gothic.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UTM_Magnesium';
  src: url("../fonts/UTM_Magnesium.ttf");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Arial, Helvetica, san-serif;
  font-size: 14px;
  font-weight: 400;
  color: #444;
}

.col-auto {
  max-width: 100%;
}

.flex-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .col-xl-1-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 5768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .col,
  [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.row.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.gutter-10 .col,
.row.gutter-10 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.gutter-5 .col,
.row.gutter-5 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

/* ----------------- Components ---------------- */
.notice {
  margin: 30px 0;
  padding: 20px;
  font-size: 15px;
  font-weight: bold;
}
.notice.notice-info {
  background: #baf8fb;
  color: #111;
}
.notice.notice-success {
  background: #c9ffb3;
  color: #5bab34;
}
.notice.notice-warning {
  color: red;
  background: #ffbeb8;
}
.notice.notice-error {
  color: red;
  background: #ffe6e4;
}

.marquee {
  overflow: hidden;
}

.breadcrumb > span {
  margin-right: 15px;
  display: inline-block;
}
.breadcrumb > i {
  margin-right: 15px;
  display: inline-block;
}
.breadcrumb a {
  color: #222;
  display: inline-block;
}
.breadcrumb .post-post {
  display: none;
}

.wp-pagenavi {
  text-align: center;
  padding: 30px 0;
}
.wp-pagenavi > span,
.wp-pagenavi > a {
  display: inline-block;
  margin: 3px;
  background: #ddd;
  color: #333;
  padding: 4px 12px;
  font-size: 14px;
}
.wp-pagenavi .current {
  background: #0065aa;
  color: white;
}

.popup-notice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2000;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-notice .popup-dialog {
  background: white;
  width: 400px;
  max-width: 90%;
  position: relative;
  text-align: center;
}
.popup-notice .dialog-close {
  font-size: 28px;
  line-height: 28px;
  width: 28px;
  height: 28px;
  text-align: center;
  color: #ddd;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.popup-notice .dialog-title {
  background: green;
  color: white;
  padding: 5px 30px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
  margin: 0;
  text-transform: none;
  display: block;
  width: 100%;
  min-height: 18px;
}
.popup-notice .dialog-title, .popup-notice.notice-info .dialog-title {
  background-color: #1994dc;
}
.popup-notice .dialog-body {
  padding: 15px;
  color: #222;
  font-size: 15px;
}
.popup-notice .dialog-footer {
  padding: 10px 15px;
}
.popup-notice .dialog-button {
  display: inline-block;
  background: #ececec;
  border: 1px solid #bbb;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 2px;
}

/* ----------------- Form elements -------------------- */
/* ----------------- helerps -------------------- */
.thumbnail-zoom-annimate {
  overflow: hidden;
}
.thumbnail-zoom-annimate a {
  display: block;
}
.thumbnail-zoom-annimate img {
  -webkit-transition: .4s;
  transition: .4s;
}
.thumbnail-zoom-annimate:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ----------------- Header -------------------- */
.site-header {
  padding: 10px 0;
}

.logo img {
  max-height: 90px;
  width: auto;
}

.header-contact-info li {
  padding: 2px 0;
  font: 14px;
}
.header-contact-info li .fa {
  color: #197B30;
  width: 15px;
  margin-right: 5px;
}
.header-contact-info li .hotline {
  color: #b72026;
  font-weight: bold;
}
.header-contact-info li .email {
  color: #1635d4;
}

.search-form {
  position: relative;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 5px 2px #c9c9c9;
          box-shadow: inset 0px 0px 5px 2px #c9c9c9;
}
.search-form .search-keywords {
  border: none;
  background: none;
  width: 100%;
  padding: 4px 10px;
}
.search-form .search-submit {
  background: none;
  border: none;
}

/* ----------------- Nav -------------------- */
.site-navigation {
  background: url(../images/menu.png);
}

.primary-menu {
  font-family: UTM_NeoSans;
}
.primary-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-menu .menu > li {
  position: relative;
  border-right: 1px solid #0489bc;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.primary-menu .menu > li:last-child {
  border-right: none;
}
.primary-menu .menu > li > a {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
  color: white;
  -webkit-transition: .4s;
  transition: .4s;
  text-align: center;
}
.primary-menu .menu > li > a > .fa {
  font-size: 24px;
  line-height: 40px;
}
.primary-menu .menu > li:hover > a {
  color: #FFFF00;
  background: #1c6ad1;
}
.primary-menu .sub-menu {
  background: #1c6ad1;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 250px;
  font-family: Roboto, serif;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 20px;
  visibility: hidden;
  opacity: 0;
}
.primary-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 20px;
}
.primary-menu .sub-menu li:hover > a {
  color: #FFFF00;
}
.primary-menu .sub-menu a {
  display: block;
  padding: 10px 20px;
  line-height: 22px;
  color: #fff;
}
.primary-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  margin: 0;
}

/* ----------------- Mobile Header -------------------- */
#wpadminbar {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

#mobile-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
}

body.admin-bar #mobile-nav-bar {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar #mobile-nav-bar {
    top: 46px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 50px;
  }
}
#mobile-nav-opened-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}

#mobile-nav-bar-logo {
  padding: 2px 0;
}
#mobile-nav-bar-logo img {
  max-height: 50px;
  width: auto;
}

.mobile-nav-bar-button {
  padding: 5px 10px;
}
.mobile-nav-bar-button span {
  display: block;
  width: 30px;
  height: 2px;
  background: #111;
  margin: 6px 0;
  cursor: pointer;
}

#mobile-nav .close {
  display: block;
}

#mobile-nav-toggle {
  display: none;
  background: white;
  z-index: 1300;
}

.mobile-nav-menu {
  padding: 20px;
}

.mobile-nav-type-2 #mobile-nav-toggle {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  width: 100%;
  height: 100%;
  overflow: auto;
  width: 300px;
  -webkit-transition: .4s;
  transition: .4s;
}

.mobile-nav-type-2 #mobile-nav-toggle.active {
  right: 0;
}

.mobile-nav-type-2 .close {
  display: block;
  background: #ff2f00;
  color: white;
  text-align: center;
  font-size: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}

.mobile-nav-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-nav-menu ul a {
  display: block;
  color: #444;
  padding: 10px 0;
}
.mobile-nav-menu li {
  position: relative;
}
.mobile-nav-menu li.menu-item-has-children:after {
  content: "\f067";
  font-family: 'fontawesome';
  margin-left: 15px;
  position: absolute;
  top: 13px;
  right: 13px;
  color: #666;
  font-size: 12px;
}
.mobile-nav-menu li.menu-item-has-children > a {
  margin-right: 40px;
}
.mobile-nav-menu li.menu-item-has-children.active:after {
  content: "\f068";
}
.mobile-nav-menu .menu > li {
  border-bottom: 1px solid #d9d9d9;
}
.mobile-nav-menu .menu > li > a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
}
.mobile-nav-menu .sub-menu {
  padding-left: 25px;
  display: none;
}
.mobile-nav-menu .sub-menu a {
  font-size: 16px;
}

/* ----------------- footer -------------------- */
.site-footer-bottom {
  padding: 20px 0;
  background: #222;
  color: #ddd;
  font-size: 13px;
}
.site-footer-bottom a {
  color: inherit;
}
.site-footer-bottom .social-icons {
  text-align: right;
}
.site-footer-bottom .social-icons a {
  display: inline-block;
  color: #ddd;
  margin-left: 10px;
}

.site-footer {
  padding: 60px 0 30px;
  background: #0065aa;
  color: #fff;
}
.site-footer .widget {
  margin-bottom: 30px;
}
.site-footer .widget-title {
  text-transform: uppercase;
  margin: 0 0 25px;
  font-size: 18px;
}
.site-footer .widget-title:after {
  content: '';
  display: block;
  margin-top: 10px;
  width: 50px;
  height: 3px;
  background: #ddd;
}
.site-footer .menu {
  padding: 0;
  margin: 0;
}
.site-footer .menu li {
  list-style: none;
  padding: 8px 0;
}
.site-footer .menu li a {
  color: #ddd;
}
.site-footer a {
  color: #cee62e;
}
/* ----------------- Sidebar -------------------- */
.sidebar .widget {
  margin-bottom: 30px;
}

.widget-post-item-2 {
  margin-bottom: 15px;
}
.widget-post-item-2 .thumbnail {
  margin-right: 10px;
}
.widget-post-item-2 .thumbnail img {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.widget-post-item-2 .post-title {
  color: #ddd;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 5px;
}
.widget-post-item-2 .post-time {
  color: #999;
  font-size: 12px;
}

.widget-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget-menu ul li {
  border-bottom: dashed 1px #CCCCCC;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.widget-menu ul li a {
  color: #0065aa;
  font-size: 14px;
  font-weight: normal;
}
.widget-menu ul li a:hover {
  color: red;
}

/* ----------------- templates -------------------- */
.site-content {
  padding: 20px 0;
}

.title-style-1 {
  background: url(../images/menu.png);
  height: 36px;
  line-height: 36px;
  padding-left: 55px;
  font-size: 20px;
  font-family: UTM_Alter;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  margin: 0;
}
.title-style-1 span {
  max-width: 190px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.title-style-2 {
  background: #fff url(../images/menu.png) repeat left center;
  height: 36px;
  line-height: 36px;
  padding-left: 55px;
  font-size: 20px;
  font-family: UTM_Alter;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogpost-item .thumbnail {
  margin-bottom: 25px;
  padding: 3px;
  border: 1px solid #ccc;
}
.blogpost-item .thumbnail img {
  display: block;
  width: 100%;
}
.blogpost-item .item-content {
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
}
.blogpost-item .post-title {
  margin: 0 0 8px;
  font-size: 17px;
  color: #0065aa;
  font-weight: normal;
  line-height: 1.2;
}
.blogpost-item .post-title:hover {
  color: red;
}
.blogpost-item .post-meta {
  font-size: 12px;
  color: #777;
}
.blogpost-item .post-excerpt {
  color: #333;
  line-height: 18px;
  text-align: justify;
  font-size: 13px;
}
.blogpost-item .post-excerpt p {
  margin: 0;
}
.blogpost-item .read-more {
  position: absolute;
  bottom: 0;
  right: 0;
}

.product-item {
  margin-bottom: 20px;
}
.product-item .thumbnail {
  border: solid 1px #999999;
  padding: 5px;
}
.product-item .thumbnail img {
  display: block;
  width: 100%;
}
.product-item .post-title {
  color: #333333;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0;
}

.single-product-image {
  padding: 5px;
  border: 1px solid #ccc;
}

.product-detail .product-name {
  font-family: UTM_Magnesium;
  color: #0056b3;
  font-size: 25px;
  border-bottom: dashed 1px #CCCCCC;
  line-height: 40px;
  margin: 0 0 5px;
}
.product-detail .product-attrs {
  font-size: 15px;
  font-family: UTM_NeoSans;
  font-weight: bold;
  color: #333;
}

.product-detail-content {
  margin-top: 30px;
}
.product-detail-content .tab {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  border: 1px solid #ccc;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
.product-detail-content .tab.active {
  background: #0056b3;
  color: white;
}
.product-detail-content .tab-panel {
  display: none;
  padding: 10px;
  -webkit-box-shadow: 0 0 3px #333;
          box-shadow: 0 0 3px #333;
}
.product-detail-content .tab-panel.active {
  display: block;
}

.video-responsive {
  position: relative;
  padding-bottom: 70%;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home-cate-post-section {
  margin-bottom: 20px;
}
.home-cate-post-section .post-item-with-image .thumbnail {
  margin-bottom: 10px;
  padding: 1px;
  border: 1px solid #ddd;
}
.home-cate-post-section .post-item-with-image .thumbnail img {
  display: block;
}
.home-cate-post-section .post-item-with-image .item-content {
  margin-bottom: 10px;
}
.home-cate-post-section .post-item-with-image .post-title {
  font-weight: bold;
  color: #000;
  margin: 0;
  line-height: 1.3;
  font-size: 13px;
}
.home-cate-post-section .post-item-with-image .post-excerpt {
  font-size: 12px;
}
.home-cate-post-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home-cate-post-section ul li a {
  font-size: 12px;
  color: #333;
}

.home-block-title {
    background: url(../images/title_tintuc.png) no-repeat;
    height: 37px;
    line-height: 35px;
    padding-left: 65px;
    margin: 0 0 10px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-family: UTM_NeoSans;
    background-size: 290px 100%;
}
.home-block-title a {
  color: inherit;
}

.home-post-marquee .post-item .thumbnail {
  margin-bottom: 10px;
  padding: 1px;
  border: 1px solid #ddd;
}
.home-post-marquee .post-item .thumbnail img {
  display: block;
}
.home-post-marquee .post-item .item-content {
  margin-bottom: 10px;
}
.home-post-marquee .post-item .post-title {
  font-weight: bold;
  color: #000;
  margin: 0;
  line-height: 1.3;
  font-size: 13px;
  text-transform: uppercase;
}
.home-post-marquee .post-item .post-excerpt {
  font-size: 12px;
}


.tien-ich-ul li {
   margin-bottom: 10px;

}
.tien-ich-ul li a {
 
  font-size: 14px;
  color: #333;
}
.tien-ich-ul li a:before {
  content: '♦';
  margin-right: 5px;
  color: #900;
}


.hotline-fixed {
  background: #005BA5;
  color: #fff;
  width: 200px;
  border-radius: 70px;
  position: fixed;
  box-sizing: border-box;
  transition: all 0.4s;
  z-index: 9;
  height: 44px;
  border: 2px solid #fff;
  line-height: 41px;
  background: #E88A25;
  background: linear-gradient(to right, #E88A25, #D40000);
}

.hotline-fixed-text {
  display: inline-block;
  padding-left: 10px;
}

.hotline-fixed-icon i {
  font-size: 28px;
  display: inline-block;
  border: 2px solid;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}

.hotline-fixed a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.hotline-fixed-text-title {
  display: none;
}

.hotline-fixed {
  bottom: 20px;
  left: 100px;
  padding-left: 60px;
}

.hotline-fixed.active {
  left: -45px;
}

.hotline-fixed-icon {
  float: right;
}

.hotline-fixed-text {
  float: left;
}

.alo-phone {
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 2000 !important;
}

.animated.infinite { 
  animation-iteration-count: infinite;
}

.alo-ph-circle {
  width: 90px;
  height: 90px;
  top: 12px;
  left: 12px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  opacity: .5;
  background: #f37123;
  border-color: #fff;
  border-width: 3px;
}

.alo-ph-circle-fill {
  width: 60px;
  height: 60px;
  top: 28px;
  left: 28px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: all .5s;
  background-color: #f37123;
  opacity: .75 !important;
}

.alo-ph-img-circle {
  width: 32px;
  height: 32px;
  top: 43px;
  left: 43px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(../images/phone.png) no-repeat center center;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
  transition: all 0.2s ease-in-out;
  transform-origin: 50% 50%;
  background-size: 70%;
  background-color: #d71921;
}

.call-now {
  position: absolute;
  left: -39px;
  top: -41px;
}
.blog-news {
  margin: 30px 0;
}
.blog-news h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}
.blog-news img {
    height: 150px;
    object-fit: cover;
    margin-bottom: 15px;
}
.blog-news a.readmore {
    background: #008dff;
    padding: 6px 10px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}
/*--- slick ---*/
#home-slide .slick-nav {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
}
#home-slide .slick-next {
  right: 15px;
  left: unset;
}
#home-slide .slick-nav i {
  font-size: 54px;
  color: #fff;
}
#home-slide figure,
#home-slide .widget {
  margin-bottom: 0;
}
#home-slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media(max-width: 991px) {
  #home-slide img {
    height: 350px;
  }
}
@media(max-width: 767px) {
  #home-slide img {
    height: 250px;
  }
}