@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
body{
    /*font-size: 15px;*/
    font-family: 'Roboto', sans-serif;
}
/*header*/
.header{
    background: #fff;
    padding: 12px 0 12px;
}
.logo-site a {
    display: block;
    text-align: left;
}
.logo-site a img {
    height: 100px;
}
.header-hotline-content{
    padding-left: 60px;
    background-position-y: 5px;
    background: url(../../images/header-icon-support.png) left center no-repeat;
    margin-top: 7px;
}
.header-hotline-title{
    text-transform: capitalize;
    margin-bottom: 10px;
}
.header-hotline-title a{
    text-decoration: none;
    background: rgb(238 166 22);
    padding: 8px 10px;
    border-radius: 5px;
    color: #fff;
}
.header-hotline-title a:hover{
    background: rgb(207 141 8);
}

.header-hotline-body{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #d7102c;
}
.header-hotline{
    margin-top: 25px;
}
.ngon-ngu{
    position: absolute;
    right: 0;
    top: 20px;
}
.ngon-ngu a{
    text-decoration: none;
}
/*header*/
/*menu*/
.menu{
    background: #0a0000;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.navbar {
    position: relative;
    min-height: 48.8px;
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-inverse {
    background-color: #0a0000;
    border: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.stellarnav.light li a span{
    padding: 8px 12px;
    border: 2px solid #0a0000;
    border-radius: 30px;
}
.stellarnav.light li.social-item{
    float: right;
}
.stellarnav.light li.social-item a{
    padding-left: 8px;
}
.stellarnav.light li.social-item a span{
    border: 1px solid #f5d105;
    padding: 5px 10px;
}
.stellarnav.light li.social-item a:hover span{
    border: 1px solid #f5d105;
    padding: 5px 10px;
}
.stellarnav.light li.social-item a i{
    width: 8px;
}

.stellarnav.light li a.active span{
    border: 2px solid #f5d105;
    border-radius: 30px;
    padding: 8px 12px;
}
.stellarnav>ul>li>a {
    /*padding: 16px 15px;*/
    padding: 16px 0px;
}
.stellarnav.light li a{
    color: #f5d105;
    text-transform: uppercase;
}
.stellarnav.light li a:hover span{
    border: 2px solid #f5d105;
    border-radius: 30px;
    padding: 8px 12px;
}

ul.sub-menu-child{
    position: absolute;
    left: 100%;
    min-height: 100%;
    width: 100%;
    top: 0px;
    z-index: 99;
    padding-left: 0px;
    margin-left: 0px;
    background: #fff;
    display: none;
    box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    list-style: none outside;
}
.stellarnav ul ul {
    background: #fff;
    min-width: 250px;
    border: 1px solid rgba(0,0,0,.15);
    border-top: 1px solid #20c9ef;
    border-radius: .25rem;
}
.stellarnav.light ul ul li a {
    font-weight: inherit;
    padding: 10px 15px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    text-transform: inherit;
    font-weight: 100;
}
.stellarnav.light ul ul li a:hover{
    color: #333;
    padding-left: 25px;
    transition: 300ms ease all;
}
.stellarnav li li.has-sub>a:after {
    content: none;
}
.display-none-desktop{
    display: none !important;
}
.stellarnav li.has-sub>a:after {
    content: none;
    font-family: FontAwesome;
    margin-left: 10px;
}
/*end menu*/
/*slide*/
.carousel-control.right, .carousel-control.left {
    background-image: none;
}
span.fa.fa-chevron-right, span.fa.fa-chevron-left {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 12px;
    line-height: 32px;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: none;
}
.slider:hover span.fa.fa-chevron-right, .slider:hover span.fa.fa-chevron-left{
    display: block;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 12px;
    line-height: 32px;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    height: 32px;
    width: 32px;
    border-radius: 50%;
}
.carousel-control.right {
    right: 30px;
}
.carousel-control {
    width: 10%;
}
.slide img{
    width: 100%;
    height: 350px !important;
    object-fit: cover;
}
/*end slide*/
/*about*/
.about-banner {
    background: #1e73be;
    padding: 30px 0;
}
.text-right {
    text-align: right;
}
.about p {
    margin-bottom: 0;
    color: #f1f1f1;
    font-size: 17px;
}
.text-left {
    text-align: left;
}
.btn-warning {
    color: #fff;
    padding: 14px 40px;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 3px;
    border: none;
    background-color: #74d604;
    box-shadow: 2px 2px 20px #00000066;
}
.col-inner {
    border-radius: 5px;
    background: white;
    padding: 35px;
    box-shadow: 2px 2px 20px #0000002b;
    border-top: 13px solid transparent;
    border-image: 16 repeating-linear-gradient(
-45deg
, #e00000 0, #b20000 1em, transparent 0, transparent 2em, #58a 0, #58a 3em, transparent 0, transparent 4em);
    border-bottom: 13px solid transparent;
}
.col-inner p{
    font-size: 18px;
    text-align: center;
}
.about-content {
    background-color: #ffffff;
    background-image: url(../../images/bg-thu-ngo.jpg);
    padding: 50px 0;
}
.my-benefit{
    background: #fff;
}
.my-benefit img {
    width: 80px;
    border-radius: 50%;
    height: 80px;
}
.h2-name{
    font-size: 20px;
    margin-bottom: 5px;
}
.my-item{
    margin: 25px 0;
    display: flex;
}
.my-item-right{
    margin-left: 10px;
}
.my-item-right p{
    overflow: hidden;
    height: 40px;
    margin-bottom: 0;
}
/*about*/
/*service*/
.main-content-2{
    background: url(../../images/banner3.jpg);
    padding: 50px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}
.box-title {
    text-transform: uppercase;
    text-align: center;
    color: #aa5f14;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 25px;
}
.box-title span:after {
    content: "";
    display: table;
    clear: both;
    background: url(../../images/after-title.png);
    width: 100%;
    height: 28px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 35px;
}
.box-des{
    text-align: center;
    margin-bottom: 10px;
}
.box-des2{
    margin: auto;
    width: 60%;
}
.box-service{
    padding: 10px;
    box-shadow: 0 3px 6px 2px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    background-color: rgba(255, 255, 255, 0.51);
    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
}
.box-service-cap {
    /*padding: 10px;*/
}
.box-service-img{
    padding: 10px 50px;
}
.box-service-img img{
    width: 100%;
    height: 155px;
    object-fit: cover;
    border: 1px solid #e8e8e8;
    padding: 1px;
    -webkit-transition: all 0.7s ease; transition: all 0.7s ease;
    border-radius: 100%;
}
.box-service:hover{
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
.box-service-name{
    text-decoration: none;
    font-weight: bold;
    color: #993300;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
.box-service-name22 {
    height: 45px;
    overflow: hidden;
}
.box-service-name2{
    color: #333333;
}
.box-service-name a:hover{
    color: #2a6496;
}
.box-service-des{
    margin-bottom: 20px;
    font-size: 15px;
    color: #4c4b4a;
    text-align: center;
	overflow: hidden;
    height: 42px;
}
.box-service-des p{
    padding-right: 10px;
    margin: 0;
}
.box-service-des span{
    color: red;
}
.box-service-des p:last-child{
    padding-right: 0;
}
.box-service-read{
    text-align: center;
    margin-bottom: 20px;
}
.box-service-read a{
    font-size: 15px;
    color: #fff;
    background: #333333;
    border-radius: 20px;
    padding: 10px 20px;
    text-decoration: none;
}

.owl-prev:before {
    content: "‹";
    font-family: -webkit-body;
    font-size: 30px;
    position: absolute;
    top: 37%;
    left: -26px;
    text-align: center;
    color: rgb(10, 96, 171);
    background: #fbfbfb;
    padding: 10px 8px;
    box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
}

.owl-next:before {
    content: "›";
    font-family: -webkit-body;
    font-size: 30px;
    position: absolute;
    top: 37%;
    right: -26px;
    text-align: center;
    color: rgb(10, 96, 171);
    background: #fbfbfb;
    padding: 10px 8px;
    box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
}
.service-index .owl-nav div{
    /*visibility: hidden;*/
}
.service-index:hover .owl-nav div, .owlStyle:hover .owl-nav div {
    opacity: 1;
    filter: alpha(opacity=100);
    /*visibility: visible;*/
}
/*service*/
/*why*/
.why-box {
    margin-top: 30px;
}
.why-box-img img {
    text-align: center;
    margin: auto;
    border-radius: 100%;
}
.why-box-name {
    margin: 10px 0 15px 0;
    text-align: center;
}
.why-box-name a {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    font-size: 19px;
    font-family: "Roboto Condensed", sans-serif;
    color: #eea616;
    text-decoration: none;
}
.why-box-des {
    color: #333;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
}
/*why*/
/*main-content*/
.main-content{
    padding: 30px 0;
}
.box-body2{
    margin-top: 30px;
}
.video-index-title{
    color: #aa5f14;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}
.image-index img{
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}
.video-index iframe{
    width: 100% !important;
    height: 300px !important;
}
.box-about-title {
    font-weight: bold;
    color: #266ba4;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.post-index {
    padding-bottom: 15px;
}
.post-index:last-child {
    padding-bottom: 0;
}
.no-pad-left {
    padding-left: 0;
}
.post-index-img img {
    width: 100%;
    height: 83px;
    object-fit: cover;
    padding: 1px;
    border: 1px solid #e8e8e8;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.post-index-name a {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.post-index-name a:hover {
    color: #2a6496;
}
.post-index-description {
    overflow: hidden;
    height: 36px;
    font-size: 13px;
    margin-top: 5px;
    color: #7b7b7b;
}
/*main-content*/
/*form-dang-ky*/
.form-dang-ky-title{
    background: #eea616;
    padding: 10px 10px;
}
.form-dang-ky-title span{
    color: #fff;
}
.form-dang-ky-title a{
    color: #fff;
    text-decoration: none;
    float: right;
}
.form-dang-ky{
    padding: 15px 20px;
    background: #f6f6f6;
}
.form-dang-ky .form-group {
    margin-bottom: 7px;
}
.form-dang-ky .btn-primary {
    border-radius: 4px;
    font-weight: bold;
    padding: 12px 30px;
    color: #fff;
    font-size: 14px;
    border: 0;
    background: #ff8500;
}
.form-dang-ky label {
    font-weight: 100;
}
.form-dang-ky .form-control{
    box-shadow: none;
}
/*form-dang-ky*/

/*footer*/
#footerBottom {
    background: url(../../images/bg-foot.jpg);
    color: #cecece;
    border-top: 1px solid #7c7c7c;
    font-size: 13px;
}
#footerMidle {
    padding: 50px 0px;
    position: relative;
    background: url(../../images/bg-foot.jpg);
    color: #cecece;
}
.logoFt img{
    height: 61px;
}
.groupFooter .info {
    margin-top: 10px;
    line-height: 25px;
    font-style: italic;
}
.notStyle {
    list-style: none;
    padding: 0;
    margin: 0;
}
.notStyle li{
    padding-bottom: 5px;
}
.footerCol .h4-foot {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #ffcc00;
}
.menuLink ul li a {
    display: block;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    color: #cecece;
}
.menuLink ul li a:hover {
    padding-left: 7px;
    color: #fff;
}
/*footer*/
/*copy-right*/
#footerBottom .footer-coppyright {
    padding: 15px 0px;
    text-align: center;
    position: relative;
}
#footerBottom a{
    text-decoration: none;
    color: #cecece;
}
#footerBottom a:hover{
    color: #fff;
}
/*end copy-right*/
/*theH*/
.theH{
    text-align: center;
    background: url(../../images/bg-foot.jpg);
}
.theH h1, .theH h2, .theH h3, .theH h4, .theH h5, .theH h6, .theH a, .theH p{
    font-size: 11px;
    display: inline-block;
    margin-right: 7px;
    padding: 0;
    margin-top: 0;
    color: #ffcc00;
    border-radius: 10px;
    text-decoration: none;
}
.theH h1, .theH h2, .theH h3, .theH h4, .theH h5, .theH h6{
    border: 1px solid #ccc;
    padding: 2px 5px;
}
/*theH*/
/*page*/
.main-break{
    background-color: #f5f5f5;
    margin-bottom: 20px;
}
.breadcrumb {
    padding: 8px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
}
.breadcrumb a{
    color: #eea616;
    text-decoration: none;
}
.detail-content-body-name h1, .detail-content-body-name{
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
}
.detail-content-body-name{
    margin-bottom: 15px;
}
.social-links{
    margin-top: 15px;
}
.social-links ul{
    padding: 0;
    margin: 0;
}
.social-links ul li{
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}
.social-links ul li a{
    text-decoration: none;
}
.social-links ul li span{
    display: block;
    padding: 3px;
    line-height: 1.6em !important;
    margin-bottom: 0;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 13px;
}
.social-links ul li span.fa-facebook{
    background: #0172ac;
}
.social-links ul li span.fa-facebook:hover{
    background: #086290;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-twitter{
    background: #17aefb;
}
.social-links ul li span.fa-twitter:hover{
    background: #1296da;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-google-plus{
    background: #d81c1c;
}
.social-links ul li span.fa-google-plus:hover{
    background: #c10b0b;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-linkedin{
    background: #e88114;
}
.social-links ul li span.fa-linkedin:hover{
    background: #cc6d0a;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}

.box-sidebar {
    border: 1px solid #f2f2f2;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.form-dang-ky-sidebar {
    margin-top: 20px;
}
.box-sidebar-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
}
.sidebar-product {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
.no-pad-left {
    padding-left: 0;
}
.sidebar-product-img img {
    height: 95px;
    width: 100%;
    object-fit: cover;
}
.sidebar-product-name a {
    color: #000;
    text-decoration: none;
    font-size: 17px;
}
.sidebar-product-des {
    color: #828282;
    margin-top: 5px;
}
.box-sidebar-2{
    margin-top: 20px;   
}

.list-item {
    margin-bottom: 20px;
}
.list-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border: 1px solid #ececec;
}
a.list-item-title {
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: #2e2e2e;
}
a.list-item-title:hover{
    color: #eea616;
}
a.read_more{
    color: #eea616;
}
.list-item-date {
    margin-top: 5px;
    color: #9a9a9a;
    font-size: 12px;
}
.list-item-mo-ta {
    font-size: 15.5px;
}
.main-content-page{
    margin-bottom: 30px;
}
.block-tag{
    margin-top: 20px;
}
.block-tag a{
    background: #e4e4e4;
    padding: 2px 5px;
    margin-right: 5px;
    color: #ef6c0f;
}
.detail-content-title-recents {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.detail-content-description{
    color: #979797;
}
.box-index-post {
    margin-top: 15px;
    border: 1px solid #e8e8e8;
}
.box-index-post-img{
    position: relative;
    overflow: hidden;
}
.box-index-post-img img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.box-index-post-img-page img{
    height: 135px;
}
.box-index-post-name-page a {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    text-transform: uppercase;
    min-height: 50px;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
.box-index-post-img:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.box-index-post-info {
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 30px;
    right: 0;
    padding: 7px 15px;
    text-align: left;
    z-index: 1;
    border-bottom: 1px dashed #ccc;
}
.box-index-post-info ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: #999;
}
.box-index-post-cap {
    padding: 15px 10px 25px 30px;
    text-align: left;
    background: #fff;
}
.box-index-post-name a {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    max-height: 45px;
    overflow: hidden;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
.box-index-post-name a:hover{
    color: #eea616;
}

.box-index-post-des{
    margin: 10px 0;
    line-height: 20px;
    font-style: italic;
    color: #949494;
}
.box-index-post-cap .view {
    float: right;
    color: #eea616;
}
.map-contact iframe{
    width: 100% !important;
    height: 382px !important;
}
.caption-contact-title{
    background: #eea616;
    color: #fff;
    padding: 10px;
}
.caption-contact-body{
    padding: 20px 10px;
    border: 1px dashed #ddd;
}
.main-content-page .box-service {
    background: #f8f8f8;
    padding: 7px;
    margin-bottom: 25px;
}
.box-service2, .main-content-page .box-service2{
    background: rgba(238, 166, 22, 0.51);
}
.box-service-img2{
    padding: 10px 25px;
}
.chi-tiet-bai-viet{
    margin-top: 15px;
}
.chi-tiet-bai-viet p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 12px;
}
.chi-tiet-bai-viet h2, .chi-tiet-bai-viet h3, .chi-tiet-bai-viet h4, .chi-tiet-bai-viet h5, .chi-tiet-bai-viet h6 {
    margin-top: 0;
    color: #0b74bd;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 20px;
}
.khoa-hoc-img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
    color: #fff;
}
.stellarnav.mobile.light ul {
    background: #0a0000;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin: 0 2px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #eea616;
    border-color: #eea616;
    cursor: default;
}
.box-product-index{
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    
}
/*.box-product-index:hover {
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.3);
}*/
.product-index:hover .product-index-name a{
    color: #EA232B;
}
.box-product-index-img{
    position: relative;
    overflow: hidden;
}
.product-index-img img {
    width: 100%;
    height: 186px;
    object-fit: cover;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
/*.product-index-img:hover img{
    opacity: 0.8;
}*/
.box-product-index-img {
    position: relative;
    overflow: hidden;
}
.box-product-index-img img{
	width: 100%;
    height: 163px;
    /* object-fit: cover; */
    /* padding: 1px; */
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #ececec;
}
.box-product-index-img:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.box-product-index-name{
    padding: 10px;
    text-align: center;
    height: 35px;
    overflow: hidden;
}
.box-product-index-name a{
    color: #424242;
    text-decoration: none;
    font-size: 16px;
}
.box-product-index-spice{
    text-align: center;
    padding: 10px;
    padding-top: 0;
    margin: 0;
    color: #dc0000;
    font-weight: bold;
    font-size: 18px;
}
.quick-view {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.box-product-index:hover .quick-view {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    /* opacity: .9; */
}
.quick-view a {
    display: block;
    width: 100%;
    background: rgb(228 228 228 / 93%);
    color: #bf8208;
    padding: 7px;
    text-decoration: none;
    border-radius: 0;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
}
.anh-san-pham img {
	width: 100%;
    height: 553px;
    /* object-fit: cover; */
    border: 1px solid #e6e6e6;
    padding: 10px;
}
.ten-san-pham {
    line-height: 25px;
    color: #3e3e3e;
    font-size: 22px;
    font-weight: bold;
}
.ten-san-pham h1{
    margin: 0;
    font-size: 25px;
    font-weight: 700;
}
.noi-dung-san-pham-web-info-spice {
    margin-bottom: 10px;
    margin-top: 10px;
}
.noi-dung-san-pham-web-info-spice span {
    text-align: center;
    padding-top: 0;
    margin: 0;
    color: #dc0000;
    font-weight: bold;
    font-size: 25px;
}
.noi-dung-san-pham-web-info-description {
    font-size: 15px;
    line-height: 24px;
}
.chi-tiet-bai-viet img{
	width: 600px !important;
	height: auto !important;
}
/*page*/
/*mua-hang*/
*mua-hang-new*/
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.quantity-cart-box{
    margin: 15px 0;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    border-top: 1px dashed #ccc;
    padding-top: 15px;
}
.quantity-cart-box .h5-page {
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-right: 10px;
    text-transform: uppercase;
}

.quantity {
    margin-right: 15px;
}

.quantity .h5-page {
    color: #242424;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    margin-right: 10px;
    margin-bottom: 0;
}

@media only screen and (max-width: 479.98px) {
    .quantity .h5-page {
        margin-right: 10px;
    }
}

.quantity .pro-qty {
    width: 90px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 15px;
    border-radius: 5px;
    float: left;
}

.quantity .pro-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #555;
}

.quantity .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.pro-desc {
    margin-bottom: 20px;
}

.availability {
    margin-bottom: 15px;
}

.availability i {
    color: #81ca33;
}

.product-details-des.availability span {
    color: #555;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding-left: 3px;
    text-transform: uppercase;
}

.useful-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.useful-links a {
    font-size: 14px;
    font-weight: 500;
    color: #242424;
    margin-right: 20px;
    text-transform: capitalize;
}

.useful-links a:hover {
    color: #CC2121;
}

.useful-links a i {
    padding-right: 5px;
    vertical-align: middle;
}
button, input {
    overflow: visible;
}
.btn-cart2 {
    color: #fff;
    font-size: 14px;
    padding: 9px 25px;
    background-color: #ff8500;
    text-transform: capitalize;
}
.btn-cart2:hover{
    color: #fff;
    background: #e87c07;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
/*.btn-cart2:hover {
    color: #fff;
    background-color: #e51e22;
}*/
/*mua-hang-new*/


/*--------- Cart Page Wrapper Start ---------*/
.cart-table .table {
    margin: 0;
    /*white-space: nowrap;*/
}

.cart-table .table thead {
    background-color: #fff;
}
.cart-table .table tbody{
    background: #fff;
}
.cart-table .table thead tr th {
    border-bottom: 0 solid transparent;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
}

.cart-table .table tbody tr td {
    border-color: #ccc;
    text-align: center;
    padding: 10px 20px;
    vertical-align: middle;
    font-weight: 500;
    color: #242424;
}

.cart-table .table tbody tr td a {
    color: #242424;
    font-weight: 400;
    text-transform: capitalize;
}

.cart-table .table tbody tr td a:hover {
    color: #CC2121;
}

.cart-table .table tbody tr td a.btn {
    color: #fff;
}

.cart-table .table tbody tr td a.btn:hover {
    color: #fff;
}

.cart-table .table tbody tr td a.check-btn {
    color: #fff;
}

.cart-table .table tr .pro-thumbnail,
.cart-table .table tr .pro-price,
.cart-table .table tr .pro-quantity,
.cart-table .table tr .pro-subtotal,
.cart-table .table tr .pro-remove {
    width: 140px;
}

.cart-table .table tr .pro-qty {
    width: 90px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 15px;
    float: left;
}

.cart-table .table tr .pro-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #555;
}

.cart-table .table tr .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 40px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.cart-update-option {
    border: 1px solid #ccc;
    margin-top: 15px;
    padding: 15px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
}

@media only screen and (min-width: 1200px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .cart-update-option {
        margin-top: 0;
        border-top: 0 solid transparent;
    }
}

.cart-update-option .apply-coupon-wrapper {
    width: 55%;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cart-update-option .apply-coupon-wrapper {
        width: auto;
    }
}

.cart-update-option .apply-coupon-wrapper form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
}

.cart-update-option .apply-coupon-wrapper form input {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 9px 10px;
    outline: none;
    margin-right: 15px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.cart-update-option .apply-coupon-wrapper form input:focus,
.cart-update-option .apply-coupon-wrapper form input:active {
    border-color: #CC2121;
}

@media only screen and (max-width: 767.98px) {
    .cart-update-option .apply-coupon-wrapper button {
        display: block;
        width: 100%;
        margin-top: 15px;
        border-radius: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .cart-update-option .cart-update {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .cart-update-option .cart-update .btn {
        width: 100%;
    }
}

.cart-calculator-wrapper {
    margin-top: 30px;
    background-color: #fff;
}

.cart-calculator-wrapper .div-h3 {
    color: #242424;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 15px 20px;
    margin-bottom: 0;
}

.cart-calculator-wrapper .cart-calculate-items {
    font-weight: 500;
}

.cart-calculator-wrapper .cart-calculate-items .table {
    margin-bottom: 0;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td {
    color: #242424;
    padding: 15px 20px;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td:nth-child(2) {
    color: #242424;
    text-align: right;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
    color: #CC2121;
    font-weight: 700;
}

.cart-calculator-wrapper a {
    border-radius: 0;
    text-align: center;
}
.btn__bg {
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0;
    background-color: #ff8500;
}
.btn__bg:hover {
    color: #fff;
    background-color: #e87c07;
}
.d-block {
    display: block!important;
}
@media (min-width: 768px){
    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
/*--------- Cart Page Wrapper end ---------*/
/* Checkout Login Coupon Accordion Start */
.checkout-page-wrapper {
    margin-bottom: -8px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .checkout-page-wrapper {
        margin-bottom: 0;
    }
}

.checkoutaccordion {
    margin-bottom: 46px;
}

.checkoutaccordion h3 {
    background-color: #f7f7f7;
    border-top: 3px solid #CC2121;
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
    position: relative;
    text-transform: uppercase;
}

.checkoutaccordion h3 span {
    color: #CC2121;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-left: 10px;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion h3 span {
        display: block;
        padding-top: 5px;
        margin-left: 0;
    }
}

.checkoutaccordion h3 span:hover {
    color: #242424;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion h3 {
        font-size: 14px;
    }
}

.checkoutaccordion .card {
    border: none;
    padding: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px;
}

.checkoutaccordion .card:last-child {
    margin-bottom: 0;
}

.checkoutaccordion .card .card-body {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 20px;
}

.checkoutaccordion .card .card-body .cart-update-option {
    border: none;
    padding: 0;
}

.checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
    padding: 12px 10px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    margin-right: 15px;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
        margin-bottom: 15px;
    }
}

.checkout-box-wrap .custom-control {
    padding-left: 0;
    margin-left: 1.5rem;
}

.checkout-billing-details-wrap h2 {
    color: #242424;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
   font-weight: bold;
}

@media only screen and (max-width: 767.98px) {
    .checkout-billing-details-wrap h2 {
        margin-bottom: 26px;
    }
}

.checkout-billing-details-wrap .billing-form-wrap {
    /*margin-top: -20px;*/
}

.forget-pwd {
    color: #CC2121;
    font-size: 12px;
    margin-top: -6px;
}

.single-form-row {
    margin-top: 15px;
    display: none;
}

.single-form-row p {
    margin: 0;
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .order-summary-details {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 767.98px) {
    .order-summary-details {
        margin-top: 52px;
    }
}

.order-summary-details h2 {
    color: #242424;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
   font-weight: bold;
}

.order-summary-table {
    background-color: #fff;
    margin-top: 20px;
}

.order-summary-table .table,
.order-summary-table table {
    color: #242424;
    margin-bottom: 0;
    font-size: 13px;
    /*white-space: nowrap;*/
}

.order-summary-table .table tr td,
.order-summary-table .table tr th,
.order-summary-table table tr td,
.order-summary-table table tr th {
    font-weight: 400;
    vertical-align: middle;
    padding: 15px 10px;
    border-width: 1px;
}

.order-summary-table .table tr td a,
.order-summary-table .table tr th a,
.order-summary-table table tr td a,
.order-summary-table table tr th a {
    color: #242424;
    font-weight: 400;
}

.order-summary-table .table tr td strong,
.order-summary-table .table tr th strong,
.order-summary-table table tr td strong,
.order-summary-table table tr th strong {
    font-weight: 400;
}

.order-summary-table .shipping-type {
    text-align: left;
}

.order-summary-table .shipping-type li {
    margin-bottom: 5px;
}

.order-summary-table .shipping-type li:last-child {
    margin-bottom: 0;
}

.order-payment-method {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
}
.custom-control.custom-checkbox.mb-20{
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .order-payment-method {
        padding: 32px 20px 36px;
    }
}

.single-payment-method {
    margin-bottom: 20px;
}

.single-payment-method:last-child {
    margin-bottom: 0;
}

.single-payment-method:first-child .payment-method-details {
    display: block;
}

.single-payment-method label,
.single-payment-method .custom-control-label {
    font-weight: 500;
}

.single-payment-method .paypal-card {
    max-width: 150px;
    height: 50px;
    margin-top: 10px;
    display: block;
}

.single-payment-method .payment-method-details {
    background-color: #f1f1f1;
    color: #242424;
    font-weight: 400;
    font-size: 13px;
    padding: 10px;
    position: relative;
    margin-top: 20px;
    display: none;
}

.single-payment-method .payment-method-details:after {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f1f1f1;
    bottom: 100%;
}

.single-payment-method .payment-method-details * {
    margin: 0;
}

.summary-footer-area .btn-brand {
    margin-top: 40px;
}

/*------- input box style css start -------*/
.single-input-item {
    margin-top: 20px;
}

.single-input-item label {
    color: #242424;
    text-transform: capitalize;
    font-size: 14px;
}

.single-input-item label.required:after {
    content: '*';
    color: red;
    font-size: 14px;
    margin-left: 3px;
    margin-top: 5px;
}

.single-input-item input,
.single-input-item textarea {
    color: #555;
    border: 1px solid #ccc;
    padding: 14px 10px;
    width: 100%;
    font-size: 14px;
    background: #fff;
}

.single-input-item input:active,
.single-input-item input:focus,
.single-input-item textarea:active,
.single-input-item textarea:focus {
    border-color: #CC2121;
    background-color: #fff;
}

.single-input-item .nice-select {
    width: 100%;
    border-radius: 0;
    height: 48px;
    border-color: #ccc;
    background-color: #f7f7f7;
}

.single-input-item .nice-select .current {
    color: #555;
}

.single-input-item .nice-select .list {
    max-height: 200px;
    overflow: auto;
    width: 100%;
}
.single-input-item .radio input{
    width: auto;
}
.radio-form{
    color: #555;
    border: 1px solid #ccc;
    padding: 14px 10px;
    font-size: 14px;
    background: #fff;
}
.radio:first-child{
    padding-top: 0;
    margin-top: 0;
}
.radio label a{
    text-decoration: underline;
    color: red;
    font-size: 13px;
}
.radio-form-title{
    position: relative;
    font-size: 17px;
    color: #333333;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
strong.soluong{
    color: red;
}
.table-responsive {
    display: block;
    width: 100%;
    /*overflow-x: auto;*/
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.note{
    margin-top: 10px;
}
/*mua-hang*/
/*cam-nhan*/
.cam-nhan{
    background: url('../../images/cam-nhan-khach-hang.jpg');
    padding: 50px 0;
}
.box-title2 span:after {
    content: "";
    display: table;
    clear: both;
    background: url(../../images/divide-png.png);
    width: 100%;
    height: 28px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 35px;
}
.box-title2{
    color: #7d3b00;
}
.cam-nhan-content{
    background: rgb(240, 185, 43);
    padding: 15px;
}
.cam-nhan-body{
    border-radius: 5px;
    box-shadow: 3px 4px 10px #00000038;
    padding: 15px;
}
#carousel-2{
    margin-top: 20px;
}
.cam-nhan-img img{
    border-radius: 100%;
    height: 104px;
    object-fit: cover;
}
.cam-nhan-name{
    color: #333333;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}
.cam-nhan .owl-prev::before {
    content: "‹";
    font-family: -webkit-body;
    font-size: 30px;
    position: absolute;
    top: 35%;
    left: -26px;
    text-align: center;
    color: #fff;
    box-shadow: rgba(31, 38, 67, 0.1) 0px 3px 25px 0px;
    background: none;
    padding: 10px 8px;
    border-radius: 20px;
    border: 1px solid #fff;
}
.cam-nhan .owl-next:before {
    content: "›";
    font-family: -webkit-body;
    font-size: 30px;
    position: absolute;
    top: 37%;
    right: -26px;
    text-align: center;
    color: #fff;
    background: none;
    padding: 10px 8px;
    box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);
    border-radius: 20px;
    border: 1px solid #fff;
}
/*cam-nhan*/
.mobile-block{
	display: none	
}
.desktop-block{
	display: block	
}
@media only screen and (max-width: 1200px){
    .main-content-page .box-service {
        overflow: hidden;
        height: auto;
    }
    .box-service-name {
        overflow: hidden;
        height: 45px;
    }
    .box-service-img img {
        height: 108px;
    }
    .stellarnav.light li a span {
        padding: 8px 5px;
    }
    .header-hotline-body {
        font-size: 15px;
    }
    .slide img {
        height: 240px !important;
    }
}
@media (max-width: 767px){
	.mobile-block{
		display: block	
	}
	.desktop-block{
		display: none	
	}
    .stellarnav.mobile.light li a {
        border-bottom: 1px solid rgb(219 219 219 / 15%);
    }
    .stellarnav.mobile.light>ul {
        border-top: 1px solid rgb(227 227 227 / 15%);
    }
    .stellarnav.light li.social-item {
        float: left;
        padding-left: 0;
    }
    .stellarnav.light li.social-item a {
        padding-right: 10px;
        padding-left: 0;
    }
    .box-title {
        font-size: 20px;
    }
    .slide img {
		height: 120px !important;
    }
    .display-none{
        display: none;
    }
    .header-hotline-title {
        font-size: 12px;
    }
    .header-hotline-body {
        font-size: 16px;
    }
    .about p {
        font-size: 13px;
    }
    .text-right {
        text-align: center;
    }
    .text-left {
        text-align: center;
    }
    .btn-warning {
        color: #fff;
        padding: 8px 25px;
        font-size: 14px;
        line-height: 1.2;
        border-radius: 3px;
        border: none;
        background-color: #74d604;
        box-shadow: 2px 2px 20px #00000066;
    }
	.box-service{
		margin-bottom: 15px;	
	}
	.box-service-cap {
		/* padding: 10px; */
		margin-top: 5px;
	}
	.box-service-img {
		padding: 0;
	}
    .box-service-img img {
		height: 88px;
		border-radius: 0;
    }
	.box-service-des, .box-service-read {
		display: none;
	}
    .box-des2 {
        margin: auto;
        width: 100%;
    }
    .video-index iframe {
        height: 197px !important;
    }
    .image-index img {
        height: 190px !important;
    }
    .box-about{
        margin-top: 20px;
    }
    #footerMidle .col-md-4{
        margin-bottom: 20px;
    }
    .box-sidebar-page{
        margin-top: 20px;
    }
    .list-item .no-pad-left{
        padding-left: 15px;
    }
    a.list-item-title {
        font-size: 16px;
    }
    .list-item img {
        width: 100%;
        height: 175px;
        object-fit: cover;
        border: 1px solid #ececec;
        margin-bottom: 5px;
    }
    .detail-content-body-name h1, .detail-content-body-name {
        font-size: 16px;
    }
    .main-content-page .box-service-img img {
		height: 88px;
    }
    .khoa-hoc-img img {
        margin-bottom: 10px;
    }
    .owl-next:before {
        right: -15px;
    }
    .owl-prev:before {
        left: -15px;
    }
    .about-banner {
        padding: 15px 0;
    }
    .cam-nhan .owl-prev::before {
        content: "‹";
        font-family: -webkit-body;
        font-size: 30px;
        position: absolute;
        top: 35%;
        left: -10px;
        text-align: center;
        color: #fff;
        box-shadow: rgb(31 38 67 / 10%) 0px 3px 25px 0px;
        background: none;
        padding: 10px 8px;
        border-radius: 20px;
        border: 1px solid #fff;
    }
    .cam-nhan .owl-next:before {
        right: -10px;
    }
    .cam-nhan .no-pad-left{
        padding-left: 15px;
    }
    .cam-nhan-img img {
        height: 273px;
    }
    .cam-nhan-name {
        margin-top: 10px;
    }
    .anh-san-pham img {
        height: 343px;
    }
    .noi-dung-san-pham-web .no-pad-left {
        padding-left: 15px;
    }
    .btn-cart2 {
        padding: 9px 18px;
    }
    .ten-san-pham{
        margin-top: 10px;
    }
    .ngon-ngu {
        position: absolute;
        right: 25px;
        top: 17px;
    }
    .stellarnav.mobile>ul>li>a {
        padding: 15px 0;
    }
    .logo-site a img {
        height: 83px;
    }
	.chi-tiet-bai-viet img{
		width: 100% !important;
		height: auto !important;
	}
}

/*alo*/
.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: 25px;
    z-index: 999999;
}
.float-icon-hotline ul {
    margin: 0;
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}
.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    list-style: none;
}
.float-icon-hotline ul li a {
    color: #FFF;
    text-decoration: none;
}
.float-icon-hotline ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}
.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #ff6a00;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
}
.float-icon-hotline ul li .fa-cart {
    background: #ef0303 url(../../images/cart.jpg) center center no-repeat;
}
.float-icon-hotline ul li .fa-hotline {
    background: #ef0303 url(../../images/hotline.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-zalo {
    background: #ef0303 url(../../images/zalo.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-facebook {
    background: #168efb;
}
.float-icon-hotline ul li .fa-facebooks {
    background: #ef0303 url(../../images/messenger.png) center center no-repeat;
}
.float-icon-hotline ul li .fa-facebookss {
    background: #ef0303 url(../../images/ytb.png) center center no-repeat;
}
.float-icon-hotline ul li:hover span {
    width: 215px;
    padding-left: 30px;
    padding-right: 10px;
    opacity: 1;
}
.animated{
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
  0% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
}

@-moz-keyframes glowing {
  0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -moz-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
}

@-o-keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

@keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}
/*alo*/