<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* footer */
.scroll.icon {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    background: rgba( 0 , 0 , 0 , 0.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    border-radius: 50%;
    cursor: pointer;
    transition:all .5s;
    z-index:9999;
}

.scroll.icon i{
  transition:all .5s;
}

.scroll.icon:hover{
  background: rgba( 0 , 0 , 0 , 1);
}

.scroll.icon:hover i{
  margin-top:-10px;
}

.footerTop .row {
    align-items: center;
}

.footerTop {
    background: #f3f3f3;
    padding: 15px 0;
}

.footerForm .titleForm {
    background-repeat: no-repeat;
    background-image: url('https://theme.hstatic.net/1000323391/1000414382/14/icon_footer.png?v=1044');
    background-position: 0;
    background-size: 20px;
    padding-left: 35px;
    padding-right: 10px;
    height: 100%;
    line-height: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.footerForm .titleForm h4 {
    margin-bottom: 0;
    line-height: inherit;
    font-size: 14px;
    font-weight: 600;
}

.footerForm .formSub {
    position: relative;
}

.footerForm .formSub input {
    border: 1px solid #e7e7e7;
    box-shadow: none;
    height: 45px;
    font-weight: 500;
    padding: 0 20px;
    background: #fbfbfb;
    color: #252a2b;
    width: 100%;
    outline: none;
}

.footerForm .formSub button {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 25px;
    height: 45px;
    background-color: #faaf18;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    border: none;
}

.footerHotline {
    margin: 20px 0;
}

.footerHotline p {
    margin-left: 15px;
}

.footerHotline p i {
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid;
    line-height: 23px;
    margin-right: 5px;
}

.footerHotline p a {
    color: red;
    font-size: 15px;
    margin-left: 5px;
    text-decoration: none;
}


.footerStyle p{
  margin-bottom:5px !important;
}

.gridItem {
    margin: 30px 0;
}

.gridItem ul {
    padding-left: 15px;
    color:#faaf18;
}

.gridItem ul li {
    list-style: unset;
    margin-bottom: 5px !important;
    font-size:14px;
}

.gridItem&gt;ul&gt;a {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    font-family: "FontAwesome";
    font-size: 20px;
    color: #000000;
    margin-right: 5px;
    height: 50px;
    width: 50px;
    padding: 3px;
    text-align: center;
}

.gridItem&gt;ul&gt;a:hover {
    border: 1px solid #faaf18;
}

.gridItem h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    padding-bottom: 10px;
    /*text-transform: uppercase;*/
}

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

.gridItem ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}

.gridItem ul li a:hover{
  color: #29a449;
}

.gridItem iframe{
  max-width:100%;
}

.DesignBy {
    background: #fff;
    border-top: 1px solid #f5f5f5;
    padding: 15px 0;
    text-align: center;
}
.fb-page span,
.fb-page iframe{
  width:100% !important;
}
.DesignBy a img {
    width: 100px;
}

@media(max-width:991px) {
    .gridItem{
      margin: 15px 0;
    }
    .DesignBy{
      padding-bottom:80px;
    }
}

/*quên mật khẩu*/

/*#quenpass{*/
/*  width;100%;*/
/*  height:60vh;*/
/*}*/

.account-form button{
  width:100%;
}

</pre></body></html>