html, body, h1, h2, h3, h4, h5, h6, a, img {
    border: 0;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 0;
    font-family: 'Roboto', 'Open Sans';
    vertical-align: baseline;
    text-decoration: none;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

.clearfix::after {
    clear: both;
    content: '.';
    display: block;
    font-size: 1px;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clear {
    clear: both;
}

.no-pd-lf {
    padding-left: 0px;
}

.no-pd-rt {
    padding-right: 0px;
}

.no-padding-r {
    padding-right: 0px;
}

header {
    padding: 10px 0px;
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    background: rgba(0, 0, 0, 0.31);
}

.banner {
    position: relative;
}

.banner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.31);
    z-index: 999;
    height: 450px;
}

.logo img {
    max-width: 100%;
}

.abouthome {
    padding: 60px 0px;
}

.img-about img {
    max-width: 100%;
}

.abouthome-brief {
    text-align: justify;
    line-height: 180%;
}

.title-about {
    font-weight: 600;
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.1;
}

.dv-line {
    margin-top: 10px !important;
    text-align: center !important;
    width: 100%;
}

.dv-line img {
    width: auto !important;
    float: none !important;
    padding: 0px !important;
    margin: 0 auto !important;
}

.title-b {
    font-size: 28px;
    text-transform: uppercase;
    color: #0080C0;
    text-align: center;
    margin-bottom: 20px;
}

.more-about {
    margin-top: 30px;
    background: url(../images/btn-xemthem.png) no-repeat;
    display: inline-block;
    width: 135px;
    height: 41px;
    text-align: center;
}

.more-about a {
    text-decoration: none;
    color: #FFFFFF;
    line-height: 41px;
    text-align: center;
}

.linhvuchome {
    padding: 40px 0px;
    background: #494949;
}

.title-linhvuc {
    font-weight: 600;
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.1;
    color: #fff;
}

.nav-tabs li a {
    text-decoration: none;
    color: #FFFFFF;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background: none;
    border: 0px;
    border-bottom-color: transparent;

}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li {
    position: relative;
    text-align: center;
    height: 40px;
}

.nav-tabs > li a:hover {
    background: none;
    color: #fff;
    border: 0px;
}

.nav-tabs > li.active:after {
    content: "";
    background: url(../images/icon-line-dmuc.png) no-repeat;
    height: 2px;
    width: 56px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.itemgallery img {
    max-width: 100%;
}

.my-gallery-container .item {
    width: 100%;
    min-height: 100px;
    padding: 5px;
    color: #fff;
}

.my-gallery-container .padding {
    padding: 0px;
}

.itemgallery1 {
    vertical-align: top;
    display: inline-block;
    position: relative;
    background: #efefef;
    background-size: cover;
}


.itemgallery1.five div {
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.9);
}

.itemgallery1.five:hover div {
    opacity: 1;
    -webkit-transform: scale(1);
}

.itemgallery1 img {
    width: 100%;
}

.itemgallery1 div {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    font-weight: 300;
    color: #efefef;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.29);
    top: 0;
    left: 100%;
    transition: all 300ms ease-in-out;


}

.itemgallery1 div:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.itemgallery1 div span {
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
    letter-spacing: 1px;
}

.bottom-gallery {
    width: 50px;
    position: absolute;
    background: #0080C0;
    font-size: 24px;
    display: inline-block;
    bottom: -10px;
    right: 0px;
}

/*.bottom-gallery{ float:right; width:50px; position:relative; background:#0080C0; font-size:24px; display:inline-block; bottom:0px;}*/
/*
.bottom-gallery:before {
    border-bottom: 0 solid transparent;
    border-left: 10px solid #ccc;
    border-top: 27px solid transparent;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
  
  
}*/
.bottom-gallery:after {
    border-top: 0 solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 35px solid transparent;
    top: 0;
    content: '';
    position: absolute;
    left: 0;
}

.itemgallery1 div span h2 {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 0.85em;
}

.dv-line {
    margin-top: 10px !important;
    text-align: center !important;
    width: 100%;
}

.dv-line img {
    width: auto !important;
    float: none !important;
    padding: 0px !important;
    margin: 0 auto !important;
}

.tab-content {
    display: inline-block;
    width: 100%;
}

.itemgallery a {
    text-decoration: none;
    color: #FFFFFF;
}

@-webkit-keyframes slideLeft {
    0% {
        left: 100%;
    }
    70% {
        left: 0%;
    }
    85% {
        left: 4%;
    }
    100% {
        left: 0%;
    }
}

@-webkit-keyframes slideLeftOut {
    0% {
        left: 0%;
    }
    70% {
        left: 100%;
    }
    85% {
        left: 96%;
    }
    100% {
        left: 100%;
    }
}

@-webkit-keyframes slideUp {
    0% {
        top: 100%;
        left: 0%;
    }
    70% {
        top: 0%;
    }
    85% {
        top: 4%;
    }
    100% {
        top: 0%;
        left: 0%;
    }
}

@-webkit-keyframes slideUpOut {
    0% {
        top: 0%;
        left: 0%;
    }
    70% {
        top: 100%;
    }
    85% {
        top: 96%;
    }
    100% {
        top: 100%;
        left: 0%;
    }
}

.dacdiemhome {
    padding: 60px 0px 80px 0px;
    display: inline-block;
    width: 100%;
}

.title-dacdiemhome {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
}

.dacdiemhome-img img {
    max-width: 100%;
}

.line-dacdiemhome {
    background: url(../images/img-dacdiem.png) no-repeat center;
    position: relative;
    height: 610px;
    text-align: center;
    width: auto;
}

.line-dacdiem {
    position: absolute;
    width: 300px;
}

.line-dacdiem-1 {
    right: 40px;
    top: 0;
}

.line-dacdiem-2 {
    left: 40px;
    top: 200px;
    text-align: right;
}

.line-dacdiem-3 {
    right: 40px;
    top: 380px;
}

.line-dacdiem-4 {
    left: 40px;
    top: 560px;
    text-align: right;
}

.line-dacdiem .line-dacdiem-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.line-dacdiem .line-dacdiem-mota {
    line-height: 150%;
}

.ykienhome {
    background: #EAEAEA;
    padding: 60px 0px;
}

.khachhang-h-item-img {
    float: left;
    width: 100px;
    padding-right: 10px;
}

.khachhang-h-item-img img {
    border-radius: 50%;
    max-width: 100%;
}

.khachhang-h-item-r p {
    margin: 0px;
}

.khachhang-h-item-brief {
    border: 1px solid #ccc;
    padding: 25px;
    position: relative;
    height: 100px;
}

.khachhang-img-line {
    position: absolute;
    left: 100px;
    top: -20px;
    z-index: 999;

}

.khachhang-h-item-brief:after {
    background: url(../images/icon-bottom.png) no-repeat;
    content: '';
    position: absolute;
    bottom: -20px;
    height: 21px;
    width: 34px;
    left: 70px;
}

.khachhang-h-item {
    margin-top: 30px;
}

.khachhang-h-item-cont {
    padding: 30px 50px 0px 50px;
}

.baogiahome {
    background: #0080C0;
    padding: 60px 0px;
}

.title-baogiahome {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
}

.frmbaogia {
    padding-top: 40px;
    width: 70%;
    margin: 0 auto;
}

.formcontrol {
    width: 100%;
    border: 1px solid #fff;
    height: 35px;
    padding: 10px;
    background: none;
    color: #FFFFFF;
}

.frmtextarea {
    width: 100%;
    border: 1px solid #fff;
    height: 100px;
    padding: 10px;
    background: none;
    color: #FFFFFF;
}

.btngui {
    text-transform: uppercase;
    background: #FFFFFF;
    color: #0080C0;
    padding: 10px 40px;
    border-radius: 5px;
    border: 0px;
}

.formcontrol::placeholder, .frmtextarea::placeholder {
    color: #fff;
}


.formcontrolh {
    width: 100%;
    border: 1px solid #ccc;
    height: 35px;
    padding: 10px;
    background: none;
    color: #000;
}

.frmtextareah {
    width: 100%;
    border: 1px solid #ccc;
    height: 100px;
    padding: 10px;
    background: none;
    color: #000;
}

.btngui {
    text-transform: uppercase;
    background: #999;
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    border: 0px;
}

.formcontrolh::placeholder, .frmtextareah::placeholder {
    color: #000;
}

.modal {
    z-index: 9999;
}


.newshome {
    padding: 60px 0px;
}

.newshome-item img {
    max-width: 100%;
}

.newshome-item a {
    text-decoration: none;
    color: #fff;
    line-height: 140%;
}

/*.newshome-content{ background:#676767; position: relative; display:inline-block; width:100%; }*/
.newshome-content {
    background: #676767 url(../images/icon-news.jpg) no-repeat;
    position: relative;
    display: inline-block;
    width: 100%;
}

.newshome-name {
    /* background: #0080C0;*/
    padding: 5px;
    padding-right: 15px;
    position: relative;
    color: #fff;
    float: left;
    width: 75%;
    margin-top: 3px;
}

/*.newshome-name:before {
    border-bottom: 27px solid transparent;
    border-right: 10px solid #676767;
    border-top: 0 solid transparent;
    border-left: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.newshome-name:after {
    border-bottom: 0 solid transparent;
    border-right: 10px solid #676767;
    border-top: 27px solid transparent;
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
}*/
.newshome-more {
    float: right;
    width: 25%;
    padding: 16px 5px;
}

footer {
    background: url(../images/banner.jpg) no-repeat;
    padding: 60px 0 0;
    color: #fff;
    width: 100%;
    display: block;
    background-size: 100% auto;
}

.f-title {
    text-align: center;
    margin-bottom: 40px;
}

.footer-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footerbottom {
    background: #000000;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0px;
    margin-top: 50px;
}

.h1category {
    text-align: center;
    font-size: 36px;
    margin: 30px 0px 10px 0px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 700;
}

.breacrumb1 {
    text-align: center;
    margin-bottom: 30px;
}

.breacrumb1 a {
    text-decoration: none;
    color: #000;
    padding: 0px 5px;
}

.breacrumb1 a h2 {
    display: inline-block;
}

.breacrumb1 a:hover {
    color: #7b645c;
}

.breacrumb1 a:before {
    content: "/";
    font-family: FontAwesome;
    padding-right: 10px;
}

.breacrumb1 a.breacrumb-home1 {
    padding-left: 0px;
    padding-right: 0;
}

.breacrumb1 a.breacrumb-home1:before {
    content: "";
    font-family: FontAwesome;
}

.aboutcate-botom-1 {
    display: inline-block;
    width: 100%;
}

.aboutcate-botom-1-l {
    float: left;
    width: 20%;
}

.aboutcate-botom-1-l img {
    width: 100%;
    height: 222px;
}

.aboutcate-botom-1-r {
    float: left;
    width: 60%;
}

.aboutcate-botom-1-r img {
    width: 100%;
    height: 222px;
}

.aboutcate-botom-2 {
    display: inline-block;
    width: 100%;
}

.aboutcate-botom-2-l {
    float: left;
    width: 20%;
}

.aboutcate-botom-2-l img {
    width: 100%;
    margin-top: 186px;
}

.aboutcate-botom-2-c {
    float: left;
    width: 60%;
    background: #EEEEEE;
    padding: 20px;
    text-align: justify;
    line-height: 180%;
    height: 415px;
}

.aboutcate-botom-2-r {
    float: right;
    width: 20%;
}

.aboutcate-botom-3, .aboutcate-botom-4 {
    display: inline-block;
    width: 100%;
}

.aboutcate-botom-3-r {
    float: right;
    width: 20%;
}

.aboutcate-botom-3-l {
    float: left;
    width: 26.6%;
}

.aboutcate-botom-3-l img {
    width: 100%;
}

.aboutcate-botom-4-l {
    float: left;
    width: 20%;
    padding-right: 20px;
}

.aboutcate-botom-4-l img {
    width: 100%;
}

.aboutcate-botom-4-r {
    float: right;
    width: 80%;
    padding-top: 90px;
}

.doitac-i {
    float: left;
    width: 33.3%;
}

.doitac-i img {
    max-width: 100%;
}

.category-item {
    margin-bottom: 20px;
    height: 300px;
}

.category-item-name {
    margin: 6px 0px;
}

.category-item-name a {
    color: #000;
    text-decoration: none;
}

.category-item-name a:hover {
    color: #ff0000;
}

.category-col {
    vertical-align: top;
    display: inline-block;
    position: relative;
    background: #efefef;
    background-size: cover;
}

.category-col.five h3 {
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.9);
}

.category-col.five:hover h3 {
    opacity: 1;
    -webkit-transform: scale(1);
}

.category-col img {
    width: 100%;
    height: 230px;
}

.category-col h3 {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    font-weight: 300;
    color: #efefef;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 132, 255, 0.55);
    top: 0;
    left: 100%;
    transition: all 300ms ease-in-out;


}

.category-col h3:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.category-col h3 span {
    display: inline-block;
    vertical-align: middle;
    padding: 30px;
    letter-spacing: 1px;
}

.category-col a {
    color: #fff;
}

.category-col p {
    top: 150px;
    position: absolute;
    text-align: center;
    left: 45%;
}

.category-col .fa {
    display: inline-block;
    font-size: 36px;
    color: #FFFFFF;
}

.detailproducts-left {
    float: left;
    width: 20%;
}

.detailproducts {
    display: inline-block;
    width: 100%;
}

.detailproducts-right {
    float: right;
    width: 80%;
}

.detailimg {
    float: left;
    width: 50%;
    padding-right: 20px;
}

.detailimg img {
    max-width: 100%;
}

.detail_content {
    float: left;
    width: 40%;
}

.detail_content h1 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700px;
}

.detail-price {
    font-weight: bold;
    color: #FF0000;
    margin-bottom: 20px;
}

.doday select {
    border: 1px solid #CCCCCC;
    width: 50px;
}

.doday-l {
    float: left;
    width: 60px;
    margin-top: 5px;
}

.doday {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.colordetails {
    margin-right: 8px;
    border: none;
    border-radius: 0px;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px #ddd;
}

.btn-success.active {
    border: 2px solid #FFFF00;
}

.colordetails input {
    visibility: hidden;
}

.detail_brief {
    text-align: justify;
    line-height: 150%;
}

.note {
    text-align: justify;
    line-height: 180%;
    font-size: 16px;
}

.note img {
    max-width: 100%;
}

.note h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0px;
    line-height: 150%;
}

.note h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0px;
    line-height: 150%;
}

.note iframe {
    width: 100%;
    height: 500px;
}

.detail_bottom {
    margin-top: 50px;
    margin-bottom: 30px;
}

.readproducts-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.category-item-cl {
    height: 280px;
}

.category-item-cl img {
    max-width: 100%;
}

.category-item-cl a {
    text-decoration: none;
    color: #000000;
}

.category-item-cl-name {
    position: relative;
    margin: 8px 0px;
}

.category-item-cl-name:before {
    content: "|";
    padding-right: 10px;
    color: #0080C0;

}

.readproducts {
    padding: 60px 0px;
}

.news-item-l {
    float: left;
    width: 670px;
    position: relative;
}

.news-item-r {
    float: right;
    width: 615px;
}

.news-item-r img {
    max-width: 100%;
}

.news-item a {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
}

.news-item-ba {
    color: #FFFFFF;
    padding: 100px 100px;
}

.news-item-name {
    margin-bottom: 15px;
}

.news-item-brief {
    text-align: justify;
    line-height: 150%;
}

/*.news-item-l-bor{ border:4px solid #0080C0; padding:15px; }*/
.news-item-l-bor {
    background: url(../images/news-box.jpg) no-repeat;
    width: 100%;
    height: 439px;
}

.news-item.odd .news-item-l-bor {
    background: url(../images/news-box-1.jpg) no-repeat;
    width: 100%;
    height: 439px;
}

.news-item-ll {
    position: absolute;
    top: 250px;
    left: 100px;
    z-index: -10px;
}

.newscate-row {
    display: inline-block;
    width: 100%;
}

.news-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 250px;
}

.news-item.odd .news-item-l.news-item-lr {
    float: right;
    width: 670px;
    position: relative;
}

.news-item.odd .news-item-r.news-item-rf {
    float: left;
    width: 615px;
}

.news-item-l.news-item-lr .news-item-ll {
    position: absolute;
    top: 152px;
    left: 0px;
    z-index: -10px;
}

.detailnews-left {
    float: left;
    width: 10%;
    background: #0080C0;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
    font-size: 18px;
}

.detailnews-right {
    float: left;
    width: 90%;
    padding-left: 20px;
    font-size: 22px;
    margin-top: 20px;
    font-weight: 700;
}

.detailnews {
    display: inline-block;
    width: 100%;
}

.imgdetailnews img {
    max-width: 100%;
}

.imgdetailnews {
    position: relative;
    margin-bottom: 20px;
}

.imgdetailnews1 {
    position: absolute;
    background: #000000;
    width: 10%;
    left: 0;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0px;
}

.search .txtsearch {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.rowright-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.rowright-title a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.rowright {
    margin-bottom: 20px;
}

.rowright-box {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.rowright-box li {
    border-bottom: 1px solid #CCCCCC;
    padding: 10px 0px;
}

.rowright-box li a {
    text-decoration: none;
    color: #000000;
    display: block;
    padding-left: 10px;
}

.rowright-box li a .fa {
    color: #0080C0;
    font-size: 12px;
    padding-right: 10px;
}

.rowrightbox {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.rowrightbox li img {
    float: right;
    width: 35%;
}

.rowrightbox li .rowrightbox-ct {
    float: left;
    width: 65%;
    padding-right: 15px;
    text-align: right;
    line-height: 140%;
}

.rowrightbox li a {
    text-decoration: none;
    color: #000000;
}

.rowrightbox li a:hover {
    color: #0080C0
}

.date-rowrightbox {
    color: #FF0000;
    margin-top: 5px;
}

.rowrightbox li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.fooFlowus {
}

.fooFlowus ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.fooFlowus ul li {
    display: inline-block;
    margin-right: 5px;
}

.fooFlowus ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    background: #000;

}

.fooFlowus ul li a .fa {
    line-height: 30px;
}

.tags {
    margin: 15px 0px;
}

.tags-icon {
    background: #DEDEDF;
    padding: 5px;
}

.tags a {
    text-decoration: none;
    color: #000;
    background: #DEDEDF;
    padding: 5px;
    margin: 0px 5px;
}

.tags h4 {
    display: inline-block;
}

.thuvienright {
    margin: 0px;
    padding: 15px 0px 0px 0px;
    list-style: none;
}

.thuvienright li {
    float: left;
    width: 33.3%;
    padding-right: 10px;
    padding-bottom: 10px;
}

.thuvienright li img {
    max-width: 100%;
}


.banggia-item {
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
}

.banggia-item a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.banggia-img {
    float: left;
    width: 50%;
}

.banggia-img img {
    max-width: 100%;
}

.banggia-item {
    position: relative;
}

.banggia-brief {
}

.more-banggia a {
    text-decoration: none;
    color: #fff;
    background: #0080C0;
    padding: 10px;
    font-weight: 500;
}

.more-banggia {
    margin-top: 10px;
}

.banggia-cont {
    position: absolute;
    right: 20px;
    background: #ddd;
    padding: 20px;
    width: 50%;
    top: 100px;
    color: #000;
    text-align: justify;
    line-height: 180%;
}

.banggia-item.odd .banggia-img.banggia-img-2 {
    float: right;
    width: 50%;
}

.banggia-item.odd .banggia-cont.banggia-cont-2 {
    position: absolute;
    left: 20px;
    background: #ddd;
    padding: 20px;
    width: 50%;
    top: 100px;
    color: #000;
    text-align: justify;
    line-height: 180%;
}

.heightmain {
    height: 100px;
}

.bannercate img {
    max-width: 100%;
}

#padding {
    padding: 8px 0;
    text-align: right;
    width: 100%;
    margin-right: 10px;
    clear: left;
}

#padding a {
    text-align: right;
    border: 1px solid #CCCCCC;
    padding: 5px 12px 5px;
    margin: 0 4px 4px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

#padding a:hover {
    text-align: right;
    border: 1px solid #0080C0;
    padding: 5px 12px 5px;
    background: #0080C0;
    color: #FFFFFF;
}

#padding .active {
    text-align: right;
    border: 1px solid #0080C0;
    padding: 5px 12px 5px;
    background: #0080C0;
    color: #FFFFFF;
}

#padding .pad {
    color: #000;
    text-decoration: none;
}

.comment {
    margin-top: 30px;
    margin-bottom: 20px;
}

.error {
    color: #FF0000;
    font-weight: 500;
    margin-top: 8px;
}

.btnprimary {
    width: 100%;
}

.profile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #666;
    text-align: center;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
}

.review-block-name {
    font-weight: bold;
    margin-bottom: 15px;
}

.review-block-description {
    background-color: #f6f7f3;
    padding: 15px 20px;
    margin-bottom: 5px;
    -webkit-box-shadow: 1px 1px 4px 1px #e0e3d3;
    -moz-box-shadow: 1px 1px 4px 1px #e0e3d3;
    box-shadow: 1px 1px 4px 1px #e0e3d3;
    position: relative;
}

.review-block-description:before {
    content: "";
    float: left;
    position: absolute;
    top: 0px;
    left: -14px;
    width: 0;
    height: 0;
    border-color: transparent #f6f7f3 transparent transparent;
    border-style: solid;
    border-width: 14px 14px 14px 0;
}

.sttext {
    margin-top: 30px;
}

.timeago {
    font-size: 12px;
    font-style: italic;
    color: #666666;
}

.commentopen {
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-style: italic;
}

.stbodysub {
    padding-left: 80px;
    display: inline-block;
    width: 100%;
}

.contact-botom-1 {
    display: inline-block;
    width: 100%;
}

.contact-botom-1-l {
    float: left;
    width: 20%;
    display: inline-block;
}

.contact-botom-1-l img, .contact-botom-1-r img {
    width: 100%;
}

.contact-botom-1-r {
    float: right;
    width: 20%;
}

.contact-botom-1-c {
    float: left;
    width: 40%;
    background: #F3F3F3;
    text-align: center;
    padding: 30px 10px;
    line-height: 180%;
}

.contact-botom-2-c {
    float: left;
    width: 40%;
}

.contact-botom-2-c img {
    width: 100%;
}

.contact-back {
    background: #F3F3F3;
    text-align: center;
    padding: 94px 0px;
}

.contact-botom-1-l1 {
    visibility: hidden;
}

.contact-botom-1-rr {
    background: #F3F3F3;
    text-align: center;
    line-height: 180%;
    padding: 17px 0;
}

.contactmaps {
    float: left;
    width: 40%;
}

.contactmaps iframe {
    width: 100%;
    height: 600px;
}

.contactthongtin, .row12 {
    display: inline-block;
    width: 100%;
}

.contactfrm {
    float: left;
    width: 60%;
    padding: 150px 80px 80px 40px;
}

.contactfrm .row1 {
    float: left;
    width: 47%;
    padding-right: 30px;
}

.contactfrm .row2 {
    float: left;
    width: 47%;
}

.contactfrm .row1 .formtext {
    border: 1px solid #CCCCCC;
    width: 100%;
    padding: 10px;
}

.frmtextarea1 {
    width: 100%;
    border: 1px solid #CCCCCC;
    padding: 10px;
    height: 210px;
}

.contactfrm-title {
    font-weight: bold;
    color: #FF0000;
    margin-bottom: 20px;
}

.btnguict {
    background: #0080C0;
    color: #FFFFFF;
    padding: 15px 45px;
    border: 0px;
    border-radius: 5px;
    text-transform: uppercase;
}

.duan-item-brief {
    text-align: justify;
    line-height: 150%;
    position: relative;
    padding: 20px 0px;
}

.duan-item-brief:before {
    content: "\f10d";
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
}

.duan-item-brief:after {
    content: "\f10e";
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: FontAwesome;
}

.duan-item-name a {
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.duan-item-img img {
    max-width: 100%;
}

.duan-item {
    float: left;
    width: 50%;
    position: relative;
    height: 940px;
}

.duan-item-top {
    padding: 30px;
}

.duan-item.odd .duan-item-top.duan-item-top1 {
    position: absolute;
    bottom: 300px;
}

.duan-item.odd .duan-item-img.duan-item-img1 {
    position: absolute;
    top: 0;
}

.more-thuvien a {
    text-decoration: none;
    color: #000000;
}

.more-thuvien {
    text-align: right;
    margin-top: 10px;
}

.thuvien-item {
    margin-bottom: 20px;
}

.thuvien-item img {
    max-width: 100%;
}

.socail {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.socail li {
    float: left;
    padding-right: 10px;
}

.socail li a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
}

.motacate {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    line-height: 180%;
    padding-bottom: 40px;
}

.phone_text {
    position: absolute;
    bottom: 40px;
    left: 29px;
    background: #ffe800;
    color: #000;
    padding: 2px 9px;
    border-radius: 4px
}

.coccoc-alo-phone {
    position: absolute;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    right: 150px;
    top: 30px
}

.coccoc-alo-move-cursor {
    cursor: move
}

.coccoc-alo-phone.coccoc-alo-show {
    visibility: visible
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

.coccoc-alo-phone.coccoc-alo-static {
    opacity: .6
}

.coccoc-alo-phone.coccoc-alo-hover, .coccoc-alo-phone:hover {
    opacity: 1
}

.coccoc-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #bfebfc 9px;
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.coccoc-alo-ph-circle-close {
    width: 17px;
    height: 17px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgba(0, 175, 242, 0.7);
    right: 60px;
    top: 60px;
    color: #fff;
    opacity: 0;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-delay: 0;
    z-index: 99999
}

.coccoc-alo-ph-circle-close:before, .coccoc-alo-ph-circle-close:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background: #fff;
    left: 2px;
    top: 8px
}

.coccoc-alo-ph-circle-close:before {
    webkit-transfor: rotate(45deg);
    transform: rotate(45deg)
}

.coccoc-alo-ph-circle-close:after {
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.coccoc-alo-ph-circle-close-animation-show {
    animation-name: showCloseBtn;
    animation-duration: .5s;
    animation-fill-mode: forwards
}

.coccoc-alo-ph-circle-close-animation-hide {
    animation-name: hideCloseBtn;
    animation-duration: .5s;
    animation-fill-mode: forwards
}

.coccoc-alo-mobile .coccoc-alo-ph-circle {
    width: 140px;
    height: 140px;
    top: 30px;
    left: 30px
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle {
    -webkit-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle {
    -webkit-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone:hover .coccoc-alo-ph-circle {
    border-color: #00aff2;
    opacity: .5
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
    border-color: #00aff2;
    opacity: .5
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle, .coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5
}

.coccoc-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .1;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle-fill {
    -webkit-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle-fill {
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone:hover .coccoc-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #00aff2 #9;
    opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    background-color: #baf5a7 #9;
    opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #a6e3fa #9;
    opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle-fill, .coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    background-color: #ccc #9;
    opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important
}

.coccoc-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 71px;
    left: 71px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .7;
    box-sizing: initial
}

.coccoc-alo-ph-circle-shake {
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-img-circle {
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-img-circle {
    -webkit-animation: coccoc-alo-circle-img-anim 0 infinite ease-in-out !important;
    -moz-animation: coccoc-alo-circle-img-anim 0 infinite ease-in-out !important;
    -ms-animation: coccoc-alo-circle-img-anim 0 infinite ease-in-out !important;
    -o-animation: coccoc-alo-circle-img-anim 0 infinite ease-in-out !important;
    animation: coccoc-alo-circle-img-anim 0 infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone:hover .coccoc-alo-ph-img-circle {
    background-color: #00aff2
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
    background-color: #75eb50;
    background-color: #75eb50 #9
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: #00aff2;
    background-color: #00aff2 #9
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-img-circle, .coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-img-circle {
    background-color: #ccc
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-img-circle {
    background-color: #75eb50
}

@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-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)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

#stopwatch {
    position: absolute;
    top: 60px;
    left: 60px;
    box-sizing: initial;
    display: none
}

.coccoc-alo-ph-circle-time {
    width: 130px;
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 25px;
    margin-top: -12px;
    z-index: 0;
    border-radius: 15px;
    text-align: right;
    padding: 6px 10px;
    font-family: 'Open Sans';
    font-size: .7em;
    box-sizing: initial;
    height: 20px;
    display: none
}

.coccoc-alo-phone.coccoc-alo-ph-extension.external-site .coccoc-alo-ph-circle-time {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6)
}

.coccoc-alo-phone.coccoc-alo-ph-extension.external-site .coccoc-alo-ph-img-circle {
    opacity: 1
}

.coccoc-alo-phone.coccoc-alo-ph-extension.external-site .coccoc-alo-ph-circle-fill, .coccoc-alo-phone.coccoc-alo-ph-extension.external-site .coccoc-alo-ph-circle {
    display: none
}

#coccoc-alo-external-site-favicon {
    float: left;
    width: 20px
}

#coccoc-alo-external-site-counter {
    line-height: 19px
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-moz-keyframes showCloseBtn {
    0% {
        right: 80px;
        top: 80px;
        opacity: 0
    }

    100% {
        right: 55px;
        top: 55px;
        opacity: 1
    }
}

@-webkit-keyframes showCloseBtn {
    0% {
        right: 80px;
        top: 80px;
        opacity: 0
    }

    100% {
        right: 55px;
        top: 55px;
        opacity: 1
    }
}

@-o-keyframes showCloseBtn {
    0% {
        right: 80px;
        top: 80px;
        opacity: 0
    }

    100% {
        right: 55px;
        top: 55px;
        opacity: 1
    }
}

@keyframes showCloseBtn {
    0% {
        right: 80px;
        top: 80px;
        opacity: 0
    }

    100% {
        right: 55px;
        top: 55px;
        opacity: 1
    }
}

@-moz-keyframes hideCloseBtn {
    0% {
        right: 55px;
        top: 55px;
        opacity: 1
    }

    100% {
        right: 80px;
        top: 80px;
        opacity: 0
    }
}

@-webkit-keyframes hideCloseBtn {
    0% {
        right: 55px;
        top: 55px;
        opacity: 1
    }

    100% {
        right: 80px;
        top: 80px;
        opacity: 0
    }
}

@-o-keyframes hideCloseBtn {
    0% {
        right: 55px;
        top: 55px;
        opacity: 1
    }

    100% {
        right: 80px;
        top: 80px;
        opacity: 0
    }
}

@keyframes hideCloseBtn {
    0% {
        right: 55px;
        top: 55px;
        opacity: 1
    }

    100% {
        right: 80px;
        top: 80px;
        opacity: 0
    }
}

@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.readnews-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.news-cl {
    height: 270px;
}

.news-cl img {
    max-width: 100%;
}

.news-cl a {
    text-decoration: none;
    color: #000;
    line-height: 140%;
}

.news-cl-name {
    margin: 5px 0px;
}

.catedanhmuc {
    width: 70%;
    margin: 0px auto;
    padding-bottom: 40px;
}

.catedanhmuc a {
    text-decoration: none;
    color: #ff0000;
    display: block;
}

.catedanhmuc a:hover {
    text-decoration: none;
    color: #0080C0;
    display: block;
}

.catedanhmuc a .fa {
    color: #d6644a;
}

.catedanhmuc1 {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.catedanhmuc1 h2 {
    display: inline-block;
    margin: 8px;
}

.stbodysub {
    margin-bottom: 30px;
}

.slider {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.slides {
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.slide {
    height: 100%;
    float: left;
    clear: none;
}

.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    padding: 20px;
    text-decoration: none;
    color: #fff;
}

.slider-arrow:hover {
    color: #15B591;
}

.slider-arrow .fa {
    font-size: 50px;
}

.slider-arrow--right {
    bottom: 50%;
    right: 30px;
}

.slider-arrow--left {
    bottom: 50%;
    left: 30px;
}

.slider-nav {
    position: absolute;
    bottom: 30px;
}

.slider-nav__item {
    width: 12px;
    height: 12px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #fff;
}

.slider-nav__item:hover {
    background: #ccc;
}

.slider-nav__item--current {
    background: #ccc;
}

.bannerright img {
    max-width: 100%;
    margin-top: 30px;
}

.bannerright {
    margin-top: 10px;
}

.baogiahome-banggia {
    padding: 40px 40px;
}


.rightSidebar {
    position: relative;
}

.profile img {
    max-width: 100%;
    margin-top: 5px;
}

.modal-dialog {
    width: 600px;
    margin: 120px auto;
}

.doday-item {
    display: inline-block;
    border: 1px solid #ccc;
    margin-right: 5px;
    padding: 5px;
}

.mainhome-1 {
    padding-bottom: 60px;
}

.th-home-item {
    display: inline-block;
    width: 100%;
    background: #E1E1E1;
    border-radius: 5px;
    padding: 20px 5px;
    margin-top: 70px;
}

.th-home-item-img {
    float: left;
    width: 30%;
}

.th-home-item-name {
    float: right;
    width: 70%;
    margin-top: 10px;
}

.th-home-item-name span {
    display: block;
}

.th-home-item-name span.th-ine {
    font-size: 20px;
}

#back-top {
    position: fixed;
    bottom: 80px;
    right: 30px
}

#back-top a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    width: 50px;
    height: 50px;
    background: #F73936;
    color: #fff;
    border-radius: 50%
}

#back-top a:hover {
    background: #03A9F4;
    color: #fff;
    border-radius: 50%
}

#back-top span {
    display: block;
    margin-top: 10px;
    padding-top: 15px
}

.mangxahoi_detail {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
}

.mangxahoi_detail .mangxahoi_box {
    float: left;
    margin-right: 8px;
}

.slider img.imgbannercenter {
    width: 100%;
}

.bannercate img {
    width: 100%;
}

.baogiahome .category-item-name {
    background: #fff;
    padding: 7px 2px;
    margin: 0;
}

footer .container .more-about {
    margin: 0 auto 10px;
}

.menu-mobile {
    display: none;
}

.foo-info > p:before {
    content: "";
    font-family: fontawesome;
    margin-right: 10px;
}

.foo-info > p.foo-address:before {
    content: "\f041";
}

.foo-info > p.foo-phone:before {
    content: "\f095";
}

.foo-info > p.foo-mail:before {
    content: "\f0e0";
}

.foo-info > p.foo-web:before {
    content: "\f0ac";
}

.float-contact {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
}

@media (max-width: 549px) {
    .float-contact {
        position: fixed;
    }
}

.chat-zalo {
    background: #8eb22b;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}

.chat-face {
    background: #125c9e;
    border-radius: 20px;
    padding: 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}

.float-contact .hotline {
    background: #d11a1a !important;
    border-radius: 20px;
    padding: 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
    height: 30px;
}

.chat-zalo a, .chat-face a, .hotline a {
    font-size: 15px;
    color: white;
    font-weight: 400;
    text-transform: none;
    line-height: 0;
}nim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.readnews-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.news-cl {
    height: 270px;
}

.news-cl img {
    max-width: 100%;
}

.news-cl a {
    text-decoration: none;
    color: #000;
    line-height: 140%;
}

.news-cl-name {
    margin: 5px 0px;
}

.catedanhmuc {
    width: 70%;
    margin: 0px auto;
    padding-bottom: 40px;
}

.catedanhmuc a {
    text-decoration: none;
    color: #ff0000;
    display: block;
}

.catedanhmuc a:hover {
    text-decoration: none;
    color: #0080C0;
    display: block;
}

.catedanhmuc a .fa {
    color: #d6644a;
}

.catedanhmuc1 {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.catedanhmuc1 h2 {
    display: inline-block;
    margin: 8px;
}

.stbodysub {
    margin-bottom: 30px;
}

.slider {
    position: relative;
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.slides {
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.slide {
    height: 100%;
    float: left;
    clear: none;
}

.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    padding: 20px;
    text-decoration: none;
    color: #fff;
}

.slider-arrow:hover {
    color: #15B591;
}

.slider-arrow .fa {
    font-size: 50px;
}

.slider-arrow--right {
    bottom: 50%;
    right: 30px;
}

.slider-arrow--left {
    bottom: 50%;
    left: 30px;
}

.slider-nav {
    position: absolute;
    bottom: 30px;
}

.slider-nav__item {
    width: 12px;
    height: 12px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #fff;
}

.slider-nav__item:hover {
    background: #ccc;
}

.slider-nav__item--current {
    background: #ccc;
}

.bannerright img {
    max-width: 100%;
    margin-top: 30px;
}

.bannerright {
    margin-top: 10px;
}

.baogiahome-banggia {
    padding: 40px 40px;
}


.rightSidebar {
    position: relative;
}

.profile img {
    max-width: 100%;
    margin-top: 5px;
}

.modal-dialog {
    width: 600px;
    margin: 120px auto;
}

.doday-item {
    display: inline-block;
    border: 1px solid #ccc;
    margin-right: 5px;
    padding: 5px;
}

.mainhome-1 {
    padding-bottom: 60px;
}

.th-home-item {
    display: inline-block;
    width: 100%;
    background: #E1E1E1;
    border-radius: 5px;
    padding: 20px 5px;
    margin-top: 70px;
}

.th-home-item-img {
    float: left;
    width: 30%;
}

.th-home-item-name {
    float: right;
    width: 70%;
    margin-top: 10px;
}

.th-home-item-name span {
    display: block;
}

.th-home-item-name span.th-ine {
    font-size: 20px;
}

#back-top {
    position: fixed;
    bottom: 80px;
    right: 30px
}

#back-top a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    width: 50px;
    height: 50px;
    background: #F73936;
    color: #fff;
    border-radius: 50%
}

#back-top a:hover {
    background: #03A9F4;
    color: #fff;
    border-radius: 50%
}

#back-top span {
    display: block;
    margin-top: 10px;
    padding-top: 15px
}

.mangxahoi_detail {
    margin: 10px 0px;
    display: inline-block;
    width: 100%;
}

.mangxahoi_detail .mangxahoi_box {
    float: left;
    margin-right: 8px;
}

.slider img.imgbannercenter {
    width: 100%;
}

.bannercate img {
    width: 100%;
}

.baogiahome .category-item-name {
    background: #fff;
    padding: 7px 2px;
    margin: 0;
}

footer .container .more-about {
    margin: 0 auto 10px;
}

.menu-mobile {
    display: none;
}

.foo-info > p:before {
    content: "";
    font-family: fontawesome;
    margin-right: 10px;
}

.foo-info > p.foo-address:before {
    content: "\f041";
}

.foo-info > p.foo-phone:before {
    content: "\f095";
}

.foo-info > p.foo-mail:before {
    content: "\f0e0";
}

.foo-info > p.foo-web:before {
    content: "\f0ac";
}

.float-contact {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
}

@media (max-width: 549px) {
    .float-contact {
        position: fixed;
    }
}

.chat-zalo {
    background: #8eb22b;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}

.chat-face {
    background: #125c9e;
    border-radius: 20px;
    padding: 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}

.float-contact .hotline {
    background: #d11a1a !important;
    border-radius: 20px;
    padding: 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
    height: 30px;
}

.chat-zalo a, .chat-face a, .hotline a {
    font-size: 15px;
    color: white;
    font-weight: 400;
    text-transform: none;
    line-height: 0;
}