@font-face {
    font-family: "UTMAVO";
    src: url("../fonts/UTM-Avo.ttf");
}
@font-face {
    font-family: "UTMAVO";
    src: url("../fonts/UTMAvoBold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "UTMAVO";
    src: url("../fonts/UTM-AvoItalic.ttf");
    font-style: italic;
}
@font-face {
    /*font-family: "UTMAVO";
    src: url("../fonts/UTM-AvoBold_Italic.ttf");*/
    /*font-weight: bold;*/
    /*font-style: italic, oblique;*/
}
body{
    font-family: 'UTMAVO';
}
a:hover {
    text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: transparent;
}

.dropdown-item{
    background-color: transparent;
}
.ring {
    z-index: 3;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/circle-01-1.png") no-repeat center center;
    -webkit-animation: ring 0.6s infinite;
    -o-animation: ring 0.6s infinite;
    animation: ring 0.6s infinite;
}
.hovereoverlay1>a {
    display: block;
    position: relative;
}
.hovereoverlay1>a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f29a338f;
    transition: .3s all ease-out;
    z-index: 9;
    opacity: 0;
}
.hovereoverlay1:hover>a::before {
    opacity: 1;
}
div#bttop {
    position: fixed;
    right: 5px;
    bottom: 32px;
    background: #da8b2f;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}
div#bttop i {
    font-size: 20px;
}
.pagination {
    justify-content: flex-end;
}
.pagination .active a:hover {
    color: #fff;
}
.pagination .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #f29a33;
    border-color: #f29a33;
}
.pagination .page-link {
    color: #868e96;
}
.pagination .page-link:focus,
.pagination .page-link:hover {
    color: #868e96;
}
.breadcrumc {
    margin: 30px 0;
}
.breadcrumc ul {
    padding: 0;
}
.breadcrumc ul li {
    list-style: none;
    display: inline-block;
    color: #000;
}
.breadcrumc ul li a {
    color: #000;
}
.breadcrumc ul li:nth-of-type(1) a {
    color: #f29a33;
}
.breadcrumc ul li.slat {
    margin: 0 5px;
}
#header .top {
    padding: 10px 0;
}
#header .top .left {
    float: left;
    margin-right: 40px;
    position: relative;
}
#header .top .left .lang {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}
#header .top .left .lang li {
    list-style: none;
    display: inline-block;
}
#header .top .center {
    float: left;
    display: flex;
    margin-top: 35px;
}
#header .top .center .info {
    display: flex;
    align-items: center;
}
#header .top .center .info:nth-of-type(2) {
    margin: 0 15px;
}
#header .top .center .info .icon {
    margin-right: 10px;
}
#header .top .center .info .icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
#header .top .center .info .text span {
    font-size: 15px;
}
#header .top .center .info .text span:nth-of-type(1) {
    display: block;
    font-weight: 500;
}
#header .top .search {
    float: right;
}
#header .top .search .social {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
#header .top .search .social li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}
#header .top .search .social li a {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/icon-social.png);
}
#header .top .search .social li.gg a {
    background-position: -30px;
}
#header .top .search .social li.yt a {
    background-position: -60px;
}
#header .top .search .social li.zalo a {
    background-position: -90px;
}
#header .top .search .box-search {
    display: flex;
    margin-top: 44px;
}
#header .top .search .box-search form {
    border: 1px solid #dadada;
    position: relative;
    height: 33px;
}
#header .top .search .box-search form input {
    border: none;
    height: 30px;
    font-size: 13px;
    color: #666;
    padding-left: 10px;
    outline: 0;
}
#header .top .search .box-search form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    cursor: pointer;
}
#header .top .search .box-search .lang {
    padding: 0;
    margin-left: 20px;
}
#header .top .search .box-search .lang li {
    list-style: none;
    display: inline-block;
}
.mainmenu {
    background: #f29a33;
}
.mainmenu .navbar {
    background: #f29a33;
    padding-left: 0;
    padding-right: 0;
}
.mainmenu li.slat {
    background: url(../images/icon-menu.png) center center no-repeat;
    width: 2px;
    height: 23px;
    margin-top: 10px;
}
.mainmenu #mainMenu {
    justify-content: space-between;
}
.mainmenu #mainMenu .nav-link {
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
}
.mainmenu #mainMenu .nav-link i {
    margin-right: 5px;
}
.mainmenu #mainMenu .downloadprofile {
    display: inline-block;
    height: 39px;
    background: #1990c9 url(../images/icon1.png) center right no-repeat;
    border-radius: 5px;
    text-align: center;
    padding-right: 35px;
}
.mainmenu #mainMenu .downloadprofile span:nth-of-type(1) {
    display: block;
    font-size: 14px;
    line-height: 0;
    margin-top: 4px;
    margin-bottom: 2px;
}
.mainmenu #mainMenu .downloadprofile span:nth-of-type(2) {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
#groupnews .box-groups .title {
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 4px;
    font-size: 35px;
    border-bottom: 1px solid #d4d5d7;
}
#groupnews .box-groups .list-news {
    margin-top: 20px;
}
#groupnews .box-groups .list-news .item {
    margin-bottom: 30px;
}
#groupnews .box-groups .list-news .item img {
    width: 100%;
}
#groupnews .box-groups .list-news .item .news_name {
    font-size: 16px;
    margin-top: 10px;
}
#groupnews .box-groups .list-news .item .news_name a {
    font-size: 16px;
    color: #000;
}
#groups-product .box-groups {
    padding-bottom: 30px;
}
#groups-product .box-groups .name_cat {
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 4px;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px solid #d4d5d7;
}
#groups-product .box-groups .heading_content {
    display: flex;
    justify-content: space-between;
    background: #eff0f2;
    padding: 5px 15px;
    align-items: center;
    margin-top: 18px;
}
#groups-product .box-groups .heading_content .left {
    font-size: 18px;
    font-weight: bold;
}
#groups-product .box-groups .heading_content .left i {
    margin-right: 10px;
}
#groups-product .box-groups .heading_content .right select {
    height: 40px;
    padding: 0 10px;
}
.list_product {
    margin-bottom: 60px;
    margin: 0;
}
.list_product .border {
    border-top: none !important;
}
.list_product .border:nth-of-type(3n+2) {
    border-left: none !important;
    border-right: none !important;
}
.list_product .item {
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.list_product .item .box_km {
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(../images/sale-sale.png) center center no-repeat;
    width: 67px;
    height: 67px;
    background-size: 100%;
    line-height: 67px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.list_product .item img {
    width: 100%;
    transition: all .1s ease-in-out;
}
.list_product .item img:hover {
    transform: scale(1.1);
}
.list_product .item .name_pr {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 9999;
}
.list_product .item .name_pr a {
    color: #333;
}
.list_product .item a.view_now {
    display: inline-block;
    background: #f29a33;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.box_km {
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(../images/sale-sale.png) center center no-repeat;
    width: 67px;
    height: 67px;
    background-size: 100%;
    line-height: 67px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.sidebar {
    margin-top: 9px;
}
.sidebar .categorysibar .title {
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 9px;
    font-size: 23px;
    border-bottom: 1px solid #d4d5d7;
}
.sidebar .categorysibar ul {
    padding: 0;
    margin-top: 25px;
}
.sidebar .categorysibar ul li {
    list-style: none;
    background: #eff0f2;
    margin-bottom: 2px;
    padding: 15px;
    border-left: 4px solid #eff0f2;
}
.sidebar .categorysibar ul li:hover {
    border-left: 4px solid #f29a33;
}
.sidebar .categorysibar ul li.active {
    border-left: 4px solid #f29a33;
}
.sidebar .categorysibar ul li.active a {
    font-weight: bold;
}
.sidebar .categorysibar ul li a {
    font-size: 17px;
    color: #000;
}
.sidebar .boxcontact {
    background: #f29a33;
    padding: 24px 15px;
    color: #fff;
}
.sidebar .boxcontact .title {
    font-size: 19px;
}
.sidebar .boxcontact .sapo {
    text-align: justify;
    margin: 30px 0;
}
.sidebar .boxcontact .phone {
    text-align: center;
}
.sidebar .boxcontact .phone a {
    padding: 10px 20px;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    color: #f29a33;
    font-size: 18px;
}
.sidebar .boxcontact .phone a i {
    margin-right: 10px;
}
.sidebar .hotnewssibar {
    margin-top: 25px;
}
.sidebar .hotnewssibar .title {
    background: #f29a33;
    color: #fff;
    padding: 10px 20px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
}
.sidebar .hotnewssibar .title i {
    margin-right: 5px;
}
.sidebar .hotnewssibar ul {
    padding: 15px;
    border: 1px solid #d4d5d7;
}
.sidebar .hotnewssibar ul li {
    list-style: none;
    margin-bottom: 15px;
}
.sidebar .hotnewssibar ul li .name_news {
    display: block;
    color: #424242;
}
.sidebar .hotnewssibar ul li .name_news:hover {
    color: #f29a33;
}
.sidebar .hotnewssibar ul li .date {
    display: block;
    color: #9b9b9b;
}
.sidebar .doitacsibar {
    margin-top: 30px;
}
.sidebar .doitacsibar .title {
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 9px;
    font-size: 23px;
    border-bottom: 1px solid #d4d5d7;
}
.sidebar .doitacsibar .list_partner {
    margin-top: 20px;
}
.sidebar .doitacsibar .list_partner img {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    width: 100%;
}
.quangcaosibar{
    padding-bottom: 15px;
}
.quangcaosibar .list_adver img {
    width: 100%;
    margin-top: 30px;
}
#details-post .box-details {
    padding-bottom: 40px;
}
#details-post .box-details .contentpost {
    text-align: justify;
}
#details-post .box-details .contentpost img {
    max-width: 100% !important;
    height: auto !important;
}
#details-product .box-details .top-details .addcart {
    display: flex;
    margin-bottom: 20px;
}
#details-product .box-details .top-details .addcart input {
    height: 40px;
    width: 70px;
    padding-left: 10px;
}
#details-product .box-details .top-details .addcart input[type=number]::-webkit-inner-spin-button,
#details-product .box-details .top-details .addcart input[type=number]::-webkit-outer-spin-button {
    /*-webkit-appearance: none; */
    margin: 0;
    height: 40px;
}
#details-product .box-details .top-details .addcart a {
    display: block;
    height: 40px;
    background: #f29a33;
    color: #fff;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
}
#details-product .box-details .top-details .addcart a i {
    margin-right: 10px;
}
#details-product .box-details .top-details .images img {
    width: 100%;
}
#details-product .box-details .top-details .info .name_pro {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #d4d5d7;
    padding-bottom: 12px;
}
#details-product .box-details .top-details .info .sapo .price {
    color: #f29a33;
    font-size: 29px;
    font-weight: 500;
}
#details-product .box-details .top-details .info .hotline {
    border-top: 1px solid #d4d5d7;
    border-bottom: 1px solid #d4d5d7;
    padding: 15px 0;
    margin-bottom: 24px;
}
#details-product .box-details .top-details .info .hotline span {
    color: #f29a33;
    font-size: 29px;
    font-weight: 500;
}
#details-product .details-content-box .heading_content {
    background: #eff0f2;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
}
#details-product .details-content-box .title_con {
    color: #f29a33;
    font-size: 19px;
    font-weight: bold;
    margin: 15px 0;
}
#details-product .details-content-box img {
    max-width: 100% !important;
    height: auto !important;
}
#details-product .list_other_product {
    margin-bottom: 60px;
}
#details-product .list_other_product .heading_content {
    background: #eff0f2;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 15px;
}
#details-product .list_other_product .heading_content i {
    margin-right: 10px;
}
#mainSlider .carousel-caption {
    top: 30%;
    text-align: left;
    max-width: 550px;
}
#mainSlider .carousel-caption h3 {
    font-family: 'Times New Roman';
    text-transform: uppercase;
    font-size: 35px;
}
#mainSlider .carousel-caption p {
    font-size: 24px;
}
#mainSlider .carousel-caption .link a {
    display: inline-block;
    padding: 7px 10px;
    background: #fff;
    color: #f29a33;
    border-radius: 5px;
    margin-right: 20px;
}
#mainSlider .carousel-caption .link a:nth-of-type(1) {
    background: #f29a33;
    color: #fff;
}
#introhome {
    padding: 35px 0;
}
#introhome .item img {
    width: 100%;
}
#introhome .item .name {
    margin-top: 20px;
}
#introhome .item .name a {
    color: #f29a33;
    text-transform: uppercase;
    font-size: 18px;
}
#introhome .item .sapo {
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#introhome .bg-vangam{
    position: relative;
    height: 100%;
}
#introhome .bg-vangam:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/bg-vangam.png);
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
}
#introhome .intro {
    padding: 15px;
    height: 100%;
}
#introhome .intro .name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}
#introhome .intro .sapo {
    text-align: justify;
    margin-top: 20px;
}
#introhome .intro .read_more {
    float: right;
    color: #000;
    display: inline-block;
    margin-top: 30px;
}
#introhome .intro .read_more span {
    font-style: italic;
    border-bottom: 1.5px solid #f29a33;
}
#groupnewhome {
    padding: 35px 0;
    text-align: center;
}
#groupnewhome .title {
    display: inline-block;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: normal;
    border-top: 2px solid #f29a33;
    padding-top: 20px;
    margin: auto;
}
#groupnewhome .list_news {
    margin-top: 30px;
    position: relative;
}
#groupnewhome .list_news .itemnews img {
    width: 100% !important;
    height: auto !important;
}
#groupnewhome .list_news .item {
    margin-left: 15px;
    margin-right: 15px;
}
#groupnewhome .list_news .item img {
    width: 278px;
    height: 278px;
    max-width: 100%;
    object-fit: contain;
    transition: all .1s ease-in-out;
}
#groupnewhome .list_news .item img:hover {
    transform: scale(1.1);
}
#groupnewhome .list_news .item .name {
    font-size: 16px;
    margin-top: 10px;
}
#groupnewhome .list_news .item .name a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
}
#groupnewhome .list_news .item .name a:hover {
    color: #f29a33;
}
#groupnewhome .list_news .prev {
    position: absolute;
    left: -5px;
    top: 30%;
}
#groupnewhome .list_news .prev i {
    font-size: 45px;
    cursor: pointer;
}
#groupnewhome .list_news .prev i:hover {
    color: #da8b2f;
}
#groupnewhome .list_news .next {
    position: absolute;
    right: -5px;
    top: 30%;
}
#groupnewhome .list_news .next i {
    font-size: 45px;
    cursor: pointer;
}
#groupnewhome .list_news .next i:hover {
    color: #da8b2f;
}
#groupnewhome .orther_news {
    color: #adacac;
    border: 1px solid #f1f1f1;
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    margin-top: 30px;
}
#groupnewhome .orther_news:hover {
    color: #f29a33;
}
#groupnewhome .list_link_pro{
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 20px;
}
#groupnewhome .list_link_pro ul{
    padding: 0;
}
#groupnewhome .list_link_pro ul li{
    list-style: none;
    display: inline-block;
}
#groupnewhome .list_link_pro ul li a{
    font-weight: bold;
    color: #e40f13;
}
#groupnewhome .list_link_pro ul li a:hover{
    color: #f29a33;
}
#contacthome {
    padding: 100px 0;
    background: url(../images/bg1.png) center center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
#contacthome p.line1 {
    font-size: 27px;
    font-weight: normal;
}
#contacthome p.line1 span {
    color: #ff9c28;
}
#contacthome p.line2 {
    font-size: 17px;
    font-weight: normal;
}
#contacthome a {
    background: #ff9c28;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 46px;
    cursor: pointer;
}
#doitac {
    padding-top: 25px;
    padding-bottom: 30px;
    text-align: center;
}
#doitac .row {
    position: relative;
}
#doitac .title {
    display: inline-block;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: normal;
    border-top: 2px solid #f29a33;
    padding-top: 20px;
    margin: auto;
}
#doitac #owl-doitac {
    margin-top: 20px;
}
#doitac #owl-doitac .item {
    margin: 10px;
}
#doitac #owl-doitac .item img {
    border: 1px solid #eeeeee;
    width: 100%;
    height: 110px;
    object-fit: cover;
}
#doitac .next {
    display: inline-block;
    width: 22px;
    height: 44px;
    background: url(../images/icon-next-2.png);
    position: absolute;
    right: -16px;
    top: 44%;
    cursor: pointer;
}
#doitac .prev {
    display: inline-block;
    width: 22px;
    height: 44px;
    background: url(../images/icon-prev-2.png);
    position: absolute;
    left: -16px;
    top: 44%;
    cursor: pointer;
}
#footer {
    background: #45474e;
    padding-top: 25px;
    padding-bottom: 10px;
    color: #fff;
}
#footer .footer-content .footer-info i {
    margin-right: 10px;
}
#footer .footer-content .footer-info .title {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}
#footer .footer-content .footer-info p {
    margin-bottom: 3px;
}
#footer .footer-content ul.foo-list {
    padding: 0;
}
#footer .footer-content ul.foo-list li {
    list-style: none;
}
#footer .footer-content ul.foo-list li a {
    color: #fff;
}
#footer .footer-content ul.foo-list li a:hover {
    color: #f29a33;
}
#footer .footer-content ul.httt {
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
}
#footer .footer-content ul.httt li {
    list-style: none;
    padding: 5px;
}
#footer .footer-content ul.httt li img {
    width: 94px;
    height: 45px;
    max-width: 100%;
    object-fit: contain;
}
#footer .bottom {
    border-top: 1px solid #fff;
    padding-top: 20px;
}
#footer .bottom ul {
    padding: 0;
}
#footer .bottom ul li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}
#footer .bottom ul li a {
    transition: all .2s;
    color: #fff;
}
#footer .bottom ul li a:hover {
    opacity: .8;
}
#footer .bottom ul li a i {
    margin-right: 4px;
}
#top-footer {
    background: #f29a33;
    padding: 15px 0;
}
#top-footer h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    color: #fff;
}
#top-footer .center {
    margin-top: 12px;
}
div#result_okok {
    display: flex;
    align-items: center;
}
#top-footer .center input {
    height: 35px;
    border: 1px solid #ddd;
    min-width: 185px;
    font-size: 12px;
    padding-left: 10px;
}
#top-footer .center .btn-cart {
    height: 35px;
    background: #1990c9;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}
#top-footer .foo-phone {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
#top-footer .foo-phone i {
    margin-right: 5px;
}
#whychooseme .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}
#whychooseme .list_adver .item {
    margin-bottom: 30px;
}
#whychooseme .list_adver .item img {
    width: 100%;
}
#footer .httt li{
    margin-right: 0 !important;
    margin-left: 10px;
    margin-bottom: 10px;
}
.cart-and-login{
    position: absolute;
    top: 3px;
    right: 15px;
}
.cart-and-login ul{
    padding: 0;
}
.cart-and-login ul li{
    display: inline-block;
    list-style: none;
    margin-left: 5px;
}
.cart-and-login ul li a{
    color: #333;
}
.cart-and-login ul li a:hover{
    color: #f29a33;
}
.cart-and-login ul li a i{
    margin-right: 3px;
}
.account-page .top-actount{
    text-align: center;
}
.account-page .top-actount h2{
    text-transform: uppercase;
    margin: 20px;
    font-weight: bold;
    font-size: 20px;
}
.account-page table tr input{
    margin-top: 10px;
}
input.form-control.secure_code {
    width: 150px;
    display: inline-block;
}
img.secure_code_img {
    height: 38px;
    margin-top: -6px;
}
input#y_birthday {
    border: 1px solid rgba(0,0,0,.15);
    height: 38px;
    width: 150px;
    border-radius: 5px;
    padding-left: 5px;
}
.btn-account{
    background: #f29a33;
    border: 1px solid #f29a33;
    text-transform: uppercase;
    font-weight: bold;
}
li.isLogin {
    position: relative;
}
li.isLogin .menuAccounthead{
    position: absolute;
    background: rgb(242, 154, 51);
    z-index: 99;
    display: none;
}
li.isLogin:hover >ul{
    display: block;
}
li.isLogin .menuAccounthead li{
    margin-top: 5px;=
}
li.isLogin .menuAccounthead li a{
    color: #fff;
    transition: all 0.5s;
    display: block;
}
li.isLogin .menuAccounthead li a:hover{
    color: #fff;
    margin-left: 5px;
}
.page-cart input[type="text"], input[type="password"], input[type="email"], textarea {
    background: #f2f2f2;
    border: medium none;
    font-size: 14px;
    padding: 10px 15px;
    width: 100%;
    font-size: 14px 'Open Sans',sans-serif;
    color: #333;
}
form.theFormRegister {
    border: 1px solid #ddd;
    padding: 15px;
}
form.theFormRegister input {
    margin-bottom: 10px;
}
input.form-control.secure_code {
    width: 200px;
}
.button-register-account{
    margin-top: 20px;
}
.button-register-account input{
    width: 200px;
}
.theFormRegister p{
    margin: 15px;
}
.footer-mobile {
    background: #ccc;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.footer-mobile ul {
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.footer-mobile ul li {
    padding: 8px 0;
    list-style: none;
}
.footer-mobile ul li a {
    background: none;
    margin: 0;
    padding: 0;
    color: #000;
}
.footer-mobile ul li a i {
    color: #d8211b;
    margin-right: 4px;
}
.fb-customerchat iframe{
    right: 100px;
}
