@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    background: #fbf1b1;
    font-weight: 400;
    font-style: normal;
    color: #000;
}

body.site-home {
    background: url('../images/bg_top.jpg') no-repeat center top;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: auto
}

a,
button,
input,
textarea,
.btn {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    color: #fec00b;
    text-decoration: none
}

a,
button {
    outline: medium none;
    color: #1f2a37
}

a {
    color: #fff;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

::-webkit-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

:-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

::-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

:-ms-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.custom-control {
    line-height: 1.5rem
}

.custom-control label {
    cursor: pointer
}

.btn-site {
    border-radius: 200px;
    border: 1px solid #fec00b;
    color: #fec00b;
    background-color: #534800;
}

.btn-site:focus {
    color: #fff;
    background-color: #fec00b
}

.btn-site:hover {
    color: #fff;
    background-color: #e7ac02
}

.btn-site.active {
    color: #fff;
    background-color: #e7ac02
}

.btn-site.active:hover {
    color: #fff;
    background-color: #fec00b
}

.site-color {
    color: #fec00b
}

.font-xs {
    font-size: .7rem;
}

.font-sm {
    font-size: .875rem;
}

.font-base {
    font-size: 1rem;
}

.font-md {
    font-size: 1.2rem;
}

.font-lg {
    font-size: 1.5rem;
}

.font-xl {
    font-size: 2rem;
}

.font-2xl {
    font-size: 4rem;
}

.font-3xl {
    font-size: 6rem;
}

.stick {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    position: fixed !important;
    top: 0px;
    z-index: 9999
}

.iframe-wrap {
    margin: 0;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    background-color: #ccc;
    position: relative;
}

.iframe-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wrapper {
    position: relative;
    max-width: 1366px;
    margin: 0px auto;
}

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

.section-title {
    font-weight: 600;
    color: #333;
    font-size: 1.3rem;
    text-transform: capitalize;
}

.section-title-line {
    position: relative;
    border-bottom: 2px solid #f2f2f2;
    font-size: 1.3rem;
    margin: 0 0 1rem;
    padding: .3rem 0;
    width: 100%;
    text-transform: uppercase;
    color: black;
    font-weight: 600
}

.section-title-line:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 293px;
    border-bottom: 2px solid #fec00b;
    left: 0px;
    bottom: -2px;
}

.section-title-name {
    color: #a17200;
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 0;
    text-align: center;
}

.section-title-name::after {
    content: '';
    display: block;
    width: 100%;
    height: 106px;
    background: url('../images/company_name.png') no-repeat center center;
    background-size: auto 100%;
}

.section-tabs {
    position: relative;
}

.section-tabs .nav {
    background-color: #f0f0f0;
    border-bottom: 0px
}

.section-tabs .nav .nav-label {
    display: block;
    padding: .5rem;
    font-weight: 600
}

.section-tabs .nav .nav-link {
    padding: .5rem;
    background: transparent !important;
    border: 0px;
    border-bottom: 4px solid transparent !important
}

.section-tabs .nav .nav-link:hover,
.section-tabs .nav .nav-link.active {
    font-weight: 600;
    border-bottom-color: #fec00b !important
}

.section-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.section-tabs ul li {
    position: relative
}

.section-tabs ul ul {
    visibility: hidden;
    position: absolute;
    min-width: 150px;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    right: 0px;
    top: 120%;
    padding: 5px 0px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 0
}

.section-tabs ul ul:before {
    content: '';
    display: inline-block;
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    top: -6px;
    right: 20px
}

.section-tabs ul ul:after {
    content: '';
    display: inline-block;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -5px;
    right: 21px
}

.section-tabs ul ul li {
    position: relative;
    width: 100%
}

.section-tabs ul ul li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 0%;
    background: #e5161e;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.section-tabs ul ul li:hover:before {
    height: 100%
}

.section-tabs ul ul li a {
    display: block;
    color: #666;
    padding: 3px 15px
}

.section-tabs ul ul li:hover>a {
    color: #e5161e
}

.section-tabs ul li:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 100
}

body.site-home .section-tabs .nav {
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0
}

body.site-home .section-tabs .nav a {
    color: #555;
    padding: 0 .7rem
}

.breadcrumb-section {
    margin: 1rem 0 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #f5f5f5;
}

.breadcrumb-item.active {
    color: #b88c09;
}

.page-breadcrumb .breadcrumb {
    background-color: transparent;
    padding: .5rem 0;
    margin: 0px;
}

.page-breadcrumb .breadcrumb li a {
    color: #000;
}

.page-breadcrumb .breadcrumb li:hover a {
    color: #fec00b;
}

.page-link {
    color: #333
}

.page-item.active .page-link {
    color: #333;
    background-color: #fec00b;
    border-color: #fec00b;
}

.sidebar {
    position: sticky;
    top: 0px;
}

.sidebar-widget {
    background-color: rgba(0, 0, 0, .03);
    padding: 8px;
    width: 100%
}

.sidebar-widget:after {
    content: '';
    display: block;
    clear: both
}

.sidebar-widget .title {
    font-size: 1rem;
    color: #fff;
    margin-top: 0px;
    background-color: #fec00b;
    padding: 8px 10px;
}

.sidebar-widget ul {
    margin: 0px;
    padding: 0px
}

.sidebar-widget ul li {
    list-style: none
}

.sidebar-widget .category {
    margin: 0px;
    padding: 0px
}

.sidebar-widget .category li {
    border-top: 1px solid #ddd;
    display: block
}

.sidebar-widget .category li:first-child {
    border-top: 0px
}

.sidebar-widget .category li a {
    display: block;
    padding: 10px 0px;
    font-weight: 600;
    color: black;
}

.sidebar-widget .category li a:not(.no-arrow)::before {
    content: "\f105";
    display: block;
    float: left;
    font-family: FontAwesome;
    font-size: 15px;
    margin-left: 5px;
    margin-right: 10px
}

.sidebar-widget .category li a.active {
    color: #fec00b
}

.sidebar-widget .category li a:hover {
    padding-left: 10px
}

.sidebar-widget .category ul {
    display: none;
    padding-left: 20px
}

.sidebar-widget .tag-cloud {}

.sidebar-widget .tag-cloud a {
    border: 1px solid #ddd;
    display: block;
    float: left;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 0 5px;
    text-transform: capitalize
}

.sidebar-widget .tag-cloud a:hover {
    border: 1px solid #ffae00;
    color: #ffae00
}

.navbar-site {
    margin: 0px;
    padding: 0px;
}

.navbar-site li {
    position: relative;
    list-style: none;
}

.navbar-site li a {
    display: block;
    color: #333;
    font-size: .835rem;
    padding: .4rem 2rem .3rem;
}

.navbar-site>li.active>a,
.navbar-site>li:hover>a {
    color: #d7161e
}

.navbar-site li a i {
    margin-right: 5px
}

.navbar-site ul {
    visibility: hidden;
    position: absolute;
    min-width: 250px;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    left: 0px;
    top: 120%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 0
}

.navbar-site>li>ul:before {
    content: '';
    display: inline-block;
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    top: -6px;
    left: 30px
}

.navbar-site>li>ul:after {
    content: '';
    display: inline-block;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -5px;
    left: 31px
}

.navbar-site ul li {
    position: relative;
    width: 100%;
    text-align: left
}

.navbar-site ul li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 0%;
    background: #0083c4;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.navbar-site ul li:hover:before {
    height: 100%
}

.navbar-site ul li a {
    padding: .4rem 1rem .3rem;
    color: #666;
}

.navbar-site ul li:hover>a {
    color: #e5161e
}

.navbar-site>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 100
}

.navbar-site>li>ul>li ul {
    top: 100%;
    left: 100%;
}

.navbar-site>li>ul>li ul:before {
    content: '';
    display: inline-block;
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    left: -6px;
    top: 5px
}

.navbar-site>li>ul>li ul:after {
    content: '';
    display: inline-block;
    position: absolute;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    left: -5px;
    top: 5px
}

.navbar-site>li>ul>li:hover>ul,
.navbar-site>li>ul>li>ul>li:hover>ul {
    top: 0%;
    opacity: 1;
    visibility: visible;
    z-index: 100
}

.header-section {
    position: relative;
    width: 100%;
}

.header-top {
    position: relative;
    width: 100%;
}

.header-top a {}

.header-top a:hover {
    color: #fec00b;
}

.header-bottom {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, rgba(42, 33, 33, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.header-bottom .navbar-site>li>a {
    font-size: .8rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: .4rem 1rem;
    border-radius: 20px;
}

.header-bottom .navbar-site>li:hover>a {
    background-color: #fff;
    color: #fec00b;
}

.header-bottom .navbar-site ul li:before {
    background-color: #fec00b;
}

.header-bottom .navbar-site ul li:hover a {
    color: #fec00b;
}

.header-logo {
    padding: 1rem 0;
}

.header-logo h1,
.header-logo h2 {
    margin: 0px;
}

.header-logo a {
    display: block;
    color: #fff
}

.header-logo img {
    margin: 0px auto;
}

.header-logo .text {
    display: none;
    text-indent: -9999px;
}

.header-search {
    display: flex;
    position: relative;
    z-index: 100
}

.header-search input {
    position: absolute;
    width: 0px;
    background-color: #fff;
    border: none;
    border-radius: 40px;
    right: 0px;
    opacity: 0;
    transition: width .3s ease;
}

.header-search button {
    border-radius: 50%;
    color: #fec00b;
    background-color: #fff
}

.header-search button:hover,
.header-search button:focus {
    box-shadow: none !important;
    outline: none !important
}

.header-search:hover input {
    width: 300px;
    opacity: 1;
}

.header-search .bootstrap-select>.dropdown-toggle {
    border: none;
    height: 100%
}

.header-search .bootstrap-select>.dropdown-toggle:focus {
    outline: none !important
}

.header-info {}

.header-info .svg {
    margin-right: 1rem;
    height: 50px;
}

.header-info a {
    color: #f00;
    font-size: 1.5rem;
    font-weight: 600;
}

.header-nav ul li a {
    color: #333;
    font-size: .9rem;
}

.header-nav ul>li:hover>a {
    color: #fec00b;
}

.header-nav ul li ul li a {
    color: #333;
    padding: 5px 10px;
    text-transform: none;
}

.header-nav ul li ul li:hover a {
    color: #f00;
}

.header-cart {
    display: -webkit-box;
    color: #333;
}

.header-cart .cart-toggle a {
    position: relative;
    margin-right: 5px;
}

.header-cart .cart-toggle svg {
    width: 32px;
    height: 32px;
    color: #fec00b;
}

.header-cart .cart-toggle span.countCart {
    background-color: #fec00b;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.18);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    height: 17px;
    line-height: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -5px;
    width: 17px
}

.header-cart .mini-cart {
    visibility: hidden;
    position: absolute;
    min-width: 320px;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    right: 0px;
    top: 120%;
    padding: 1rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 0
}

.header-cart .mini-cart:before {
    content: '';
    display: inline-block;
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    top: -6px;
    right: 17px
}

.header-cart .mini-cart:after {
    content: '';
    display: inline-block;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -5px;
    right: 18px
}

.header-cart:hover .mini-cart {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 100
}

.header-cart .mini-cart .cart-top {
    border-bottom: 1px solid #eee;
    margin: 0 -1rem 1rem;
    padding: 0 1rem 1rem
}

.header-cart .mini-cart .cart-top p {
    margin-bottom: 0px
}

.header-cart .mini-cart .cart-top p span {
    color: #fec00b;
    font-weight: 600
}

.header-cart .mini-cart .cart-total {
    padding: .5rem 1rem;
    margin: 0 -1rem;
    margin-bottom: 1rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.header-cart .mini-cart .cart-total p {
    margin-bottom: 0px;
    text-align: left;
    font-weight: 600
}

.header-cart .mini-cart .cart-total p span {
    color: #fec00b;
    font-size: 1.3rem;
    line-height: 20px
}

.header-cart .mini-cart .cart-bottom {
    text-align: center
}

.header-cart .mini-cart .cart-bottom a {
    min-width: 130px;
    text-transform: uppercase;
    color: #fff
}

.header-cart .mini-cart .cart-items ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.header-cart .mini-cart .single-cart {
    position: relative;
    margin-bottom: 1rem
}

.header-cart .mini-cart .single-cart .cart-image {
    display: block;
    float: left;
    margin-right: 1rem;
    width: 75px
}

.header-cart .mini-cart .single-cart .cart-image a {
    display: block
}

.header-cart .mini-cart .single-cart .cart-image a img {
    width: 100%
}

.header-cart .mini-cart .single-cart .cart-info {
    overflow: hidden;
    position: relative
}

.header-cart .mini-cart .single-cart .cart-info h5 {
    font-size: .875rem;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 1rem;
    text-transform: capitalize
}

.header-cart .mini-cart .single-cart .cart-info p {
    margin: 0;
    font-size: .8rem
}

.header-cart .mini-cart .single-cart .delete-cart {
    line-height: 15px;
    font-size: 20px;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 0
}

.header-cart .mini-cart .single-cart .delete-cart i {
    display: block;
    font-size: 16px
}

.navbar-section {
    position: relative;
}

.navbar-section .main-menu {
    position: relative;
    z-index: 1010;
}

.navbar-section .main-menu.sticky {
    position: fixed;
    top: 6px;
    z-index: 1010;
}

.navbar-section .main-menu>.navbar-label {
    display: block;
    padding: .7rem 1.5rem;
    background-color: #fec00b;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    border-radius: .25rem;
    position: relative;
    z-index: 10;
}

.navbar-section .main-menu:hover>.navbar-label {
    box-shadow: 0px 0px 3px #333;
}

.navbar-section .main-menu>.navbar-label>i {
    float: right;
    font-size: 1.4rem;
    margin-left: .5rem
}

.navbar-section .main-menu>ul {
    position: absolute;
    display: none;
    background-color: #fff;
    box-shadow: 0px 0px 3px #333;
    width: 100%;
    margin-top: -3px;
    padding-top: 3px;
    border-radius: 0px 0px .25rem .25rem;
}

.navbar-section .main-menu:hover>ul {
    display: block;
}

.navbar-section .main-menu.active>ul {
    display: block;
}

.navbar-section .main-menu>ul>li {
    border-bottom: 1px solid #f2f2f2;
}

.navbar-section .main-menu:hover>ul {
    display: block
}

.navbar-section .main-menu>ul>li:hover {
    background-color: #f2f2f2;
    border-left: 3px solid #fec00b
}

.navbar-section .main-menu>ul>li>a {
    display: block;
    padding: .5rem 1rem;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar-section .main-menu>ul>li:hover>a {
    transform: translateX(.5rem) scaleX(1);
    -webkit-transform: translateX(.5rem) scaleX(1)
}

.navbar-section .main-menu>ul>li>.menu {
    display: flex;
    padding: .5rem 1rem;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative
}

.navbar-section .main-menu>ul>li .menu i {
    position: absolute;
    top: 20px;
    right: 15px
}

.navbar-section .main-menu>ul>li .icon {
    height: 25px;
    margin-right: 1rem
}

.navbar-section .main-menu>ul>li .text {
    font-weight: 600;
    color: #fec00b
}

.navbar-section .main-menu>ul>li .subtext {
    display: block;
    color: #858585
}

.navbar-section .main-menu>ul>li:hover>.menu {
    transform: translateX(.5rem) scaleX(1);
    -webkit-transform: translateX(.5rem) scaleX(1)
}

.navbar-section .main-menu>ul>li>.submenu {
    display: none;
    position: absolute;
    top: 3px;
    left: 100%;
    width: 923px;
    height: 100%;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, .3)
}

.navbar-section .main-menu>ul>li:hover>.submenu {
    display: block;
}

.navbar-section .main-menu>ul>li:hover>.submenu h3 {
    font-size: 1rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5rem;
    margin-bottom: 0px;
}

.navbar-section .main-menu>ul>li:hover>.submenu h3 a {
    color: #011c40
}

.navbar-section .main-menu>ul>li:hover>.submenu h3:hover a {
    color: #fec00b
}

.navbar-section .main-menu>ul>li:hover>.submenu ul li a {
    display: block;
    padding: 5px 0px;
    text-transform: none;
}

.navbar-section .navbar-site {}

.navbar-section .navbar-site>li>a {
    font-size: 1rem;
    padding: .7rem 1.5rem;
    color: #fff;
}

.navbar-section .navbar-site>li.active>a,
.navbar-section .navbar-site>li:hover>a {
    color: #f6ff00
}

.slider-section {
    overflow: hidden;
}

.slider-section .slick-slider .arrow-prev i,
.slider-section .slick-slider .arrow-next i {
    color: #fff;
}

.nivo-caption,
.hero-static-caption {
    position: absolute;
    background-color: transparent;
    color: #fff;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    width: 70%;
    z-index: 8
}

.hero-slider-content {
    width: 100%;
    padding: .7rem 1rem;
    margin: 0 auto;
    text-align: center;
}

.hero-slider-content h2 {
    font-family: 'SFUSchadowBTBlackCondensed', sans-serif;
    font-size: 3.5rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.hero-slider-content p {
    color: #d5d5d5;
    font-size: 1.2rem;
    margin-bottom: 30px;
    padding: 0
}

.hero-slider-content a {
    display: inline-block;
    background-color: #ed1c24;
    padding: .7rem 2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.hero-slider-content a:hover {}

.nivo-directionNav {
    display: block
}

.nivo-directionNav a {
    display: block;
    opacity: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff
}

.nivo-directionNav a i {
    display: block;
    font-size: 6rem;
    color: #fff
}

.nivo-prevNav {
    left: 0px
}

.nivo-nextNav {
    right: 0px
}

#home-slider:hover .nivo-prevNav {
    opacity: .5;
    left: 30px
}

#home-slider:hover .nivo-nextNav {
    opacity: .5;
    right: 30px
}

#home-slider .nivo-prevNav:hover {
    opacity: 1
}

#home-slider .nivo-nextNav:hover {
    opacity: 1
}

#mmenu {
    padding: .6rem .8rem;
    background-color: #fec00b;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    line-height: 20px;
    position: fixed;
    right: 75px;
    top: 15px;
    z-index: 9999;
    border-radius: 4px;
}

#mmenu i {
    font-size: 1.4rem;
    color: #fff;
}

.hotline-menu {
    display: none;
}

.mm-menu {
    color: #fff;
    background-color: #1f2a37
}

.mm-menu a {
    text-transform: uppercase
}

.mm-counter,
.mm-iconbar,
.mm-iconbar a,
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: #fec00b;
    font-weight: 600
}

.mm-listitem img {
    height: 25px;
    margin-right: 1rem
}

.mm-listitem small {
    display: none
}

.mm-listitem,
.mm-listitem .mm-btn_next,
.mm-listitem .mm-btn_next:before,
.mm-listitem:after,
.mm-listview {
    border-color: rgba(255, 255, 255, 0.1)
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before,
.mm-menu .mm-listview .mm-btn_next:after {
    border-color: rgba(255, 255, 255, 0.1)
}

.search-form {
    position: relative
}

.search-result {
    position: relative;
    display: none;
    z-index: 1000;
}

.search-result::before {
    content: '';
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10
}

.search-result ul {
    list-style: none;
    margin: 2px 0 0;
    padding: 0;
    position: absolute;
    background: #fff;
    text-align: left;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 99999;
    border-radius: .15rem;
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2)
}

.search-result ul:before {
    content: '';
    display: inline-block;
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    top: -6px;
    left: 30px
}

.search-result ul:after {
    content: '';
    display: inline-block;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -5px;
    left: 31px
}

.search-result ul li a {
    display: block;
    padding: .5rem 1rem
}

.search-result ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f4f4f4
}

.search-result ul li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 2px;
    height: 0%;
    background: #e5161e;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.search-result ul li:hover:before {
    height: 100%
}

.search-result .search-item .link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-result .search-item {
    position: relative;
}

.search-result .search-item .title {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0px;
    margin-right: .5rem;
}

.search-result .search-item .price {}

.search-result .search-item .price .new {
    font-weight: 600;
    font-size: 1rem;
    color: #da0000;
    margin-right: .5rem
}

.search-result .search-item .price .old {
    color: #999;
    text-decoration: line-through;
    font-size: .875rem
}

.about-section {
    padding-top: 49rem;
    padding-bottom: 5rem;
}

.product-section {
    background: #ab1918 url('../images/bg_product.jpg') no-repeat center top;
}

.why-section {
    background: #a2100f url('../images/bg_why.jpg') no-repeat center top;
}

.customer-section {
    background: #a2100f url('../images/bg_customer.jpg') repeat;
}

.category-section {}

.category-section .submenu {
    display: none;
}

.category-section ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.category-section ul li {
    width: 32%;
    margin-bottom: 7px;
}

.category-section ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    text-align: center;
    padding: 10px;
    font-size: .875rem;
}

.category-section ul li a i {
    display: none;
    margin-right: 0px;
    font-size: 30px;
}

.advisory-section {
    background-color: #ed1c24;
    color: #fff;
}

.advisory-section .container {
    padding-top: 3rem;
    padding-bottom: 4rem;
    background: url('../images/bg_advisory.jpg') no-repeat 15px bottom;
}

.advisory-section .btn {
    padding: .7rem 2rem;
    font-weight: 600;
}

.service-section {}

.service-section [class^="col-lg"] {
    min-height: 230px;
    -webkit-transition: .3s;
    transition: .3s;
}

.service-section [class^="col-lg"]:hover {
    box-shadow: inset 0px 0px 10px #999;
}

.service-list-item {
    width: 100%;
    text-align: center;
}

.service-list-item .title {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}

.training-section {
    background: url('../images/bg_training.jpg') no-repeat center center;
}

.collection-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.collection-item .image {
    position: relative;
    overflow: hidden;
}

.collection-item .title {
    margin-top: 0px;
}

.collection-item .title a {
    color: #94da46;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px #000;
}

.collection-item p {
    color: #fff;
}

.collection-item .social {
    margin-bottom: 0px;
}

.collection-item .social span {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    margin-right: 5px;
    font-size: 14px;
}

.collection-item .social span:hover {
    color: #fff;
    background: #94da46;
}

.collection-item .desc {
    position: absolute;
    background: #333;
    background: rgba(75, 75, 75, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
    background: -o-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
    background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.1), #000000);
    opacity: 0;
}

.collection-item:hover .desc {
    opacity: 1;
}

.collection-item .desc div {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.product-item {
    padding: 10px;
    position: relative;
}

.product-item svg.border-animate {
    position: absolute;
    top: 0;
    left: 0;
}

.product-item svg.border-animate line {
    stroke-width: 4;
    stroke: #ecf0f1;
    fill: none;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.product-item:hover svg.border-animate line {
    stroke-width: 8;
    stroke: #f9cb5b;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.product-item svg.border-animate line.top,
.product-item svg.border-animate line.bottom {
    stroke-dasharray: 330 240;
}

.product-item svg.border-animate line.left,
.product-item svg.border-animate line.right {
    stroke-dasharray: 490 400;
}

.product-item:hover svg.border-animate line.top {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
}

.product-item:hover svg.border-animate line.bottom {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
}

.product-item:hover svg.border-animate line.left {
    -webkit-transform: translateY(920px);
    transform: translateY(920px);
}

.product-item:hover svg.border-animate line.right {
    -webkit-transform: translateY(-920px);
    transform: translateY(-920px);
}

.product-item .wrap {
    position: relative;
    height: 100%;
    background-color: #fff;
    ;
}

.product-item:hover .title {
    color: #fec00b;
}

.product-item:after {
    content: '';
    display: block;
    clear: both
}

.product-item .image {
    position: relative;
    overflow: hidden;
    margin-bottom: .7rem
}

.product-item .image img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .3s;
    -webkit-transition: all .3s
}

.product-item:hover .image img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07)
}

.product-item .labels {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1
}

.product-item .labels .hp,
.product-item .labels .inverter {
    width: 49%;
    text-align: center;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600
}

.product-item .labels .hp {
    color: #fff;
    background-color: #f00
}

.product-item .labels .inverter {
    background-color: #ff0
}

.product-item .info {
    margin-bottom: .4rem;
}

.product-item .info img {
    width: 20px;
    margin-top: -6px;
    display: inline-block;
    margin-right: 4px
}

.product-item .info p {
    font-size: .75rem
}

.product-item .title {
    font-weight: 600;
    min-height: 40px;
    color: #333;
    overflow: hidden;
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
}

.product-item .sub-title {
    display: block;
    font-size: .8rem;
    font-weight: 600;
    color: #416b00;
    text-transform: uppercase
}

.product-item .price {
    display: block;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-align: center
}

.product-item .price span {}

.product-item .price .new {
    font-weight: 600;
    font-size: 1.3rem;
    color: #fec00b;
    margin-right: .5rem
}

.product-item .price .old {
    color: #999;
    text-decoration: line-through;
    font-size: 0.9rem
}

.product-item .desc {
    color: #218e00
}

.product-item .icons {
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    z-index: 1
}

.product-item .icons span {
    display: block;
    padding: 1px 3px;
    margin-bottom: 5px;
    font-size: .75rem;
    font-weight: 600;
    color: #fff;
    border-radius: 2px
}

.product-item .icons .new {
    background-color: #94da46
}

.product-item .icons .hot {
    background-color: #1acbc1
}

.product-item .icons .sale {
    background-color: #fec00b
}

.product-item .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.product-item:hover .link {
    opacity: 1;
    visibility: visible
}

.product-item .action {
    text-align: center;
    position: absolute;
    top: 45%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    left: 0;
    right: 0;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #e4e4e4b5;
    padding: 8px 0px
}

.product-item:hover .action {
    opacity: 1;
    visibility: visible
}

.product-item .action a {
    background: #fff;
    color: #333;
    padding: 6px 11px;
    margin: 0px 5px
}

.product-item .action a:hover {
    background: #c70202;
    color: #fff
}

.product-details,
.product-details .image,
.product-details .info {
    width: 100%;
    color: black;
}

.product-contents {
    width: 100%;
    color: black;
}

.product-details .image {
    position: relative
}

.product-details .info ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px
}

.product-details .info ul li {
    float: left;
    width: 100%;
    list-style: none
}

.product-details .info ul li:first-child {
    border-top: 0px;
    padding-top: 0px
}

.product-details .info label {
    float: left;
    margin-bottom: 0;
    font-weight: normal;
    min-width: 100px;
    line-height: 32px;
}

.product-details .title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0px;
    text-transform: uppercase
}

.product-details .price {
    line-height: 32px
}

.product-details .price .new {
    font-size: 2rem;
    color: #fec00b;
    font-weight: 600;
    margin-right: 1rem;
    font-family: helvetica, sans-serif;
    /*text-shadow: 2px 3px 6px #520000ad;*/
}

.product-details .price .old {
    font-size: 15px;
    color: #ccc;
    text-decoration: line-through
}

.product-details .share-icons {}

.product-details .share-icons a {
    display: inline-block;
    line-height: 32px;
    margin-right: 20px;
    text-transform: capitalize
}

.product-details .share-icons a i {
    display: block;
    float: left;
    line-height: 32px;
    margin-right: 10px
}

.product-details .product-quantity input {
    color: #fec00b;
    height: 47px;
    background-color: transparent;
}

.product-details .product-quantity span {
    height: 47px
}

.product-details .product-quantity span i {
    line-height: 47px
}

.product-details #add-to-cart {}

.product-details #add-to-cart:active,
.product-details #add-to-cart:focus {
    color: #fff
}

.product-details .product-commitment div {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: .8rem;
    border: 1px dashed #000;
    padding: .5rem;
    text-transform: uppercase;
    font-weight: 600
}

.product-details .product-commitment img {
    height: 30px;
    margin-right: .5rem
}

.product-details .product-commitment b {
    display: block;
    color: #f00
}

.product-contents {
    margin-bottom: 30px
}

.product-contents .tab-content a {
    color: blue;
    text-decoration: underline
}

.tab-content table {
    width: 100%
}

.tab-content tr {
    border: 1px solid #c5c5c5
}

.tab-content tr:first-child p {
    font-size: 17px;
    font-weight: 700
}

.tab-content tr td p {
    margin-bottom: 0px
}

.tab-content tr:first-child {
    background: #fff812
}

.tab-content tr td {
    border: 1px solid #c5c5c5;
    padding: 10px
}

.post-section {}

.post-item {
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
    background-color: #fff
}

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

.post-item .image::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    content: '';
    position: absolute;
    background-color: rgba(31, 42, 55, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 1;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

.post-item .image::after {
    content: '\f0c1';
    position: absolute;
    font-family: 'FontAwesome';
    top: 50%;
    left: 50%;
    z-index: 2;
    font-size: 36px;
    color: #fec00b;
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    -webkit-transition: all 0.35s ease 0.2s;
    -o-transition: all 0.35s ease 0.2s;
    transition: all 0.35s ease 0.2s
}

.post-item.video .image::after {
    content: '\f01d'
}

.post-item .image img {
    width: 100%
}

.post-item .desc {
    padding: 1rem 1rem 0;
    -webkit-transition: .3s;
    transition: .3s
}

.post-item .desc .title {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0px;
    text-transform: uppercase;
}

.post-item .desc .title a {
    color: #1f2a37
}

.post-item .desc p {
    color: #536d87;
}

.post-item .desc .meta {
    color: #c5cdd5;
    font-size: .875rem;
    margin-bottom: 10px
}

.post-item .desc .info {
    font-size: .95rem;
}

.post-item .desc a:hover {
    color: #fec00b
}

.post-item:hover {
    box-shadow: 0px 0px 10px #999
}

.post-item:hover .image:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.post-item:hover .image:after {
    -moz-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

.post-item:hover .desc {
    border-color: #fff
}

.post-item:hover .title a {
    color: #fec00b
}

.newsletter-section {
    padding: 2rem 0;
    background-color: #0479b3;
}

.newsletter-section form {}

.newsletter-section .btn,
.newsletter-section .form-control {
    border-radius: 0 !important;
}

.footer-section {
    color: #fff;
    background-color: #9f1110
}

.footer-center {}

.footer-widget {}

.widget-title {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-widget p a {
    color: #ddd;
    overflow: hidden
}

.footer-widget p a:hover {
    color: #ffae00
}

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

.footer-widget ul li a {
    display: block;
    color: #fff;
    font-weight: 400;
    padding: .2rem 0;
}

.footer-widget ul li a i {
    margin-right: .5rem;
}

.footer-widget ul li a:hover {
    color: #f9cb5b;
}

.widget-social .btn {}

.footer-bottom {
    background-color: #8e1010;
}

.footer-bottom .copyright {
    line-height: 1.6rem;
    font-size: .875rem
}

.footer-bottom .copyright a {
    color: #ddd
}

.footer-bottom .copyright a:hover {
    color: #ffae00
}

.footer-bottom-section .payment-method {}

.footer-bottom-section .payment-method img {}

.cart-table {}

.cart-table table {
    border-color: #ddd;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0;
    text-align: center;
    width: 100%
}

.cart-table table thead {
    background-color: #1f2a37
}

.cart-table table thead tr {}

.cart-table table thead tr th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: medium none;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    font-size: .84rem
}

.cart-table table tbody tr td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle
}

.cart-table table tbody tr td.pro-thumbnail {
    width: 130px
}

.cart-table table tbody tr td.pro-thumbnail a {
    display: block;
    min-width: 100px
}

.cart-table table tbody tr td.pro-thumbnail a img {
    width: 100%
}

.cart-table table tbody tr td.pro-title {
    width: 270px
}

.cart-table table tbody tr td.pro-title a {
    display: block;
    min-width: 220px
}

.cart-table table tbody tr td.pro-price {
    width: 130px
}

.cart-table table tbody tr td.pro-price .amount {}

.cart-table table tbody tr td.pro-quantity {
    width: 180px
}

.cart-table table tbody tr td.pro-quantity .product-quantity {
    display: inline-block;
    float: none;
    margin: 0
}

.cart-table table tbody tr td.pro-subtotal {
    width: 120px
}

.cart-table table tbody tr td.pro-remove {
    width: 150px
}

.cart-table table tbody tr td.pro-remove a {
    font-size: 25px
}

.cart-buttons {
    overflow: hidden
}

.cart-buttons input,
.cart-buttons a {}

.cart-buttons input:hover,
.cart-buttons a:hover {}

.cart-coupon {
    overflow: hidden
}

.cart-coupon h4 {
    font-weight: 600;
    border-left: 2px solid #fec00b;
    font-size: 1rem;
    margin: 0 0 1rem;
    padding-left: 1rem;
    text-transform: uppercase;
    width: 100%;
    color: #fff
}

.cart-coupon .input-group {
    max-width: 450px
}

.cart-coupon #result-coupon {
    clear: both
}

.cart-total {
    text-align: right
}

.cart-total h3 {
    font-weight: 600;
    border-right: 2px solid #fec00b;
    font-size: 1rem;
    margin: 0 0 2rem;
    padding-right: 1rem;
    text-transform: uppercase;
    width: 100%;
    color: #fff
}

.cart-total table {
    border: medium none;
    float: right;
    margin-bottom: 1rem;
    text-align: right
}

.cart-total table tr th {
    font-weight: 400;
    padding: 0 0 12px;
    text-align: left;
    vertical-align: top;
    width: 210px
}

.cart-total table tr td {
    font-weight: 600;
    padding: 0 0 12px;
    vertical-align: top
}

.cart-total table tr td .amount {
    color: #fec00b;
    display: block
}

.cart-total table tr.order-total th,
.cart-total table tr.order-total td {
    font-size: 18px;
    padding: 0;
}

.cart-total .proceed-to-checkout {
    float: right;
    width: 100%
}

.wishlist-table table {
    border-color: #ddd;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0;
    text-align: center;
    width: 100%
}

.wishlist-table table thead tr th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: medium none;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap
}

.wishlist-table table tbody tr td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle
}

.wishlist-table table tbody tr td.pro-thumbnail {
    width: 130px
}

.wishlist-table table tbody tr td.pro-thumbnail a {
    display: block;
    min-width: 100px
}

.wishlist-table table tbody tr td.pro-thumbnail a img {
    width: 100%
}

.wishlist-table table tbody tr td.pro-title {
    width: 270px
}

.wishlist-table table tbody tr td.pro-title a {
    display: block;
    min-width: 220px
}

.wishlist-table table tbody tr td.pro-price {
    width: 130px
}

.wishlist-table table tbody tr td.pro-stock-stauts {
    width: 180px
}

.wishlist-table table tbody tr td.pro-stock-stauts span {
    text-transform: capitalize
}

.wishlist-table table tbody tr td.pro-stock-stauts span.in-stock {
    color: #ffae00
}

.wishlist-table table tbody tr td.pro-stock-stauts span.out-stock {
    color: #ff0000
}

.wishlist-table table tbody tr td.pro-add-to-cart {
    width: 220px
}

.wishlist-table table tbody tr td.pro-add-to-cart a {
    background-color: #282828;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    line-height: 24px;
    min-width: 180px;
    padding: 8px 25px;
    text-transform: uppercase
}

.wishlist-table table tbody tr td.pro-add-to-cart a:hover {
    background-color: #ffae00
}

.wishlist-table table tbody tr td.pro-remove {
    width: 40px
}

.wishlist-table table tbody tr td.pro-remove a {
    font-size: 25px
}

.checkout-form h3 {
    font-weight: 600;
    border-left: 2px solid #fec00b;
    font-size: 1.5rem;
    margin: 0 0 1rem;
    padding-left: 1rem;
    text-transform: uppercase;
    width: 100%;
    color: #fff
}

.checkout-form label {
    display: block;
    font-weight: 500;
    margin-bottom: .5rem;
    color: #fff;
    text-transform: capitalize
}

.checkout-form label span.required {
    color: #ff0000
}

.checkout-form textarea {
    resize: none
}

.coupon-form {
    background-color: rgba(0, 0, 0, .3);
    display: block;
    padding: 2rem 2rem 1rem
}

.coupon-form p {}

.order-wrapper {
    background-color: rgba(0, 0, 0, .3);
    padding: 2rem
}

.order-wrapper h3 {
    font-weight: 600;
    border-left: 2px solid #fec00b;
    font-size: 1.5rem;
    margin: 0 0 1rem;
    padding-left: 1rem;
    text-transform: uppercase;
    width: 100%;
    color: #fff
}

.order-table {
    border: medium none
}

.order-table table {
    width: 100%
}

.order-table table thead {}

.order-table table thead tr {}

.order-table table thead tr th {
    border-bottom: 1px solid #ddd;
    border-right: medium none navy;
    font-weight: 600;
    padding: 0 0 .5rem;
    text-transform: capitalize
}

.order-table table thead tr th.product-name {
    text-align: left;
}

.order-table table thead tr th.product-total {
    text-align: right
}

.order-table table tbody {}

.order-table table tbody tr {}

.order-table table tbody tr td {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    padding: 8px 0
}

.order-table table tbody tr td.product-name {
    text-align: left
}

.order-table table tbody tr td.product-total {
    text-align: right
}

.order-table table tfoot tr th,
.order-table table tfoot tr td {
    border-bottom: 1px solid #ddd;
    padding: 7px 0
}

.order-table table tfoot tr th {
    text-align: left;
    font-weight: 600
}

.order-table table tfoot tr td {
    text-align: right
}

.contact-info {
    text-align: center
}

.contact-info h3 {
    font-family: 'SFUSchadowBTBlackCondensed', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 2rem;
    text-transform: uppercase
}

.contact-info span {
    font-size: 35px;
    width: 64px;
    height: 64px;
    background: #ffffff;
    line-height: 64px;
    color: #fec00b;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 25px
}

.contact-info p {
    font-size: 18px;
    padding: 0 25px;
    font-weight: 500;
}

.contact-info a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: black;
}

.contact-form {
    padding: 2rem;
    position: relative;
    z-index: 10;
}

.contact-form h3 {
    font-size: 2rem;
    color: #1f2a37;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
    text-transform: capitalize;
}

.contact-form h3 span {
    color: #fec00b
}

.contact-form form label {
    font-weight: 600;
}

.contact-form form textarea {
    height: 145px
}

.contact-map {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    clear: both
}

.contact-map iframe {
    position: absolute !important;
    height: 100%;
    width: 100%
}

.contact-map .controls {
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3)
}

.contact-map #location-input {
    margin-left: 15px;
    margin-top: 100px
}

.contact-map #origin-input,
.contact-map #destination-input {
    width: 100%;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis
}

.contact-map #origin-input:focus,
.contact-map #destination-input:focus {
    border-color: #4d90fe
}

.contact-map #mode-selector {
    color: #fff;
    background-color: #4d90fe;
    margin-left: 15px;
    margin-top: 100px;
    padding: 5px 11px 0px 11px
}

.contact-map #mode-selector label {
    font-size: 13px;
    font-weight: 300
}

.single-post{
    background: white;
    padding: 15px 20px;
    border-radius: 3px;
    color: black;
}

.single-post h1{
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.comment-wrapper {
    float: left;
    width: 100%
}

.comment-wrapper h3 {
    font-weight: 600;
    border-left: 2px solid #fec00b;
    font-size: 1.2rem;
    margin: 0 0 1.5rem;
    padding-left: 1rem;
    width: 100%;
    color: #1f2a37
}

.comment-form {
    margin-bottom: 1rem
}

.comment-form form label {
    display: block;
    font-weight: 400;
    margin-bottom: .5rem;
    color: #1f2a37
}

.comment-form form input {
    margin-bottom: 1rem
}

.comment-form form textarea {
    height: 120px;
    margin-bottom: 1rem
}

.comment-form form button[type="submit"] {
    text-transform: uppercase
}

.comment-form .rating {
    margin-left: 20px;
    font-size: 20px;
    color: #ccc
}

.comment-form .rating .fa-star {
    cursor: pointer
}

.comment-form .rating .fa-star.selected,
.comment-form .rating .fa-star.active {
    color: #fdd22f
}

.frm-filter .custom-radio img {
    max-height: 35px
}

.frm-filter .custom-radio .custom-control-supplier::before,
.frm-filter .custom-radio .custom-control-supplier::after {
    top: .75rem
}

.sidebar-widget .member-name-box:after {
    content: '';
    clear: both;
    display: block
}

.sidebar-widget .member-name-box__letter {
    float: left;
    height: 50px;
    width: 50px;
    margin-right: .5rem;
    text-align: center;
    line-height: 50px;
    background-color: #f5f6fa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.sidebar-widget .member-name-box__of {
    display: inline-block;
    font-size: .875rem;
    font-weight: 400
}

.sidebar-widget .member-name-box__name {
    display: inline-block;
    font-size: 1rem;
    min-width: 50%
}

.sidebar-widget .range .slider.slider-horizontal {
    width: 100%
}

.btn-frame{
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}

.btn-zalo {
    bottom: 200px;
}

.btn-phone {
    bottom: 125px;
}

.btn-frame .animated.infinite{
    animation-iteration-count: infinite;
}

.btn-frame .pulse{
    animation-name: pulse;
}

.btn-frame .animated{
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-frame .zoomIn{
    animation-name: zoomIn;
}

.btn-frame .kenit-alo-circle{
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: #1182FC;
    opacity: .5;
}

.btn-frame .kenit-alo-circle-fill{
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: .4;
}

.btn-frame i img{
    vertical-align: middle;
    width: 70%;
}

.btn-frame i{
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1182FC;
    position: relative;
    z-index: 1;
}


@keyframes pulse{
    0%{
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50%{
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
    100%{
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
