/*@font-face {
    font-family: 'UTM_Centur';
    src: local('UTM Centur.ttf'),
    url('../fonts/UTM Centur.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UTM_Centur_Bold';
    src: local('UTM CenturBold.ttf'),
    url('../fonts/UTM CenturBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UTM_Avo';
    src: local('UTM Avo.ttf'),
    url('../fonts/UTM Avo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UTM_Avo_Bold';
    src: local('UTM AvoBold.ttf'),
    url('../fonts/UTM AvoBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/
body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    color: #666;
}

.list-price .table-hover tbody tr:hover td, .list-price .table-hover tbody tr:hover th {
    background-color: #F77400;
    color: #FFF;
}

.main-head {
    position: relative;
    z-index: 1;
    background: #FFF;
}

.list-price table td {
    vertical-align: middle !important;
}

.list-price thead tr {
    background: #CCC;
}

/*a, button,*{transition: all 0.86s ease 0s;}*/
a {
    color: #666;
}

a:focus, a:hover {
    color: #76D4E3;
    text-decoration: underline;
}

img {
    max-width: 100%;
}

.navbar-top {
    position: relative;
    background: #FCFAFB;
    border-bottom: 1px solid #CCC;
}

.navbar-top * {
    color: #563714;
}

.navbar-top .info-mycart {
    line-height: 50px;
}

.navbar-top .info-mycart a {
    border-right: 1px solid #CCC;
    padding: 0 5px;
}

.navbar-top .info-mycart a:last-child {
    border: none;
    padding-right: 0px;
}

.navbar-top .info-mycart a i {
    margin-right: 5px;
    color: #76D4E3;
}

.navbar-top .info-mycart a:last-child i {
    font-size: 24px;
}

.navbar-top ul a > i {
    margin-right: 5px;
}

.navbar-top #language {
    list-style: none;
    padding: 0px;
    margin: 0;
    line-height: 50px;
    position: relative;
}

.navbar-top ul > li {
    float: left;
    margin: 0;
}

.navbar-top .login > li {
    margin-right: 30px;
    position: relative
}

.navbar-top .login > li:after {
    content: '|';
    position: absolute;
    right: -15px;
    color: #7A7A7A;
}

.login {
    float: left;
    padding: 0;
    line-height: 40px;
    position: relative;
}

#logo {
    padding-top: 30px;
}

.logo {
    display: inline-block;
    float: left;
}

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

.logo-title {
    font-family: Arial;
    text-align: center;
}

.logo-title > h1 {
    display: block;
    font-size: 23px;
    text-transform: uppercase;
    position: relative;
}

.logo-title > span {
    color: #2bc1ff;
    font-weight: bold;
    display: block;
    font-size: 24px;
}

.timeserving {
    color: #7A7A7A;
    font-size: 14px;
    padding: 0;
    line-height: 40px;
    float: left;
}

.timeserving > span {
    color: #F77400;
    font-weight: bold;
}

.contact-form {
    margin-bottom: 15px;
}

.contact-form .input-group {
    margin-bottom: 7px;
}

.group {
    padding: 0px
}

.group .support-group {
    position: relative;
    top: 0px;
    z-index: 1;
    right: 15px;
    line-height: 40px;
    display: inline-block;
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 12%, rgba(247, 247, 247, 1) 28%, rgba(212, 212, 212, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(12%, rgba(255, 255, 255, 1)), color-stop(28%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(212, 212, 212, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 12%, rgba(247, 247, 247, 1) 28%, rgba(212, 212, 212, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 12%, rgba(247, 247, 247, 1) 28%, rgba(212, 212, 212, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 12%, rgba(247, 247, 247, 1) 28%, rgba(212, 212, 212, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 12%, rgba(247, 247, 247, 1) 28%, rgba(212, 212, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d4d4d4', GradientType=1);
}

.group .support-group:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    right: 0;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 12%, rgba(247, 247, 247, 1) 28%, rgba(212, 212, 212, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(12%, rgba(255, 255, 255, 1)), color-stop(28%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(212, 212, 212, 1)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 12%, rgba(247, 247, 247, 1) 28%, rgba(212, 212, 212, 1) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 12%, rgba(247, 247, 247, 1) 28%, rgba(212, 212, 212, 1) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 12%, rgba(247, 247, 247, 1) 28%, rgba(212, 212, 212, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 12%, rgba(247, 247, 247, 1) 28%, rgba(212, 212, 212, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d4d4d4', GradientType=1);
}

.group {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
    position: relative;
}

.group > nav > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.group > nav > ul > li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    float: left;
}

.group > nav > ul > li:hover {
    background: #D4D4D4;
}

.group > nav > ul > li:after {
    content: '|';
    position: absolute;
    top: 0;
    right: -1px;
    color: #D4D4D4;
}

.group > nav > ul > li > a {
    height: 100%;
    display: block;
}

.group > nav > ul > li i {
    margin-left: 5px;
}

.group p {
    margin-bottom: 0;
}

.group i {
    margin-right: 5px
}

.group #language li.active {
    padding: 11px 0;
}

.group #language li.active a {
    background: #4E4D4E;
    color: #FFF;
    line-height: normal;
    padding: 0 5px;
    z-index: 1;
    position: relative;
}

.map-marker {
    background: url("../images/bg-gradient-blue.png") 0/auto 100%;
    border-radius: 50px;
    position: absolute;
    padding: 3px 14px;
    display: inline-block;
    color: #FFF;
    top: 33px;
    line-height: 12px;
    font-size: 13px;
}

.map-marker i {
    font-size: 20px;
    position: relative;
    top: -5px;
    animation: 5s ease 0s normal none infinite running hotline;
}

.map-marker span {
    width: 60px;
    display: inline-block;
}

.group-logo-search > .content {
    background: url(../images/headerBg.jpg) no-repeat;
    float: left;
    width: 100%;
    margin-top: 5px;
}

#search {
    padding: 0;
}

#search .search {
    padding: 5px 0;
}

#search .search .submit {
    background: #FFF;
    color: #666;
    border-radius: 0 7px 7px 0;
    border: 0;
}

#search .search .submit i {
    color: #76D4E3;
}

#search .search .input-group {
    border: 1px solid #ccc;
    border-radius: 50px;
    overflow: hidden;
    z-index: 0;
}

#search .search .input-group input {
    border: 0;
    box-shadow: none;
}

#search .search > div > span {
    display: inline-block;
    position: absolute;
    line-height: 32px;
    font-size: 22px;
    color: #7A7A7A;
    z-index: 3;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.btn-search-feature {
    width: 143px !important;
    background: #FFF !important;
    border-radius: 0;
    border-left: 0;
    color: #7A7A7A !important;
}

.list-print {
    list-style: none;
    position: relative;
    padding: 0 15px;
    margin: 0;
    background: #F77400;
}

.list-print .title {
    line-height: 50px;
    text-align: center;
    font-family: sans-serif;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
}

.list-print .content ul {
    padding: 10px 0 0;
    list-style: none;
    background: #F3F3F3;
    margin: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
}

.list-print .content ul li {
    display: block;
    padding: 5px 5px;
    border-bottom: 1px solid #CCC;
}

.list-print .content ul li > a {
    padding-left: 5px;
    padding-right: 5px;
    color: #7A7A7A;
}

.list-print .content ul li:hover > a, .list-print .content ul li.active > a {
    background: #005DA3;
    color: #fff;
}

.list-print .content ul li > a > span {
    text-transform: uppercase;
}

.scroll-more {
    background: #FF672E;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    padding: 9px 0 !important;
}

.scroll-more i {
    line-height: 28px;
}

.navbar-toggle {
    background: #FFF;
}

.navbar-toggle .icon-bar {
    background: #76D4E3;
}

#menu {
    width: 100%;
    float: left;
    height: 100px;
}

#bs-navbar {
    padding-right: 0;
    padding-left: 0;
}

.menu-header {
    display: inline-block;
    position: static;
    z-index: 999;
    transition: all 0.86s ease 0s;
    padding: 15px 0;
}

.menu-header .menu {
    position: relative;
}

.menu-header .logo {
    display: inline-block;
    height: 80px;
}

.menu-header .logo img {
    position: relative;
    bottom: 0;
    height: 100%;
    width: auto !important;
    z-index: 11;
}

.menu-header.navbar-fixed-top {
    position: fixed;
    width: 100%;
    background: url(../images/bg-header.png);
    box-shadow: 0px 0px 6px -1px #000;
}

.menu-header.navbar-fixed-top .logo img {
    top: 0px;
    opacity: 1;
    z-index: 1;
    transition: all 0.86s ease 0s;
}

.menu-header.navbar-fixed-top.down .logo img {
    top: auto;
    opacity: 0;
    transition: all 0.86s ease 0s;
}

.menu-header.navbar-fixed-top .navbar-header {
    margin: -15px 0;
    height: 80px;
}

.menu-header .search {
    top: 0px;
}

.menu-header .search .form-control {
    border-radius: 50px 0 0 50px;
}

.menu-header .search .input-group-btn > .btn {
    border-radius: 0 50px 50px 0;
    color: #ED003A;
    border-left: none;
}

.menu-header.navbar-fixed-top .search {
    display: inline;
    top: 8px;
    position: relative;
}

.menu-header a {
    color: #000;
}

.menu-header .navbar-brand {
    line-height: 50px;
    padding: 0;
}

.menu-header nav ul {
    padding: 10px 0;
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

.menu-header nav ul > li > a {
    padding: 0px 5px;
    font-weight: bold;
    height: auto;
    font-size: 12px;
    line-height: 35px;
    color: #563714;
    text-transform: uppercase;
}

.menu-header nav ul > li > a:hover, .menu-header nav ul > li.active > a, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: #76D4E3;
    border-radius: 4px;
    color: #FFF;
}

.menu-header nav ul > li > a:hover:after, .menu-header nav ul > li.active > a:after, .nav .open > a:after, .nav .open > a:focus:after, .nav .open > a:hover:after {
    top: 100%;
    right: 50%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #76D4E3;
    border-width: 5px;
}

.navbar-nav > li.all-products {
    position: inherit;
}

.navbar-nav > li.all-products > .dropdown-menu {
    width: 100%;
    background: #4e4d4e;
    border: 0;
    border-radius: 0;
}

.navbar-nav > li.all-products > .dropdown-menu a {
    color: #fff;
}

.header_banner {
    width: 100%;
    float: left;
}

.header_banner, .main-content, footer {
    margin-top: 15px;
}

.header_banner > div {
    border-top: 5px solid #F2F2F2;
}

.headerImages .owl-dots {
    text-align: center;
    color: #C4C4C4;
    position: absolute;
    bottom: 15px;
    width: 100%
}

.headerImages .btn-next {
    background: url(../images/btn-next.png);
    width: 42px;
    height: 81px;
}

.headerImages .btn-prev {
    background: url(../images/btn-prev.png);
    width: 42px;
    height: 81px;
}

.headerImages .owl-nav div {
    position: absolute;
    top: 40%;
    font-size: 90px;
    color: #fff;
}

.headerImages .owl-nav .owl-next {
    right: 50px;
}

.headerImages .owl-nav .owl-prev {
    left: 50px;
}

.headerLinks {
    padding-left: 0;
}

.headerLinks > div {
    background: #eeeeee;
    padding-right: 15px
}

.headerLinks a {
    display: inline-block;
    background: url(../images/bg-gradient.png) 0/auto 100%;
    margin: 10px 0;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    box-shadow: -1px 1px 5px -2px;
}

.headerLinks a > span {
    line-height: 99px;
    padding: 0 15px
}

.headerLinks a > img {
    background: #FFF;
}

.shadow:after {
    content: "";
    background: url(../images/shadow.png) no-repeat;
    width: 100%;
    height: 50px;
    display: inline-block;
    background-size: 100%;
    position: absolute;
    bottom: -50px;
    left: 0;
}

.featured-products, .general-introduction, .news-events-videos {
    padding: 10px 0;
}

.products .list-product {
    padding-top: 30px;
}

.products .row {
    margin-left: -3.75px;
    margin-right: -3.75px;
}

.products .row > div {
    min-height: 170px;
    padding: 3.75px;
}

.products .row > .owl-controls {
    min-height: auto;
}

.products .owl-stage-outer .owl-item > div {
    width: 100%;
    padding: 3.75px;
}

.products .row .info {
    float: left;
    width: 100%;
    position: relative;
    background: #FFF;
    padding: 15px 10px;
    border: 1px solid #E8E8E8;
    border-top: 0;
}

.products .thumbnail {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    border: 1px solid #E8E8E8;
    position: relative;
    padding: 30px;
}

.products .thumbnail:hover {
    border-color: #76D4E3;
}

/*.products .thumbnail:hover:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*background: #76D4E3;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*opacity: 0.8;*/
    /*left: 0;*/
    /*top: 0;*/
    /*z-index: 1;*/
/*}*/

/*.products .thumbnail:hover:after {*/
    /*content: '\f00e';*/
    /*display: inline-block;*/
    /*font-family: FontAwesome;*/
    /*z-index: 2;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    /*line-height: 1;*/
    /*font-size-adjust: none;*/
    /*font-stretch: normal;*/
    /*font-feature-settings: normal;*/
    /*font-language-override: normal;*/
    /*font-kerning: auto;*/
    /*font-synthesis: weight style;*/
    /*font-variant: normal;*/
    /*font-size: inherit;*/
    /*text-rendering: auto;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*left: 0;*/
    /*top: 40%;*/
    /*text-align: center;*/
    /*font-size: 45px;*/
    /*color: #FFF;*/
/*}*/

.products img {
    min-height: 113px;
    min-width: 100%;
    width: 100%;
    max-height: 198px;
    height: 198px;
}

.trademarks img {
    height: auto;
    width: auto;
    border: 1px solid #e8e8e8;
}

.products .new, .products .sale {
    background: #FF557E;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.products .title-product {
    color: #563714;
    text-transform: uppercase;
    min-height: 40px;
}

.products .price {
    font-weight: bold;
    color: #007C94;
    font-size: 22px;
    line-height: 40px;
}

.products button {
    background: #76D4E3;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    border-radius: 0;
    border: none;
}

.products .nav-pagination {
    position: relative;
}

.products .nav-pagination .pagination {
    position: absolute;
    top: -65px;
    display: inline-block;
    right: 0;
}

.products .nav-pagination .pagination a {
    border: 2px solid #F6F6F6;
    background: #76D4E3;
    color: #FFF;
    font-size: 22px;
    line-height: 25px;
    border-width: 0 2px;
    padding: 2px 10px;
}

.products .bginfo {
    display: block;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0% 0%;
    padding: 25px 20px 0px;
    font-size: 12px;
    color: #rebeccapurple;
    line-height: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
}

.products .bginfo h3 {
    display: block;
    line-height: 1.3em;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 10px;
    max-width: 270px;
}

.products .bginfo strong {
    position: absolute;
    top: 26px;
    right: 6px;
    font-size: 16px;
    color: #2BC1FF;
}

.products .bginfo span {
    display: block;
    color: #666;
    padding: 2px 6px;
    text-decoration: none;
    margin: 0px 0px 0px 5px;
    font-size: 13px;
    line-height: 18px;
}

.products .list-product div:hover > .bginfo {
    opacity: 1;
    filter: alpha(opacity=100);
}

.featured-products.products ul {
    list-style: none;
    padding: 0;
}

.featured-products.products li {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    position: relative;
}

.featured-products.products li:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: -15px;
    background: #E1E1E1;
    bottom: 1px;
}

.featured-products.products li:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: -15px;
    background: #FFF;
    bottom: 0px;
}

.featured-products.products img {
    max-width: 157px;
    min-width: auto;
    width: auto;
    height: auto;
    min-height: auto;
    float: left;
    margin: 0 15px 0 -15px;
}

.featured-products.products .title {
    font-size: 18px;
    padding: 0 15px;
}

.news-list:before {
    content: '';
    width: 30px;
    height: 100%;
    background: url(../images/bg-gradient-blue.png) 0 /auto 100%;
    position: absolute;
    z-index: 0;
}

.news-list > .content {
    border-right: 1px solid #C6C6C6;
    background: #fff;
    display: inline-block;
    height: 100%;
    float: right;
}

.news-list ul {
    padding: 0 0 0 15px;
    list-style: none;
    position: relative;
    z-index: 1;
}

.news-list li {
    display: inline-block;
    padding: 15px 0;
    position: relative;
}

.news-list img {
    min-width: 202px;
    min-height: 132px;
    float: left;
    margin-right: 15px;
    position: relative;
    z-index: 1
}

.news-list .content {
    display: block;
}

.news-list .content > p {
    margin-left: 5px;
}

.news-list h2.title {
    text-indent: 60px;
    font-size: 25px;
    font-weight: bold;
}

.news-list .content h3.title {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#images-gal a {
    padding: 15px 2px;
}

#images-gal img {
    height: 60px;
}

.qhcd-page .articles-related ul li {
    height: 35px;
    display: block;
}

.title-submain {
    background: #004A80 none repeat scroll 0px 0px;
    color: #FFF;
    font-size: 23px;
    padding: 10px 12px;
    text-transform: uppercase;
}

.sidebar-list-01 {
    background: #F2F2F2 none repeat scroll 0px 0px;
    padding: 0px 10px;
}

.sidebar-list-01 > li > a {
    border-bottom: 1px solid #666;
    color: #666;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
}

.item-product {
    border: 1px solid #CCC;
    font-size: 14px;
    margin-bottom: 30px;
}

.item-product .image {
    display: block;
    position: relative;
}

.item-product .image img {
    height: auto;
    width: 100%;
    padding: 10px;
}

.item-product span.sale {
    height: 50px;
    left: 0px;
    overflow: hidden !important;
    position: absolute;
    top: 0px;
    width: 50px;
    z-index: 3;
}

.item-product span.sale .hot {
    background: #D81717 none repeat scroll 0px 0px;
}

.item-product span.sale i {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    height: 67px;
    left: -58px;
    line-height: 109px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: -33px;
    transform: rotate(-45deg);
    width: 120px;
    color: #FFF;
}

.item-product .item-caption {
    background: #004A80 none repeat scroll 0px 0px;
    border-top: 10px solid #28C5FF;
    color: #FFF;
    height: 110px;
    line-height: 80px;
    padding: 10px;
    text-align: center;
}

.item-product .title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    max-height: 83px;
    overflow: hidden;
}

.item-product .title a {
    color: #FFF;
}

/*services*/
.services {
    margin-top: 30px;
    background: transparent;
}

.services .content {
    text-align: center;
    padding: 30px;
    background: transparent url("../images/sep-bg.gif") repeat-x;
}

.services a {
    display: inline-block;
    margin: 0 30px;
}

/*BANKS*/
.banks {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #EBEBEB;
}

.banks header {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 30px;
    color: #005CA2;
}

/*FOOTER*/
footer {
    background: #F2F2F2;
}

footer .info-footer {
    border-right: 1px solid #CCC;
    padding: 30px 0;
}

footer .footer-group {
    padding: 30px 0;
}

footer .tags a {
    border-color: #76D4E3;
    margin-bottom: 5px;
}

footer .tags a:hover {
    background: #76D4E3;
    color: #fff;
}

footer .info-footer .about header {
    font-size: 24px;
}

footer .info-footer .about header span {
    color: #76D4E3;
}

footer .info-footer .about i {
    color: #76D4E3;
    margin-right: 5px;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul > li {
    margin: 5px 0;
}

footer ul > li i {
    margin-right: 5px;
}

footer a:hover {
    color: #76D4E3;
    opacity: 0.8;
}

footer .custom-quote {
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: 0;
}

footer .newsletter header {
    font-size: 24px;
}

footer .newsletter .text-right {
    font-size: 16px;
}

footer .newsletter .text-right * {
    color: #FFF;
    font-weight: 300;
}

footer .newsletter .text-right span {
    text-transform: uppercase;
}

footer .newsletter .input-group {
    float: left;
    font-weight: 300;
    padding: 30px 0;
}

footer .newsletter .input-group input, footer .newsletter .input-group button {
    height: 50px;
    border-radius: 0;
}

footer .newsletter .input-group button {
    background: #76D4E3;
    color: #FFF;
    padding: 0 50px;
    font-size: 22px;
    text-transform: uppercase;
}

footer .newsletter .input-group input {
    height: 50px;
}

footer .newsletter .input-group input::-webkit-input-placeholder {
    color: #76D4E3;
}

footer .newsletter .input-group input:-moz-placeholder { /* Firefox 18- */
    color: #76D4E3;
}

footer .newsletter .input-group input::-moz-placeholder { /* Firefox 19+ */
    color: #76D4E3;
}

footer .newsletter .input-group input:-ms-input-placeholder {
    color: #76D4E3;
}

footer .container > .content {
    padding: 30px 60px;
    background: #4E4D4E;
    float: left;
    width: 100%;
}

footer .social ul {
    width: 100%;
    padding: 0;
    display: inline-block;
}

footer .social ul > li {
    margin: 2px 0;
    display: inline-block;
}

footer .social i {
    color: #FFF;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    border-radius: 50%;
    background: #76D4E3;
    font-weight: bold;
}

footer .footer-main {
    padding: 0;
}

footer .footer-main .contact {
    background: url("../images/bg-gradient-blue.png") 0/ auto 100%;
    line-height: 55px;
    text-align: center;
    font-style: italic;
    font-size: 16px;
    font-weight: bold;
}

footer .footer-main .contact * {
    color: #fff;
}

footer .footer-main .contact .fa-rss {
    font-size: 35px;
    position: relative;
    top: 5px;
}

footer .info-footer img {
    width: 100%;
    max-width: 226px;
    margin-bottom: 15px;
}

footer .info-footer > p > span {
    font-weight: bold;
}

footer .support .skype:before {
    content: "";
    background: url(../images/skype-icon.png) no-repeat;
    width: 42px;
    height: 42px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 15px;
}

footer .support .yahoo:before {
    content: "";
    background: url(../images/yahoo-icon.png) no-repeat;
    width: 42px;
    height: 42px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 15px;
}

footer .links ul {
    padding: 0;
}

footer header {
    font-size: 20px;
    margin: 15px 0;
}

footer header.title {
    line-height: 30px
}

footer .footer-bottom {
    background: #000000;
    line-height: 50px;
}

footer .footer-bottom .links {
    font-weight: bold;
}

footer .footer-bottom .links a {
    margin: 0 5px;
}

footer .footer-bottom .title {
    font-weight: bold;
}

/*Back To Top*/
#backtotop {
    background: #76D4E3 none repeat scroll 0 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border: 0 none;
    border-radius: 4px;
    bottom: 30px;
    display: none;
    height: 36px;
    width: 36px;
    overflow: hidden;
    position: fixed;
    right: 30px;
    text-align: center;
    z-index: 999;
}

#backtotop:hover {
    background: #76D4E3;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    text-decoration: none;
}

#backtotop .fa {
    bottom: 0;
    color: #fff;
    font-size: 21px;
    height: 24px;
    left: 0;
    line-height: 21px;
    margin: auto;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 21px;
}

#backtotop:hover .fa {
    animation: 0.8s linear 0s normal none infinite running ScrolltoTop;
}

@keyframes ScrolltoTop {
    0% {
        bottom: -50px;
    }
    100% {
        top: -50px;
    }
}

.color-bg-01 {
    background: #00B6A3;
}

.color-bg-02 {
    background: #FF9842;
}

.color-bg-03 {
    background: #FF0067;
}

.color-bg-04 {
    background: #00B0EB;
}

.color-bg-05 {
    background: #653A1F;
}

#info-product .help > div {
    background: transparent !important;;
}

#info-product .help a {
    display: block;
    line-height: 68px;
    padding: 0 15px;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}

.image-product, #info-product .help, .description-detail {
    padding-top: 10px;
    padding-bottom: 10px;
}

.image-product > img {
    width: 100%;
}

.description-detail .nav-tabs {
    border-bottom: 2px solid #76D4E3;
}

.description-detail .nav-tabs li {
    padding: 0 5px 0 0;
    border: 0;
    margin-bottom: 0;
}

.description-detail .nav-tabs li a {
    background: #76D4E3;
    color: #FFF;
    text-transform: uppercase;
    border: 0;
    padding: 0 10px;
    line-height: 30px;
}

.description-detail .nav-tabs li.active a, .description-detail .nav-tabs li:hover a,
.description-detail .nav-tabs li.active a:focus, .description-detail .nav-tabs li.active a:hover {
    background: #337DE9;
    color: #FFF;
    border-width: 0;
}

.description-detail .description {
    float: left;
    width: 100%;
}

.description-detail .description header {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
}

.description-detail img {
    padding: 30px 5px;
    max-width: 100%;
    float: left;
    width: 33.333%;
}

.description-detail .table-responsive button {
    background: #03549D;
    border: 0;
    color: #FFF;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.note > .container i {
    color: #F77400;
    margin-right: 5px;
}

.note > .container span {
    color: #F77400;
}

.breadcrumb-container {
    float: left;
    width: 100%;
}

.breadcrumb {
    margin-bottom: 10px;
}

.icon a {
    display: inline-block;
}

.icon .abc-bank {
    background: url('../images/banks.png') no-repeat 0 0;
    width: 195px;
    height: 113px;
}

.icon .vietcombank {
    background: url('../images/banks.png') no-repeat 25% 0;
    width: 195px;
    height: 113px;
}

.icon .sacombank {
    background: url('../images/banks.png') no-repeat 50% 0;
    width: 195px;
    height: 113px;
}

.icon .maritimebank {
    background: url('../images/banks.png') no-repeat 75% 0;
    width: 195px;
    height: 113px;
}

.icon .mbbank {
    background: url('../images/banks.png') no-repeat 100% 0;
    width: 195px;
    height: 113px;
}

.icon .techcombank {
    background: url('../images/banks.png') no-repeat 0 100%;
    width: 195px;
    height: 113px;
}

.icon .vibbank {
    background: url('../images/banks.png') no-repeat 25% 100%;
    width: 195px;
    height: 113px;
}

.icon .dongabank {
    background: url('../images/banks.png') no-repeat 50% 100%;
    width: 195px;
    height: 113px;
}

.icon .agribank {
    background: url('../images/banks.png') no-repeat 75% 100%;
    width: 195px;
    height: 113px;
}

.icon .hdbank {
    background: url('../images/banks.png') no-repeat 100% 100%;
    width: 195px;
    height: 113px;
}

/*Dashboard*/
.dashboard-title {
    font-family: 'UTM_Avo_Bold';
    font-size: 26px;
    line-height: normal;
    color: #76D4E3;
    font-weight: bold;
    margin-top: 10px;
    border-bottom: 5px solid;
}

.sidebar-left ul {
    list-style: none;
    padding: 15px;
    border: 1px solid #76D4E3;
    background: url(../images/bg-pattern.png);
}

.sidebar-left li {
    line-height: 25px;
    font-weight: bold;
}

.sidebar-left i {
    margin-right: 5px;
    color: #76D4E3;
}

.sidebar-left li.active a, .sidebar-left li:hover a {
    color: #76D4E3;
}

.events, .events .free, .events .sale, .events > div ~ div, .new-products, .ads, .hot-products {
    padding-top: 15px;
    padding-bottom: 15px;
}

.events img, .ads img {
    width: 100%;
}

.welcome {
    float: left;
    width: 100%;
    background: #F2F2F2;
    padding: 30px;
}

.welcome header {
    font-size: 28px;
    text-transform: uppercase;
    padding: 15px 0;
}

.welcome header span {
    color: #76D4E3;
}

.welcome .read-more {
    background: #76D4E3;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    border-radius: 0;
    border: none;
    padding: 20px;
    display: inline-block;
    margin-top: 30px;
}

.similar-product {
    float: left;
    width: 100%;
    position: relative;
}

.customer.reviews {
    background: url(../images/bg-review.jpg) 0/auto 100%;
    padding: 60px 0;
    color: #fff;
    position: relative;
}

.customer.reviews:before {
    content: '';
    background: #76D4E3;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.8;
}

.customer.reviews header {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.customer.reviews .title {
    color: #007C94;
    font-weight: bold;
    font-size: 22px
}

.customer.reviews .actions i {
    text-align: center;
    width: 45px;
    line-height: 45px;
    background: url("../images/bg-header.png");
    margin: 0;
    padding: 0;
    font-size: 28px;
    color: #76D4E3;
    cursor: pointer;
}

/*.container{max-width: 1000px;}*/
.mt15 {
    margin-top: 15px;
}