@charset "utf-8";
/*
    Theme Name: VN4U Themes
    Description: Website: http://vn4u.vn/ - HotLine: 0984 510 136
    Version: 1.0.0
    Author: VN4U
    Author URI: http://vn4u.vn/
    Tags: CÔNG TY GIẢI PHÁP CÔNG NGHỆ VN4U VIỆT NAM chuyên: thiết kế website bất động sản, thiết kế website tin tức, thiết kế website giáo dục, thiết kế website du lịch, thiết kế website nhà hàng - khách sạn, Chuyên dich vụ chạy quảng cáo google, facebook, seo 
*/
* {
    margin:0;
    padding:0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
body{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #0C0C0C;
}
a:link{
    text-decoration: none;
}
a, a:link, a:visited {
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #fb8500;
}
a{
    /*color: #333;*/
    outline: none !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.st-pd {
    padding: 40px 0 50px;
}
.st-bk {
    background: url(images/bk_st1.png) repeat left top;
}
.owl-theme .owl-nav{
    margin: 0;
}
/*header*/
.header-top {
    background-color: #035279;
    line-height: 30px;
    color: #fff;
}
.header-top ul li {
    display: inline-block;
    padding: 5px 12px;
    color: #555;
    font-size: 13px;
    float: left;
    line-height: 20px;
}
.header-top ul li a {
    color: #fff;
}
.header-top ul li+li {
    border-left: 1px solid #fff;
}
.ht-menu{
    float: right;
}

.logo-h{
    margin: 0;
    height: 100px;
    display: flex;
    align-items: center;
}
.logo-h img{
    max-height: 60px;
}
.search-header {
    height: 100px;
    display: flex;
    align-items: center;
}
.search-inner{
    height: 50px;
    position: relative;
    width: 100%;
}   
.search-inner input{
    width: 100%;
    height: 38px;
    padding: 0px 10px 0px 20px;
    border: 1px solid #ddd;
    border-radius: 25px;
}
.search-inner button{
    position: absolute;
    top: -1;
    right: 0;
    color: #000;
    border: none;
    background: no-repeat;
    height: 38px;
    background: #035279;
    color: #fff;
    line-height: 36px;
    font-size: 21px;
    padding: 0px 15px;
    letter-spacing: 1.4px;
    font-weight: 500;
    border-radius: 0 25px 25px 0;
}
.search-tag{
    margin-top: 2px;
}
.menu-hc {
    float: right;
    display: flex;
    height: 100px;
    align-items: center;
}
.menu-hc li {
    padding: 0 12px;
    float: left;
    text-align: center;
    position: relative;
    font-size: 115%;
}
.menu-hc li:first-child{
    margin-left: 0;
    padding-left: 0;
}
.menu-hc li a{
    display: flex;
    justify-content: right;
    align-items: center;
    color: #555;
}
.menu-hc li i{
    margin: 0 15px 0 0;
    display: inline-block;
}
.menu-hc li span{
    line-height: 1.4;
    display: inline-block;
    position: relative;
    color: #fb8500;
}
.menu-hc li span strong{
    display: block;
    color: #000000;
    font-weight: 600;
}
.menu-hc li.cart-hc{
    margin-right: 0;
    padding-right: 0;
}
.cart-hc small {
    position: absolute;
    top: -4px;
    left: 34px;
    background: #eb191e;
    color: #fff;
    width: 18px;
    border-radius: 50%;
    padding: 1px 4px;
    font-size: 11px;
    line-height: 16px;
    height: 18px;
}
.icon-hot{
    width: 46px;
    height: 46px;
    background: url(images/Icon-hotline.png) center center no-repeat;
    background-size: cover;
}
/*header-nav*/
.nav2{
    float: left;
    width: 280px;
    position: relative;
}
.btn-nav2 {
    color: #fff;
    font-size: 15px;
    line-height: 44px;
    margin: 5px 0;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 10px;
    background: #044565de;
    cursor: pointer;
}
.btn-nav2 i{
    margin-right: 8px;
}
.ul-nav2{
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #035279;
    z-index: 200;
}
.ul-nav2 li {
    background: #035279;
    font-size: 15px;
    position: relative;
}
.ul-nav2 li a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-nav2 > li > a {
    color: #fff;
    line-height: 42px;
    padding: 0px 25px 0 10px;
    border-bottom: 1px solid #427892;
}
.ul-nav2 li a:hover {
    background: #0983bb;
}
.ul-nav2 li:last-child > a{
    border-bottom: none;
}
.ul-nav2>li > a img{
    margin-right: 10px;
}

@media(min-width: 1200px){
    .nav2:hover .ul-nav2{
        display: block;
    }
    .nav2 .menu-item-has-children>ul {
        position: absolute;
        display: none;
        top: 0;
        left: 100%;
        z-index: 99;
        background: #fff;
        -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.2);
        box-shadow: 2px 2px 6px rgba(0,0,0,.2);
        width: 240px;
        border: 1px solid #fff;
    }
    .nav2 .menu-item-has-children:hover>ul{
        display: block;
    } 
    .nav2 .menu-item-has-children:after {
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        line-height: 42px;
        font-size: 14px;
        content: "\f0da";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        color: #fff;
        text-align: center;
    }

}

.nav2 .menu-item-has-children li a{
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #fff;
    padding: 0px 10px;
    color: #fff;
}
.header-nav{
    background-color: #035279;
}
.header-nav.affix{
    z-index: 100;
    left: 0;
    top: 0;
}
.nav-header-inner{
    height: 45px;
    float: left;
}
ul,ol{
    padding-left: 0px;
}
.ul-nav-header{
    margin-left: 20px;
}
.ul-nav-header>li{
    float: left;
    margin: 5px 0;
}
.ul-nav-header li{
	position: relative;
}
.ul-nav-header>li>a{
    display: block;
    line-height: 44px;
    padding: 0px 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.ul-nav-header ul li a{
    white-space: nowrap;
    display: block;
    color: #000;
    font-size: 13px;
    padding: 10px 20px;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: left;
}
.ul-nav-header ul li:last-child>a{
    border-bottom: none;
}
.ul-nav-header a:hover,.ul-nav-header li.current-menu-item a{
    color: #fb8500
}
.ul-nav-header li>ul{
    /*min-width: 100%;*/
    min-width: 250px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    z-index: 100;
}
.ul-nav-header>li>a>i {
    padding-right: 5px;
}

.header-cn-height{
    display: none;
}
.header-cn-height.active{
    display: block;
}
.header-cn{
    background: #fff;
}
.header-cn.fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.header-cn.fixed .logo-h,
.header-cn.fixed .search-header,
.header-cn.fixed .menu-hc{
    height: 70px;
}
.header-cn.fixed .search-inner{
    height: initial;
}
.cart-hn a{
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 44px;
    margin: 5px 0;
}

/*@media(min-width: 1200px){*/
    .ul-nav-header li>ul{
        position: absolute;
        left: 0;
        top: 100%;
        transform-origin: 0 0 0;
        min-width: 200px;
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease 0s;
        background-color: #035279;
        border: 1px solid #fff;
    }
    .ul-nav-header ul ul {
        left: 100%;
        top: 0;
    }
    .ul-nav-header ul li a{
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .ul-nav-header ul li:last-child>a{
        border-bottom: none;
    }
    .ul-nav-header li:hover>ul{
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        visibility: visible;
    }
    .ul-nav-header>li.menu-item-has-children>a:after {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        padding-left: 5px;
        font-weight: normal;
        font-size: 14px;
    }
    .ul-nav-header li li.menu-item-has-children>a:after {
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        padding-left: 5px;
        float: right;
        font-weight: normal;
        position: absolute;
        right: 8px;
        font-size: 13px;
    }
/*}*/
@media(max-width: 1700px) and (min-width: 1200px){
    .ul-nav-header li:nth-child(7) ul ul,
    .ul-nav-header li:nth-child(8) ul ul {
        left: initial;
        right: 100%;
    }

}
@media(max-width: 1279px) and (min-width: 1200px){
	.ul-nav-header>li>a{
		font-size: 13px;
    	padding: 0px 7px;
	}
}
@media(max-width: 1199px){
    .nav2 {
        -moz-transform: translateX(-80em);
        -webkit-transform: translateX(-80em);
        -ms-transform: translateX(-80em);
        transform: translateX(-80em);
        -moz-transition: -moz-transform .5s ease;
        -webkit-transition: -webkit-transform .5s ease;
        -ms-transition: -ms-transform .5s ease;
        transition: transform .5s ease;
        -webkit-overflow-scrolling: touch;
        width: 290px !important;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1002;
        padding: 0;
        background: #035279;
    }
    .nav2.active {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .close-nav-header {
        display: block;
        color: #fff;
        right: 0px;
        background: #253a94;
        border-radius: 0px;
        line-height: 25px;
        font-size: 20px;
        z-index: 2;
        position: absolute;
        padding: 0px 7px;
    }
    .close-nav-header:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Pro";
    }
    .click-main-nav {
        padding: 8px;
        background-color: #044565de;
        border-radius: 2px;
        z-index: 100;
        float: left;
        margin: 10px 0px; 
    }
    .click-main-nav .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        background: #fff;
    }
    .click-main-nav .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    body.active {
        overflow: hidden;
    }
    .backdrop {
        transition: visibility 0s, opacity 0.15s linear;
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1040;
        background-color: #000;
        visibility: hidden;
    }
    .backdrop.active {
        opacity: 0.4;
        z-index: 1001;
        visibility: visible;
    }
    .ul-nav2>li{
        width: 100%;
        position: relative;
        padding: 0;
    }
    .ul-nav2 li>ul{
        display: none;
        padding-left: 8px;
    }
    .ul-nav2 ul ul{
    	padding-left: 10px;
    }
    .nav2 .menu-item-has-children li a{
        font-size: 14px;
    }
    .ul-nav2 ul li a,
    .ul-nav2 ul li:last-child>a{
        border-bottom: 1px solid #fff;
        color: #fff;
        text-transform: capitalize;
    }
    .ul-nav2 ul li a:before{
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        color: #fff;
        padding-right: 6px;
        font-size: 13px;
        content: "\f0da";
    }
    .open-submenu{
        position: absolute;
        padding: 0px 10px;
        right: 0;
        top: 0;
        line-height: 42px;
        color: #bbbbbb
    }
    .nav2 .open-submenu:before{
        content: "\f0d7";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
    }
    .nav2 .open-submenu.active:before{
        content: "\f0d8";
    }
    .menu-hc li span{
        font-size: 13px;
    }
    .header-nav .col-xs-12{
        display: flex;
        justify-content: space-between;
    }
    .ul-nav2{
        display: block;
        position: relative;
        top: 0;
        margin-top:10px;
        float: left;
        width: 100%;
    }
    .btn-nav2{
        margin: 0;
    }
}
@media(max-width: 991px){
    .logo-header {
        text-align: center;
    }
    .search-header{
        margin: 10px 0;
    }
    .header-top li {
        padding: 0px 8px;
    }
    .search-header,
    .search-inner{
        height: initial;
    }
    .menu-hc li{
        padding: 0;
        margin: 0 2px;
    }
    .nav-header-inner,
    .search-tag{
        display: none;
    }
    .logo-h{
        width: 100%;
        justify-content: center;
        height: 50px;
    }
    .logo-h img {
        max-height: 40px;
    }
    .click-main-nav{
        position: absolute;
        top: -93px;
        margin: 0;
    }
    .cart-hn{
        position: absolute;
        top: -104px;
        right: 15px;
    }
    .cart-hn a{
        color: #044565de;
    }
}
@media(max-width: 767px){
    .logo-h{
        text-align: center;
        height: 70px;
        padding: 5px;
    }
    .logo-h a{
        display: inline-block;
        margin: auto;
    }
    .search-header{
        height: 40px;
        margin: 0px 0 10px;
    }
    .menu-hc{
        width: 100%;
        height: 50px;
        align-items: center;
        justify-content: center;
    }
    .menu-hc li{
        margin: 0 15px;
    }
    .ht-left{
        text-align: center;
    }
}
/*End header*/
@media (min-width: 1280px){
    .container {
        width: 1280px;
    }
}

.main-content{
    background-color: #F5f5f5;
    padding: 6px 0 0;
}
@media(max-width: 767px){
    .main-content{
        padding: 0;
    }
    .header-nav.fixed{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }
}

/*footer*/
.ft-top{
    padding: 30px 0;
}
.title-ftt {
    color: #035279;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: bold;
}
.ftt-content i{
    padding-right: 5px;
    color: #eb191e;
}
.ftt-content p{
    margin-bottom: 5px;
}
.footer a{
    color: #000;
}
.footer a:hover{
    color: #eb191e;
}
.ft-bottom {
    background-color: #333;
    color: #CCC;
    padding: 40px 0 30px;
}
.ftb-title {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.ftb-menu a {
    line-height: 25px;
    padding: 3px 0;
    color: #fff;
    display: block;
}
.ft-bottom a{
    color: #ccc
}
.ft-bottom a:hover{
    color: #AAA;
}
.ft-bottom .ftt-content i{
    color: #ccc;
}
.copyright {
    background: #000;
    padding: 10px 0;
    color: #ccc;
    /*border-top: 1px solid #EEE;*/
}
.social-ft{
    display: flex;
    align-items: center;
}
.social-ft li {
    float: left;
    margin-right: 10px;
}
.social-ft li img{
    max-height: 30px;
}
.social-ft li i {
    font-size: 13px;
    border-radius: 2px;
    padding: 5px;
    text-align: center;
    width: 24px;
    height: 24px;
    color: #FFF;
}
.social-ft li i.fa-facebook-f {
    background: #3b5997;
}
.social-ft li i.fa-youtube {
    background: #FF0000;
}
.social-ft li i.fa-twitter {
    background: #00aced;
}

.ft-center-item a{
    width: 100%;
    display: block;
    display: flex;
}
.ft-center-item img {
    height: 50px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,.25);
}
.ft-center-item .text {
    font-weight: bold;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
    padding-left: 15px;
    color: #fff;
    text-transform: uppercase;
}
.ft-center-item .text .up {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
}
.ft-center-item .text .bottom {
    border-radius: 5px;
    font-weight: bold;
    background-color: #fff;
    padding: 0 10px;
    width: 100%;
    color: #C5070B;
    display: block;
    font-size: 14px;
}
.ft-center {
    background: #02537b;
	color: #fff;
    padding: 10px 0;
}

@media(max-width: 991px){
    .ftb-bot{
        margin-top: 20px;
    }
    .title-ftt{
        margin-top: 20px;
    }
    .ft-center-item .text{
        text-align: left;
    }
}
@media(max-width: 767px){
    .copyright-left{
        width: 100%;
        margin-bottom: 10px;
    }
}
/*End footer*/

/*hotline-phone*/
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
    width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 55px;
  height: 55px;
  top: 26px;
  left: 26px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
.hotline-bar {
  position: absolute;
  background: #E88A25;
  background: -webkit-linear-gradient(left, #e88a25, #d40000);
  background: -o-linear-gradient(right, #e88a25, #d40000);
  background: -moz-linear-gradient(right, #e88a25, #d40000);
  background: linear-gradient(to right, #e88a25, #d40000);
  height: 40px;
  width: 170px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  border: 2px solid white;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 38px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
/*End hotline-phone*/

/*breadcrumb*/
#breadcrumb span.breadcrumb_last {
    color: #035279;
}
#breadcrumb a {
    color: #333;
}
#breadcrumb {
    margin: 4px 0 10px;
    color: #333;
}
/*End breadcrumb*/


/*list product*/
.st3-heading{
    padding: 15px 10px 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.st3-heading:before {
    position: absolute;
    content: "";
    width: 90px;
    height: 1px;
    bottom: -1px;
    background: #164892;
    left: 0;
}
.title-st3{
    color: #035279;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}
.title-st3 a{
    color: #035279;
    font-weight: bold;
    margin-bottom: 4px;
    display: inline-block;
}
.st3-cat li{
    display: inline-block;
}
.st3-cat li a {
    color: #035279;
    display: block;
    border-right: 1px solid #333;
    line-height: 1.2;
    padding: 0 6px;
    font-size: 14px;
    font-weight: 600;
}
.st3-cat li:last-child a{
    border-right:none;
}
.st3-cat li a:hover{
    color: #fb8500;
}
.st3-cat li:first-child a{
    padding-left: 0;
}
.st3-content{
    display: flex;
    flex-wrap: wrap;
}
.st3-item {
    width: 20%;
    border: 1px solid #EEE;
    border-left: none;
    border-top: none;
    background: #fff;
    transition: all 0.1s;
    float: left;
    position: relative;
}
.st3-item-install {
    position: absolute;
    top: 10px;
    left: 10px;
    background-image: linear-gradient(-90deg,#ec1f1f 0%,#ff9c00 100%);
    border-radius: 2px;
    font-size: 9px;
    padding: 0px 5px;
    color: #fff;
    line-height: 20px;
    font-weight: 600;
    height: 20px;
    z-index: 99;
}
.st3-item-hot{
    position: absolute;
    top: 0;
    right: 7px;
    width: 40px;
    z-index: 99;
}
.st3-item:hover {
    box-shadow: 1px 1px 14px rgb(0 0 0 / 9%);
}
.st3-item-inner {
    margin: 0;
    position: relative;
    padding: 10px;
}
.st3-item-img a{
    display: block;
    overflow: hidden;
    position: relative;
}
.st3-item-img img{
    display: block;
    margin: 25px auto 15px;
    transition: all ease 300ms;
}
.st3-item:hover .st3-item-img img{
    transform: translateY(-10px);
}
.st3-item-discount{
    display: inline-block;
    position: absolute;
    left: 10px;
    bottom: 15px;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    background-image: linear-gradient(-90deg,#ec1f1f 0%,#ff9c00 100%);
    border-radius: 10px;
    padding: 0px 10px 0 0 ;
    font-family: Arial,sans-serif;
}
.st3-item-discount:before {
    content: ' ';
    display: inline-block;
    background: url(images/discount.png);
    background-size: 50% 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f13500;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.st3-item-name{
    margin: 0 0 5px;
    line-height: 1.3em;
    font-size: 14px;
}
.st3-item-name a{
    display: block;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-weight: bold;
}
.st3-item-name a:hover{
    color: #035279;
}
.st3-item-price{
    display: flex;
    padding: 5px 0 7px;
    align-items: center;
}
.st3-item-price del{
    order: 2;
    font-size: 12px;
    text-decoration: line-through;
    margin-left: 5px;
    color: #222;
}
.st3-item-price ins {
    overflow: hidden;
    font-size: 14px;
    color: #e10c00;
    line-height: 15px;
    text-decoration: none;
    font-weight: bold;
    order: 1;
}
.st3-item-sale{
    order: 3;
    font-size: 12px;
    color: #d0021b;
    margin-left: 5px;
}
.st3-item-star{
    font-size: 12px;
    display: flex;
    align-items: center;
}
.st3-slstar1{
    color: #fc9639;
}
.st3-slstar2{
    margin-left: 5px;
    color: #666 
}
.st3-slstar3{
    margin-left: 5px;
    color: #e10c00;
    font-weight: bold;
}

@media(max-width: 1199px){
    .st3-item{
        width: 50%;
    }
}
@media(max-width: 767px){
    .st3-item-name a{
        font-size: 13px;
        white-space: normal;
    }
    .title-st3{
        font-size: 16px;
    }
    .st3-item-price,
    .st3-item-star{
        flex-wrap: wrap;
    }
    .st3-item-price ins{
        width: 100%;
    }
    .st3-cat li{
        width: 50%;
        float: left;
    }
    .st3-cat li a{
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .st3-cat{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}
/*End product*/


/*social-icons*/
.social-icons a{
    display: inline-block;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.social-icons span{
    margin-right: 5px;
}
.social-icons a.face{
    background: #3a589d;
}
.social-icons a.instagram{
    background: #e80c26;
}
.social-icons a.twitter{
    background: #2478ba;
}
.social-icons a.gooogle{
    background: #dd4e31
}
.social-icons a.email{
    background: #111;
}
.social-icons a.linkedin{
    background: #0072b7;
}
.social-icons{
    margin: 20px 0 0;
}
/*End social-icons*/
.alm-btn-wrap{
    clear: both;
}
.hotline-phone-ring-wrap-custom {
  bottom:75px;
}
.hotline-phone-ring-wrap-custom .hotline-phone-ring-circle-fill{
    background-color: #0182ca;
}
.hotline-phone-ring-wrap-custom .hotline-phone-ring-img-circle{
    background-color: #0182ca;
}
.hotline-phone-ring-wrap-custom .hotline-bar{
    background: linear-gradient(to right, #afdcf5, #0182ca);
}
.hotline-phone-ring-wrap-custom .hotline-phone-ring-circle{
   border: 2px solid #0182ca;
}
@media(max-width: 767px){
    .hotline-phone-ring-wrap-custom {
        bottom:70px;
    }
    .call_action{
        width:100% !important;
    }
}
.call_action {
    background: #196ceb;
    color: #fff;
    clear: both;
    float: right;
    width: calc(100% - 180px);
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin-top: 5px;
}
.call_action a{
    color:#FFF;
}
/*mxh-fixed*/
.mxh-fixed {
    right: 15px;
    bottom: 75px;
    position: fixed;
    z-index: 200;
}
.btn-mxh a{
    position: relative;
    display: block;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 11%);
    margin-bottom: 10px;
    border-radius: 50%;
}
.btn-mxh a:hover {
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%), 0 4px 15px rgb(0 0 0 / 13%);
}
.btn-mxh a span{
    visibility: hidden;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    width: auto;
    height: 35px;
    line-height: 25px;
    padding: 4px 10px 5px;
    position: absolute;
    z-index: 1;
    top: 4px;
    font-size: 11px;
    right: 110%;
    background-color: rgba(49, 66, 130, 0.7);
    color: #fff;
}
.btn-mxh a span::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    display: unset;
    left: 100%;
    transform: rotateZ(-180deg);
    border-color: transparent rgba(49, 66, 130, 0.7) transparent transparent;
}
.btn-mxh a:hover span{
    visibility: visible;
}

/*End mxh-fixed*/
.cont-info-service h5{
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 700;
}
.cont-info-service{float: left;width: 100%;padding: 10px;border-bottom: 1px solid #EEE;}
.cont-info-service p{float: left;width: 100%;margin-bottom: 10px; font-size: 14px;}
.cont-info-service p i{margin-right: 10px; font-size:15px; color:#dd3333 }
.number-info-service{float: left;width: 100%;}
.list-number-info-service{  float: left;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #eee;}
  /*.number-info-service .list-number-info-service:last-child {border-bottom:none;}*/
.list-number-info-service i{float: left;margin-right: 10px;font-size:15px; color:#dd3333; border:1px solid #dd3333; padding:5px; border-radius:5px }
.list-number-info-service a { font-size:20px; font-weight:bold; color:#dd3333}
.list-number-info-service p{font-size: 18px;color: #f00;}
.list-number-info-service span{font-size: 12px;color: #b0b0b0; width:100%; float:left;}