.footer-box ul>li#xtvccount {
    display: none;
}

body {
    font-family: 'Roboto', sans-serif;
    letter-spacing: .1px;
    font-size: 15px;
    color: #303030;
    line-height: 1.6
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

a {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .1px;
    color: inherit;
    color: #2e3553;
    text-decoration: none;
}
a:hover{
    color: #2a2f88
}

.color,a.color,
.color a {
    color: #2a2f88
}

a.color:hover,
.color a:hover{
    color: #2a2f88;
    text-decoration: unset
}

.border {
    border: solid #ccc 1px
}

.pini-button {
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    background: #2a2f88;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border: solid 1px #2a2f88;
    padding: 0 30px;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 5px;
}

.pini-button:hover {
    border-color: #006530;
    background: #006530;
    text-decoration: none;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
    font-family: "Roboto Condensed", sans-serif
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}
button:focus{outline: none;}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 15px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto
}

.big-img img,
img.big-img {
    width: 100%;
    height: auto
}

h1 {
    font-size: 23px
}

ul {
    margin-bottom: 0;
    padding-left: 0
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

a,
.fa,
button,
option {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

select {
    font-style: normal;
    border: solid 1px #e8e6e2;
    outline: none;
    padding: 6px
}

select:hover {
    border-color: red
}

ul {
    list-style-position: inside
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.input-control {
    width: 100%;
    border: solid 1px #e7e7e7;
    background: transparent;
    outline: none
}

.show {
    display: block
}

.hide {
    display: none
}

.fa {
    font-family: FontAwesome
}

.clear {
    width: auto;
    clear: left
}

.bbtn {
    margin-top: 30px
}

.btn {
    background-color: #008fd5;
    color: #FFF;
    border-color: #008fd5
}

.btn:hover {
    background-color: #00968a;
    color: #FFF;
    border-color: #00968a
}

.button.added {
    display: none !important
}

.found404 {
    text-align: center;
    padding: 60px 0
}

img {
    max-width: 100%
}

.success,
.warning,
.attention,
.information {
    padding: 7px 10px 7px 33px;
    color: #555
}

.success {
    background: #fff url(../img/success.png) 20px center no-repeat;
    color: #313942
}

.tab {
    text-align: center;
    z-index: 1;
    width: 100%;
    padding: 5px 0 0;
    border-bottom: none;
    margin: 0 auto 30px;
    position: relative
}

.tab li {
    cursor: pointer;
    background: #eee;
    line-height: 1;
    color: #222;
    border-radius: 20px;
    font-size: 13px;
    padding: 9px 25px;
    display: inline-block;
    margin-right: 6px;
    font-weight: 500
}

.tab li.active,
.tab li:hover {
    color: #fff;
    background-color: #00968a
}

.tabcontent {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    width: 100%
}

.tabcontent.current {
    opacity: 1;
    visibility: visible;
    height: auto
}
.owl-carousel{
    overflow: hidden;
}
.owl-carousel .owl-dots {
    margin-top: 30px
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #ff4c4c
}

.rows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-left: -1px
}

.rows>[class*="col-"] {
    padding-right: 1px;
    padding-left: 1px;
}

.row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px
}

.row1>[class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

/*fixmenu*/
.fixmenu .main-menu-box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    border-bottom: 1px solid #ddd;
    z-index: 999;
}
.animation .main-menu-box{
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.fixmenu .trigger-mobile{
    top: 5px;
}
.fixmenu #header{
    height: 118px;
}
.main-menu-box {
    background-color: #fff;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@-webkit-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-30px);
        -moz-transform: translatey(-30px);
        -o-transform: translatey(-30px);
        transform: translatey(-30px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@-moz-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-30px);
        -moz-transform: translatey(-30px);
        -o-transform: translatey(-30px);
        transform: translatey(-30px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-30px);
        -moz-transform: translatey(-30px);
        -o-transform: translatey(-30px);
        transform: translatey(-30px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

/*end fixmeu*/


.popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}
.popup{
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all 0.3s;
    user-select: none;
}
.popup .backdrop{
    position: fixed;
    z-index: 0;
    background: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.content-popup{
    width: 1100px;
    max-width: 95%;
    margin: 0 AUTO;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.content-popup.popup-md{
    width: 400px;
}
.content-popup.popup-xl{
    width: 600px;
}
.popup-area{
    background-color: #fff;;
}
.popup .closepopup{
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    z-index: 9;
}
.closepopup.black rect{
    fill: #000;
}

@media screen (min-width:991px) {
    .flexslider .flex-direction-nav {
        display: none
    }
}
.flexslider{position: relative;}
.flexslider .flex-direction-nav li {
    position: absolute;
    top: 45%;
    list-style: none;
    display: none;
    opacity: 0
}

.flexslider:hover .flex-direction-nav li {
    display: block;
    opacity: .6
}

.flexslider .flex-direction-nav li:hover {
    opacity: .8
}

.flexslider .flex-direction-nav a {
    font: normal normal normal 14px/1 FontAwesome;
    width: 40px;
    height: 40px;
    font-size: 14px;
    display: inline-block;
    font-size: 30px;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    border: 2px solid #fff;
    border-radius: 50%
}

.flexslider .flex-nav-next {
    left: 10px
}

.flexslider .flex-nav-next a:before {
    content: "\f104";
    color: #fff;
    position: relative;
    left: 13px;
    top: 1px
}

.flexslider .flex-nav-prev {
    right: 10px
}

.flexslider .flex-nav-prev a:before {
    content: "\f105";
    color: #fff;
    position: relative;
    left: 15px;
    top: 1px
}

.flex-direction-nav a:hover {
    border-color: #f15927
}

.flex-direction-nav a:hover:before {
    color: #f15927
}

#single-product-carousel.flexslider .flex-direction-nav li {
    top: 28%
}

.featured-image>.flexslider {
    margin-bottom: 20px
}

.slider li {
    list-style: none
}

.design {
    overflow: hidden;
    background-color: #cccccc59
}

.h-box marquee * {
    display: inline;
    font-size: 12px;
    margin: 0 5px;
    padding: 0;
    line-height: 20px;
    color: #fff;
    font-weight: 400
}

.h-box marquee {
    text-align: left;
    background: none;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
    display: block
}

#BackToTop {
    overflow: hidden;
    position: fixed;
    z-index: 90;
    right: 10px;
    bottom: 20px;
    display: none;
    width: 44px;
    height: 44px;
    color: #fff;
    text-align: center;
    background-color: rgba(121, 121, 121, .65);
    font-size: 22px;
    line-height: 40px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    border-radius: 2px;
    transition: all .5s
}

.copyright {
    line-height: 30px
}

.contact-header {
    background-color: #2a2f88;
    color: #fff
}

.heading-left {
    padding: 5px 0
}

.header-search {
    position: relative;
    right: 0;
    width: 100%;
    text-align: right;
    width: 100%;
    flex: auto;
    padding: 4px
}

.header-search.mb {
    background: #f15927;
    padding: 10px
}

.header-search form {
    position: relative
}

.header-search form input {
    margin-top: 0 width:100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    transition: color .3s, border .3s, background .3s, opacity .3s
}

.header-search button {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    height: 40px;
    width: 40px;
    background: #f15927;
    border: none;
    color: #fff;
    font-size: 23px;
    cursor: pointer
}

.header-search button:hover {
    background: #0080b1
}

.info_header {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100px
}

.icon-box .text {
    width: calc(100% - 40px);
    float: left;
    display: inline-block;
    line-height: 18px;
    padding-left: 8px
}

.icon-box .icon {
    width: 40px;
    height: 33px;
    line-height: 30px;
    display: inline-block;
    float: left
}

.account-box {
    padding: 8px 0;
    text-align: right
}

.account-box .account-info {
    position: relative
}

.account-box .account-info .out {
    padding: 0;
    width: 50px;
    text-align: center;
    display: none;
    position: absolute;
    top: 100%;
    right: 20px;
    z-index: 2;
    background-color: #ccc
}

.account-box .account-info:hover .out {
    display: block
}

.mini-cat {
    display: inline-block;
    float: right;
    margin-top: 20px
}

.mini-cat .icon {
    position: relative;
    height: 30px;
    width: 30px;
    float: left;
    background: #2a2f88;
    text-align: center;
    line-height: 3
}

.mini-cat .icon i {
    color: #fff;
    font-size: 20px
}

.mini-cat .text {
    margin-left: 5px;
    display: inline-grid
}

.mini-cat .text a {
    color: #313959;
    line-height: 22px;
    font-weight: 700 !important;
    margin-left: 5px
}

.mini-cat .text span {
    color: #2a2f88;
    font-size: 12px
}

.header .logo img {
    max-width: 98px;
    min-width: 98px
}

.header .logo {
    height: 90px;
    line-height: 90px
}

.main-menu-box {
    background-color: #2a2f88;
    color: #fff
}

.content {
    position: relative;
    padding-bottom: 50px
}

#sidebar {
    background: #fff;
    position: relative
}

.title-sidebar {
    font-weight: 700;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.title-sidebar p {
    margin: 0
}

.sidebar {
    margin-bottom: 20px
}

.sidebar ul {
    list-style: none
}

.sidebar ul li {
    border-top: 1px dashed #ececec
}

.sidebar ul.product-categories li {
    margin: 0;
    width: 100%;
    position: relative
}

.sidebar ul.product-categories {
    border: solid 1px #ebebeb;
    list-style: none
}

.sidebar ul.product-categories li a {
    padding: 8px 0 8px 10px;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    text-decoration: none;
    word-wrap: break-word;
    display: block
}

.sidebar ul.product-categories>li>a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0da";
    margin-right: 5px
}

.sidebar ul.product-categories>li:hover>a {
    padding-left: 15px
}

.sidebar ul.product-categories ul.children {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    padding: 0 15px;
    z-index: 100;
    min-width: 240px;
    border: 1px solid #e4e4e4;
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear
}

.sidebar ul.product-categories>li:hover>ul.children {
    visibility: visible;
    opacity: 1
}

.sidebar ul.product-categories .cat-parent>a:after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    right: 10px
}

.post-title {
    font-family: "Roboto Condensed", sans-serif
}

.price {
    font-weight: 700
}

.box-sort-by {
    padding-top: 30px;
    padding-bottom: 20px
}

.box-sort-by p {
    margin: 0;
    margin-top: 5px
}

.content-product {
    padding-bottom: 50px;
    position: relative
}

.name_product {
    color: #313959;
    font-size: 26px;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    float: left;
    padding: 0 0
}

.meta-product {
    margin: 10px 0
}

.short-desc {
    margin: 10px 0
}

.sort-by {
    margin-bottom: 20px;
    background-color: #FFF;
    position: relative
}

.short-desc li {
    list-style: none
}

.product-price {
    font-size: 17px;
    margin: 0
}

.product-price ins {
    color: #f15927;
    font-size: 130%;
    text-decoration: unset
}

.price-info {
    padding-top: 0;
    padding-bottom: 5px;
    display: inline-block;
    float: left;
    padding: 10px;
    width: 100%;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 20px;
    background-image: url(../images/bg_price.png);
    background-size: cover
}

form.add-to-cart-form {
    margin-top: 20px
}

form.add-to-cart-form .quantity {
    float: left
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

form.add-to-cart-form .screen-reader-text {
    display: none
}

form.add-to-cart-form .qty {
    text-align: center;
    width: 65px;
    height: 36px;
    padding: 0 10px;
    margin-right: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #989696
}

.woocommerce .cart_totals a.button,
.button>a,
.woocommerce .shop_table button,
a.add-cart,
form.add-to-cart-form .button,
form.checkout button.button {
    display: inline-block;
    text-align: center;
    line-height: 35px;
    background: #2a2f88;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border: solid 1px #2a2f88;
    padding: 0 30px
}

.woocommerce .cart_totals a.button:hover,
.button>a:hover,
a.add-cart:hover,
.woocommerce .shop_table button:hover,
form.checkout button.button:hover,
form.add-to-cart-form .button:hover {
    border-color: #2a2f88;
    background: #2a2f88;
    text-decoration: none;
    color: #fff
}

.meta-product {
    padding: 10px 0
}

.product-info,
.product-sidebars {
    padding: 10px;
    background-color: #fff
}

.product-content {
    border: solid 1px #ebebeb;
    padding: 20px;
    width: 100%
}
.product-content .price-info del span{
    line-height: 35px;
}
.product-information {
    width: 100%
}

.product-information .title-info {

    border-color: #2a2f88;
    background: #2a2f88;
    border-bottom: solid 1px #ebebeb;
    border: solid 1px #ebebeb;
    display: inline-block
}

.product-information .title-info p {
    color: #fff;
    margin: 10px 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.information {
    padding: 20px;
    border: solid 1px #ebebeb;
}

.title-product {
    width: 100%;
    position: relative;
    border: solid 1px #efefef;
    margin-bottom: 20px
}

.title-product p {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 700;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 0 solid #ebebeb;
    margin-bottom: 0;
    background: #f15927;
    padding: 0 15px;
    line-height: 40px
}

.title-product p:before {
    content: "";
    width: 100%;
    height: 8px;
    background: #f15927;
    position: absolute;
    left: 0;
    top: -8px
}

.title-product p:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent #f15927;
    position: absolute;
    top: -8px;
    right: -7px
}

.title-product span {
    color: #edff01
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.shop_table .coupon {
    margin-bottom: 15px
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 6px 12px;
    vertical-align: middle
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    text-align: right
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff;
    background: red
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 32px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 40%
}

.woocommerce .cart_totals a.button,
.woocommerce .shop_table button,
form.add-to-cart-form .button,
form.checkout b0?6    0?6                    @?4            =4    ??6            P?6     @      P?6            dius: 4px
}

.woocommerce .cart_totals a.button:hover,
.woocommerce .shop_table button:hover,
form.checkout button.button:hover,
form.add-to-cart-form .button:hover {
    color: #f94e3f;
    background: #fff;
    border: 1px solid #f94e3f
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 350px
}

#customer_details input[type=text],
#customer_details input[type=number],
#customer_details input[type=email],
#customer_details input[type=tel],
#customer_details textarea {
    padding: 6px;
    border-radius: 2px;
    border: 1px solid #ccc
}

.woocommerce-order li {
    list-style: none
}

.woocommerce-mini-cart__empty-message {
    margin: 0 15px
}

.woocommerce-checkout label {
    min-width: 200px
}

@keyframes menu-in-left {
    from {
        -webkit-transform: translate3d(-15px, 0, 0);
        transform: translate3d(-15px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes menu-in-left {
    from {
        -webkit-transform: translate3d(-15px, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes menu-in-top {
    from {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes menu-in-top {
    from {
        -webkit-transform: translate3d(0, -15px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes menu-to-top {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
}

@-webkit-keyframes menu-to-top {
    from {
        -webkit-transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, -15px, 0)
    }
}

@keyframes suntory-alo-circle-img-anim {

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

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

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



.section {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px
}


.section-title{
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2a2f88;
    text-align: center;
}
.sub-title{
    margin: 0 auto;
    text-align: center;
    width: 500px;
    max-width: 100%;
    margin-bottom: 25px;
}
.home-service {
    width: 100%;
    text-align: center;
}
.home-service-box .thumbnail img{
    border-radius: 50%;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}
.home-service-box .thumbnail:before{
    content: '';
}
.home-service-box .title {
    font-size: 16px;
    color: #696969;
    margin-top: 15px;
    text-transform: uppercase
}
.home-service2-box{margin: 0 25px;}

.home-service2-box .thumbnail {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 3px solid #f15927;
    overflow: hidden;
    z-index: 20;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.home-service2-box .service-content {
    width: 100%;
    background: #f2f8f8;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 80px;
    box-shadow: 5px 3px 5px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: -80px;
    margin-bottom: 20px;
}
.home-service2-box .title-box{
    width: 100%;
    background: #f2f8f8;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 80px;
    box-shadow: 5px 3px 5px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: -80px;
    margin-bottom: 20px;
}
.home-service2-box .service-content .title {
    width: calc(100% + 26px);
    background: #2a2f88;
    margin-left: -13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    font-size: 15px;
    padding: 5px 15px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff
}
.home-service2-box .service-content .title:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -15px;
    left: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid #d2d2d2;
    border-left-width: 14px;
    border-top-width: 14px;
    z-index: -1;
}
.home-service2-box .service-content .title:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -15px;
    right: 0;
    border-right: 15px solid transparent;
    border-top: 15px solid #d2d2d2;
    border-right-width: 15px;
    border-top-width: 15px;
    z-index: -1;
}
.home-service2-box .content{padding: 10px 20px;}
.home-service2-box:hover .thumbnail{
    border-color: #2a2f88;
}

.home-service2-box:hover .service-content .title{
    background: #f15927;
}
.home-service3 .section-title,.home-news .section-title{
    text-align: left;
    margin-bottom: 20px;
}
.section-title p{
    border-bottom: 1px solid;
    display: inline;
}
.home-counter{
    padding-bottom: 40px;
}
.counter-box{text-align: center;}
.counter-box .counter {font-size: 50px;}
.counter-box .title{font-size: 20px;}
.news-box .poster{
    margin-bottom: 25px;
}
.feedback-box img{
    border-radius: 50%;
    border: 2px solid #f15927;
}
.feedback-box {
    margin-bottom: 15px;
    text-align: justify;
    margin-right: 5px;
}
.feedback-height{
    height: 350px;
    overflow: hidden;
    overflow-y: scroll;
}
.owl-nav button{
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}
.owl-nav button.disabled {
    opacity: 0.2 !important;
}
.owl-loaded:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
    visibility: inherit;
}

.owl-nav .owl-next {
    height: 51px;
    width: 32px;
    border: 1px solid #f1f5f6 !important;
    border-radius: 4px;
    background-color: #fff !important;
    box-shadow: 0 7px 10px 0 rgba(72,139,216,0.2);
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 51px;
    top: 50%;
    transform: translate(0, -50%);
    color: #878fa0;
    font-size: 20px;
    margin: 0;
    right: -50px;
}
.owl-loaded:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
    visibility: inherit;
}
.owl-nav .owl-prev {
    height: 51px;
    width: 32px;
    border: 1px solid #f1f5f6 !important;
    border-radius: 4px;
    background-color: #fff !important;
    box-shadow: 0 7px 10px 0 rgba(72,139,216,0.2);
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 51px;
    top: 50%;
    transform: translate(0, -50%);
    color: #878fa0;
    font-size: 20px;
    margin: 0;
    left: -50px;
}

.show-product {
    position: relative
}

.show-nav {
    position: relative
}

.show-nav .owl-nav {
    position: absolute;
    top: -56px;
    right: 0
}

.show-nav .owl-carousel .owl-nav button {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    outline: hidden
}

.show-nav .owl-carousel .owl-nav button:focus {
    outline: none
}

.feedback {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    width: 100%;
    float: left;
    height: 562px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    text-align: center
}

.feedback .text {
    padding: 0 40px;
    color: #fff;
    font-style: italic;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 31px;
    color: #fff
}

.feedback .img img {
    margin: 0 auto;
    padding: 2px;
    border: 1px solid #e1e1e1;
    width: auto;
    border-radius: 50%
}

.feedback .title {
    margin-top: 10px;
    display: block;
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 31px;
    margin-bottom: 0;
    color: #fff
}

.date {
    font-size: 13px;
    font-weight: 400;
    color: #b2b2c4
}

.date i {
    color: #2a2f88;
    margin-right: 3px
}

.blog {
    position: relative
}
.hone-blog{
    margin-bottom: 40px;
}
.hone-blog .thumbnail {
    position: relative;
    overflow: hidden;
    display: block
}

.hone-blog .thumbnail img {
    -webkit-transition: -webkit-transform .25s ease-in-out, opacity .6s ease;
    transition: transform .25s ease-in-out, opacity .6s ease
}

.hone-blog .thumbnail:hover img {
    transform: scale(1.1)
}

.blog .text {
    margin-top: 0;
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 15px 20px;
    background: -moz-linear-gradient(90deg, #1c2035 0%, rgba(50, 60, 133, 0) 100%);
    background: -webkit-linear-gradient(90deg, #1c2035 0%, rgba(50, 60, 133, 0) 100%);
    background: -ms-linear-gradient(90deg, #1c2035 0%, rgba(50, 60, 133, 0) 100%)
}

.blog .text .title {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 52px;
    height: auto;
    min-height: 38px;
    overflow: hidden;
    margin-bottom: 5px;
}

.blog .text .title:hover {
    color: #2a2f88
}

.blog .text .date {
    font-weight: 500;
    color: #b2b2c4;
    margin-right: 10px
}

.breadcrum {
    margin: 0;
    font-size: 15px;
    padding: 15px 0 15px;
    border-radius: 0;
    font-weight: 400;
    line-height: 25px;
    background-color: transparent;
    width: 100%;
    text-align: center
}

.breadcrum span[property=itemListElement]:after {
    content: "\f105";
    margin-left: 5px;
    font: normal normal normal 14px/1 FontAwesome
}
.breadcrum a{color: #fff}
.breadcrum span[property=itemListElement],
.breadcrum .current-item {
    color: #fff;
    text-transform: inherit;
    font-size: 15px;
    font-weight: 500;
    margin-right: 5px
}

.breadcrum a,
#sidebar a {
    text-decoration: unset
}

.breadcrum .fa {
    font-size: 15px;
    margin-right: 2px
}

.share>a {
    padding: 2px 7px;
    border: 1px solid;
    border-radius: 6px;
    color: #fff;
    font-size: 12px
}

.share>a .fa {
    color: #fff;
    margin-right: 3px
}

.share .twitter {
    border-color: #55acee;
    background-color: #55acee
}

.share .google {
    border-color: #dd4d42;
    background-color: #dd4d42
}

.posts {
    margin-top: 20px
}

.entry-title {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 10px 0;
    line-height: 34px
}

.page-banner {
    min-height: 250px;
    margin-bottom: 50px;
    position: relative
}

.breadcrumb_background {
    background-size: cover;
    background-position: center top;
    padding: 25px 0;
    background-repeat: no-repeat;
    min-height: 295px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    flex-flow: column;
    margin-bottom: 50px;
    position: relative
}

.breadcrumb_background>.bg {
    content: "";
    background: #333;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    opacity: .5
}

.breadcrumb_background .page-info {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
    margin: 0 0 5px;
    position: relative;
    text-align: center
}

.page_title h1 {
    font-family: "Roboto", sans-serif;
    margin: 0 0 20px 0;
    padding: 0 15px 8px 0;
    font-size: 15px;
    font-weight: 700;
    border-bottom: solid 1px #2a2f88;
    text-transform: uppercase;
    color: #2c318d
}

.post-style1 {
    border: 1px solid #e2e2e2;
    background: white;
    overflow: hidden;
    position: relative
}

.post-style1 .thumbnail {
    overflow: hidden
}

.post-style1 .thumbnail img {
    -webkit-transition: -webkit-transform .25s ease-in-out, opacity .6s ease;
    transition: transform .25s ease-in-out, opacity .6s ease;
    width: 100%
}

.post-style1 .box-info {
    padding: 15px 5px 15px 5px;
    position: relative;
    width: 100%
}

.post-style1 .info {
    padding-bottom: 3px;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.post-style1 .info a {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 0;
    color: #313959;
    text-decoration: none
}

.post-style1 .price {
    font-size: 16px;
    margin: 8px 0
}

.post-style1:hover .thumbnail img {
    transform: scale(1.1)
}

.post-style1:hover .add-to-cart {
    display: block
}

.post-style1:hover .price * {
    color: transparent !important
}

.post-style2 {
    border: 1px solid #e2e2e2;
    background: white;
    overflow: hidden;
    position: relative
}

.post-style2 .thumbnail {
    overflow: hidden;
    float: left;
    display: block;
    position: relative;
    width: 240px
}

.post-style2 .thumbnail img {
    -webkit-transition: -webkit-transform .25s ease-in-out, opacity .6s ease;
    transition: transform .25s ease-in-out, opacity .6s ease;
    width: 100%
}

.post-style2 .box-info {
    width: calc(100% - 240px);
    -moz-width: calc(100% - 240px);
    -webkit-width: calc(100% - 240px);
    -o-width: calc(100% - 240px);
    -os-width: calc(100% - 240px);
    display: block;
    float: left;
    padding: 10px 15px 0;
    position: relative
}

@media only screen and (max-width:991px) {

    .post-style2 .thumbnail,
    .post-style2 .box-info {
        width: 100%;
        clear: left
    }

    .post-style2 .box-info {
        padding-bottom: 10px
    }
}

.post-style2 .info {
    padding-bottom: 3px;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.post-style2 .info a {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 0;
    color: #313959;
    text-decoration: none
}

.post-style2 .price {
    font-size: 16px;
    margin: 8px 0
}

.post-style2:hover .thumbnail img {
    transform: scale(1.1)
}

.post-style2:hover .add-to-cart {
    display: block
}

.post-style2:hover .price * {
    color: transparent !important
}

.price del {
    color: #bdbdbd;
    opacity: .9;
    font-weight: 500;
    font-size: 15px
}

.price ins {
    white-space: nowrap;
    color: #111;
    font-weight: 700;
    text-decoration: unset;
    float: left;
    margin-right: 10px;
    color: #2a2f88
}

.add-cart a.add_to_cart {
    height: 38px;
    padding: 0;
    line-height: 37px
}

.add-cart .add-to-cart {
    position: absolute;
    top: -37px;
    left: 0;
    display: none;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.4s
}

.add-cart a span {
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase
}

.add-cart a i {
    width: 37px;
    height: 37px;
    line-height: 37px;
    background: #007bab;
    float: left;
    text-align: center
}

.add-cart .lien-he {
    margin-top: 3px
}

.add-cart .added_to_cart {
    background: none;
    border: none;
    color: #f15927
}

.add-cart .added_to_cart:after {
    content: " →"
}

.add-cart .added {
    display: none
}

.add-cart {
    position: relative
}

.relatedpost {
    margin-top: 30px
}

.relatedpost .col-xs-12 {
    margin-bottom: 30px
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.tick {
    border-color: transparent #0f9bd1 transparent transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 60px 0
}

.tick>span {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    position: absolute;
    left: 22px;
    top: 10px;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tick.hot {
    border-width: 60px 60px 0 0;
    border-color: #f53f2c transparent transparent transparent;
    z-index: 3;
    right: auto;
    left: 0
}

.tick.hot>span {
    left: 5px;
    top: -52px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.box-new-post li {
    list-style: none;
    display: inline-block;
    margin: 10px 0;
    width: 100%
}

.box-new-post li:hover {
    background-color: #00968a38
}

.box-new-post li:hover img {
    transform: scale(1.1)
}

.box-new-post .media {
    float: left;
    width: 80px;
    margin-right: 10px;
    overflow: hidden
}

.box-new-post li img {
    -webkit-transition: -webkit-transform .25s ease-in-out, opacity .6s ease;
    transition: transform .25s ease-in-out, opacity .6s ease
}

.box-new-post .media-body {
    font-size: 15px;
    padding: 8px 0
}

.box-new-post .date {
    display: block;
    font-style: italic
}

.new-post .date {
    font-style: italic;
    display: block
}

.box-new-post .custom .media {
    float: none;
    width: auto;
    margin: 0
}

.box-new-post .custom:hover {
    background-color: transparent
}

.box-article-post {
    margin-bottom: 30px;
    position: relative
}

.box-article-post .thumbnail,
.relatedpost .thumbnail {
    overflow: hidden
}

.box-article-post .thumbnail img,
.relatedpost .thumbnail img {
    webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%
}

.box-article-post:hover .thumbnail img,
.relatedpost .col-md-4:hover .thumbnail img {
    transform: scale(1.1)
}

.box-article-post .info {
    font-size: 15px;
    padding: 10px 0
}

.box-article-post .post-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}

.box-article-post .date {
    color: #acacac;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 45px;
    height: auto;
    min-height: 38px;
    overflow: hidden
}

.box-article-post .text {
    font-size: 15px;
    color: #313959;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: justify;
}

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

.pagination .page-numbers {
    padding: 15px;
    display: inline-block
}

.pagination .page-numbers>li {
    display: inline
}

.pagination .page-numbers>li>a,
.pagination .page-numbers>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    border: 1px solid #2c318d;
    margin-right: 5px
}

.pagination .page-numbers .current {
    background: #2a2f88;
    color: #fff;
    border: 1px solid #2c318d
}

.pagination .page-numbers>li>a:focus,
.pagination .page-numbers>li>a:hover,
.pagination .page-numbers>li>span:focus,
.pagination .page-numbers>li>span:hover {
    z-index: 2;
    background: #2a2f88;
    color: #fff;
    border-color: #2a2f88
}

.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 50px 0
}

@media only screen and (max-device-width:991px) {
    .parallax {
        background-attachment: scroll
    }
}

.service-box {
    background-color: #00968acf;
    text-align: center;
    padding: 15px;
    color: #fff;
    border: 1px solid #ffffffa1;
    border-radius: 10px;
    margin-bottom: 30px
}

.service-box .line1 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700
}

.service-box .line2 {
    text-align: justify
}

.contactform .form-nhan-tin .wpcf7-submit {
    margin-top: 3px;
    margin-bottom: 0;
    width: 100%;
    padding: 6px
}

.contactform .form-nhan-tin .wpcf7-email {
    padding: 6px
}

.footer {
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
    font-size: 13px;
    border-top: 1px solid #ccc;
    background: #f0f0f0;
    color: #fff;
}
.footer-box a:hover{
    color: #000;
}
.footer-top {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #2a2f88;
}

.footer-box {
    padding-bottom: 20px
}

.about-footer {
    background-color: #f15927;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #fff
}


.social a {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 28px;
    color: #fff
}

.social a:hover {
    -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .15)
}

.social ul {
    margin: 0 !important;
    padding: 0 !important
}

.social ul li {
    padding: 0 0 0 2px !important;
    margin-top: 0 !important;
    border: none !important
}

.social ul>li:before {
    display: none
}

.social a.twitter {
    background: #1da1f2;
    border-color: #1da1f2
}

.social a.facebook {
    background: #365493;
    border-color: #365493
}

.social a.pinterest {
    background: #e60023;
    border-color: #e60023
}

.social a.github {
    background: #fff
}

.social a.github i {
    color: #000
}

.social a.linkedin {
    background: #0077b5;
    border-color: #0077b5
}

.social a.google {
    background: #db4437;
    border-color: #db4437
}

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

.footer-box ul {
    margin-bottom: 20px;
    text-align: left;
}
#mvcwid{padding-top: 0 !important}
.footer-box ul>li {
    position: relative;
    list-style: none;
    padding: 1px 0 5px 25px;
    margin-bottom: 5px;
}

.footer-box ul>li:first-child {
    margin-top: 0
}

.footer-box ul>li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 16px;
    color: #fff
}
.footer-box ul a{color: #fff;}
.section_hoptac {
    background: #313959
}

.section_hoptac .model {
    margin-top: -15px
}

.section_hoptac .tedes {
    max-width: 300px;
    float: left;
    padding-top: 20px
}

.section_hoptac .tedes span {
    font-size: 20px;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600
}

.section_hoptac .tedes p {
    font-size: 15px;
    padding: 0;
    margin: 0;
    color: #fff;
    margin-top: 10px
}

.section_hoptac .form_contact {
    width: calc(100% - 350px - 15px);
    display: block;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 350px
}

.section_hoptac .form_contact a {
	padding: 5px 50px;
    font-size: 20px;
    background: #f15927;
    color: #fff;
    text-decoration: none;
    border: solid 1px #f15927;
}

.section_hoptac .form_contact a:hover {
    border-color: #f15927;
    background: #fff;
    text-decoration: none;
    color: #f15927;
}
.pd-t-20{
	padding-top: 20px;
}
@media (max-width:991px) {
    .section_hoptac .form_contact {
        left: auto;
        width: 100%;
        text-align: center;
        float: none;
        position: relative;
        top: auto
    }

    .section_hoptac .tedes {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        float: none;
        padding-bottom: 10px
    }

    .section_hoptac {
        padding: 20px 0
    }

    .section_hoptac .form_contact a {
	    width: 100%;
	    margin-left: auto;
	    float: none;
	    margin-top: 20px;
	    display: block;
	    padding: 5px 0;
	    line-height: 25px;
    }
}

.col-box {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -moz-justify-content: center;
    -os-justify-content: center;
    position: relative
}

.col-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.col-box:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, .3)
}

.col-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.col-box:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, .3)
}

.col-box .image {
    width: 100%;
    overflow: hidden;
    min-height: 100px;
    padding: 0;
    align-items: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -moz-justify-content: center;
    -os-justify-content: center;
    flex-flow: column;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -o-flex-flow: column;
    -os-flex-flow: column
}

.col-box .image img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.zoom:hover img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.col-box .text {
    color: #fff;
    bottom: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 0;
    position: absolute;
    z-index: 4;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    background: rgba(255, 255, 255, .211765)
}

.col-box:hover .text {
    bottom: 38%
}

.post-detail {
    padding-bottom: 15px;
    font-size: 15px
}

.post-detail i {
    color: #2a2f88
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
    display: inline-block;
    padding: 10px;
    width: 100%;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: #fff;
    border-color: #ececec;
    color: #000;
    font-style: italic;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;

}
.wpcf7-form{
    position: relative;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: 0;
    margin: 0;
    transition: all 0.3s;
    transform: translate(-50%, -50%);
    -os-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.wpcf7-form.submitting {
    opacity: 0.6;
}
.wpcf7-form.submitting .wpcf7-spinner{
    opacity: 1;
    z-index: 1;
}


.wpcf7-form input[type="submit"] {
    font-size: 12px;
    font-weight: 700;
    padding: 10px 15px;
    -webkit-border-radius: 0;
    border-radius: 0;
    webkit-transition: background-color .35s ease-out;
    transition: background-color .35s ease-out;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: #2a2f88;
    color: #fff;
    vertical-align: baseline;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer
}

.center {
    text-align: center
}

/* call botton */
.draggable{touch-action:none;position:fixed;bottom:0;left:0;visibility:hidden;background-color:transparent;width:200px;height:200px;cursor:pointer;z-index:200000!important;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s;visibility:visible}.draggable.is-pointer-down .draggable-icon,.draggable:hover .draggable-icon{background-color:#7fe6a0}.draggable.is-pointer-down .draggable-bd,.draggable:hover .draggable-bd{background-color:rgba(18,242,0,.5)}.draggable.is-pointer-down .draggable-bg,.draggable:hover .draggable-bg{border:2px solid #12f200}.draggable-icon{width:60px;height:60px;top:71px;left:71px;position:absolute;background:#00aff2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;opacity:.7;box-sizing:initial;-webkit-animation:draggable-circle-img-anim 1s infinite ease-in-out;-moz-animation:draggable-circle-img-anim 1s infinite ease-in-out;-ms-animation:draggable-circle-img-anim 1s infinite ease-in-out;-o-animation:draggable-circle-img-anim 1s infinite ease-in-out;animation:draggable-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.draggable-bd{width:100px;height:100px;top:50px;left:50px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;opacity:.75!important;background-color:rgba(255,87,34,.62);border-radius:100%;opacity:.1;-webkit-animation:draggable-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:draggable-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:draggable-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:draggable-circle-fill-anim 2.3s infinite ease-in-out;animation:draggable-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.draggable-bg{width:160px;height:160px;top:20px;left:20px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;opacity:.5;border-radius:100%;border:2px solid #00aff2;opacity:.1;-webkit-animation:draggable-circle-anim 1.2s infinite ease-in-out;-moz-animation:draggable-circle-anim 1.2s infinite ease-in-out;-ms-animation:draggable-circle-anim 1.2s infinite ease-in-out;-o-animation:draggable-circle-anim 1.2s infinite ease-in-out;animation:draggable-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.phone_text{position:absolute;bottom:40px;left:29px;background:#ffe800;color:#000;padding:2px 9px;border-radius:4px}
@-moz-keyframes draggable-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}50%{-moz-transform:rotate(0) scale(1) skew(1deg)}100%{-moz-transform:rotate(0) scale(1) skew(1deg)}}@-webkit-keyframes draggable-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}@-o-keyframes draggable-circle-img-anim{0%{-o-transform:rotate(0) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}50%{-o-transform:rotate(0) scale(1) skew(1deg)}100%{-o-transform:rotate(0) scale(1) skew(1deg)}}@-moz-keyframes draggable-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-webkit-keyframes draggable-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-o-keyframes draggable-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@keyframes draggable-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-moz-keyframes draggable-circle-anim{0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes draggable-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes draggable-circle-anim{0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}}


.mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mb-actived .mobile-menu .mb-bg {
    background: #0b0b0b96;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mb-content {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 260px;
    background-color: rgba(255, 255, 255, .95);
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    transition: transform .4s ease;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    z-index: 1045;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    background: #2a2f88;
}

.mb-none .mb-content {
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
    opacity: 0
}

.mobile-menu .close {
    cursor: pointer;
    outline: none;
    z-index: 1046;
    box-shadow: none;
    position: fixed;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: .5;
    padding: 0;
    mix-blend-mode: difference;
    margin: 0 !important;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    min-height: 0;
    width: 50px;
    -webkit-backface-visibility: hidden;
    height: 50px;
    line-height: 50px;
    transition: opacity .3s, transform .3s;
    transform: translateY(0) translateZ(1px)
}

.sidebar-menu a {
    font-family: 'Roboto Condensed', sans-serif
}

.sidebar-menu .menu li {
    width: 100%;
    position: relative;
    list-style: none
}

.sidebar-menu .menu>li>a {
    text-transform: uppercase
}

.sidebar-menu .menu li a {
    padding: 10px 0;
    display: block
}

.sidebar-menu .sub-menu {
    margin-left: 35px;
    display: none
}

.sidebar-menu .menu-item-has-children>i {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 39px;
    height: 39px;
    text-align: center
}

.sidebar-menu .menu-item-has-children.show>i {
    color: #00968a;
    transform: rotate(90deg)
}

.sidebar-menu .menu-item-has-children>i:after {
    content: "\f0dd";
    display: inline-block;
    font: normal normal normal 25px/1 FontAwesome
}

.sidebar-menu.show {
    display: block;
    max-height: 312px;
    overflow-y: visible;
    overflow-x: hidden
}

.mb-none .mobile-menu {
    z-index: -10
}

.mb-active .mobile-menu {
    display: block
}


.lien-he{
    height: 38px;
    padding: 0;
    line-height: 50px;
    color: #2a2f88;
    font-weight: bold;
}
@media only screen and (max-device-width:991px) {
    .hone-blog{
        margin-bottom: 0px;
    }
    .section {
        padding-top: 20px;
        padding-bottom: 15px
    }
    .sales-product{
        margin-bottom: 20px;
    }
    h1 {
        font-size: 18px
    }

    #sidebar,
    .main-menu-box,
    .account-box {
        display: none
    }

    .sort-by,
    .heading-left {
        text-align: center !important
    }

    .mobile-menu {
        padding: 20px
    }

    .box-sort-by {
        padding-top: 0;
        padding-bottom: 10px;
        text-align: center !important
    }

    .tab li {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:991px) {
    .show-product .mrb-10 .post-style1{
        margin-left: 1px;
    }
    .main-menu {
        max-height: none;
        overflow: visible;
        width: 100%
    }

    .main-menu .menu {
        margin: 0 0
    }

    .main-menu .menu li {
        position: relative
    }

    .main-menu a {
        font-family: 'Roboto Condensed', sans-serif
    }

    .main-menu .menu>li>a {
        display: block;
        position: relative;
        color: #fff;
        text-decoration: none;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        padding: 15px;
        letter-spacing: .02em;
        text-transform: uppercase;
        height: 48px
    }

    .main-menu .menu>li:hover>a,
    .main-menu .menu>.current-menu-item>a,
    .main-menu .menu>.current-menu-ancestor>a {
        background-color: #f15927;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .main-menu .menu>li.menu-item-has-children:after {
        content: "";
        width: 0;
        height: 0;
        display: none;
        top: 50%;
        right: 6px;
        margin: -2px 0 0 0;
        position: absolute;
        border-left: 4px solid rgba(0, 0, 0, 0);
        border-right: 4px solid rgba(0, 0, 0, 0);
        border-top: 4px solid #fff
    }

    .main-menu .sub-menu {
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -moz-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        -webkit-transition: .2s ease-out;
        -ms-transition: .2s ease-out;
        transition: .2s ease-out;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        padding: 0;
        border: none;
        background: #fff none repeat scroll 0 0;
        border-radius: 0;
        box-shadow: 5px 10px 20px rgba(0, 0, 0, .15);
        min-width: 220px;
        font-weight: 500;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        float: left;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000
    }

    .main-menu .sub-menu .sub-menu {
        left: 100%;
        top: 0
    }

    .main-menu .sub-menu a {
        display: block;
        color: #000;
        padding: 10px 20px;
        position: relative;
        padding-right: 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143
    }

    .main-menu .sub-menu li:hover>a {
        background-color: transparent;
        background-color: #fee400
    }

    .main-menu .menu>.menu-item-has-children>a:after {
        content: "\f107";
        font-family: FontAwesome;
        margin-left: 5px
    }

    .main-menu .sub-menu .menu-item-has-children>a:before {
        content: "\f105";
        font-family: FontAwesome;
        text-align: center;
        font-size: 15px;
        top: 50%;
        position: absolute;
        right: 6px;
        line-height: 100%;
        -webkit-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        color: #999
    }

    .main-menu .menu-item-has-children:hover>.sub-menu {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        -webkit-transition: .3s ease-in;
        -ms-transition: .3s ease-in;
        transition: .3s ease-in;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: block;
        margin-top: 0;
        border-top: 2px solid #c3c3ff
    }
    
    .sub-menu .sub-menu {
        border-top: none !important
    }
    .main-menu .mega-menu .sub-menu{
        min-width: 832px;
        max-width: 100%;
    }
    .main-menu .mega-menu .sub-menu>li{
        width: 20%;
        float: left;
    }
    .main-menu .mega-menu .sub-menu>li>a{
        padding:10px;
    }
    .float-panel.fixed .main-menu .menu>li>a {
        padding: 10px 20px
    }
}

@media only screen and (max-width:991px) {
/*	.home-service .col3{
		text-align: center;
	}
	.home-service .col3 .left{
		float: none;
	}
	.home-service .col3 img{
		margin: 0 auto;
	}*/
    .container-mb {
        max-width: 100%
    }

    .col-mb {
        max-width: 100%;
        flex: 100%
    }

    .account-info {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        background: #2c318d;
        background-size: cover;
        position: relative;
        z-index: 2
    }

    .account-info img {
        max-width: 100%;
        border-radius: 50%;
        border: solid 1px #ebebeb;
        width: 50px;
        height: 50px
    }

    .account-info a,
    .account-info span {
        padding: 10px;
        text-align: center;
        display: inline-block;
        color: #fff
    }

    .flex-direction-nav {
        display: none
    }

    .float-panel.fixed .trigger-mobile {
        top: 7px
    }

    .main-menu {
        position: relative
    }

    .box-main-menu {
        background: #231F20;
        color: #fff;
        min-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        top: 55px
    }

    .box-main-menu .main-menu {
        display: none;
        width: 100%
    }

    .main-menu a {
        font-family: 'Roboto Condensed', sans-serif
    }

    .main-menu .menu li {
        width: 100%;
        position: relative;
        list-style: none
    }

    .main-menu .menu>li>a {
        text-transform: uppercase
    }

    .main-menu .menu li a {
        padding: 10px 20px;
        display: block;
        border-bottom: 1px solid #dddddd59
    }

    .main-menu .sub-menu {
        margin-left: 35px;
        display: none
    }

    .main-menu .menu-item-has-children>i {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        width: 39px;
        height: 39px;
        text-align: center;
        color: #fff;
        transition: all 0.3s;
    }

    .main-menu .menu-item-has-children.show>i {
        color: #fff;
        transform: rotate(90deg)
    }

    .main-menu .menu-item-has-children>i:after {
        content: "\f0dd";
        display: inline-block;
        font: normal normal normal 25px/1 FontAwesome
    }

    .main-menu.show {
        display: block;
        max-height: 312px;
        overflow-y: visible;
        overflow-x: hidden
    }

    .main-header .logo {
        text-align: center;
        margin-bottom: 0;
        width: 100%;
        top: 0;
        left: 0
    }

    .main-header .logo>a {
        position: relative;
        z-index: 9
    }

    .main-header .logo img {
        max-width: 100%;
        max-height: 86px;
        height: auto
    }

    .inputsearch {
        background-color: #ececec !important
    }

    .trigger-mobile {
        width: 28px;
        position: absolute;
        top: 30px;
        margin: 0;
        padding: 0;
        display: block;
        text-align: left;
        margin-top: 8px;
        margin-right: 5px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 5px;
        cursor: pointer;
        z-index: 2;
    }

    .trigger-mobile:focus {
        outline: 0
    }

    .trigger-mobile span{
        display: block;
        height: 3px;
        background-color: #f15927;
        margin-bottom: 3px;
        width: 100%
    }
}

.lg-icon {
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #FFF
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\f054"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\f053"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@keyframes lg-right-end {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@keyframes lg-left-end {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    -o-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    -o-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
    font: normal normal normal 14px/1 FontAwesome;
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 20px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #FFF
}

.lg-toolbar .lg-close:after {
    content: "\f00d"
}

.lg-toolbar .lg-download:after {
    content: "\f063"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 12px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-toolbar,
.lg-prev,
.lg-next {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, .25, 1) 0s, color 0.2s linear;
    -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, .25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, .25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, .25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, .25, 1) 0s, color 0.2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
}


.form-baogia label {
    margin-top: 6px;
    margin-bottom: 0;
    display: block;
}

/*zalo chat*/
.group-button{
    position: fixed;
    bottom: 70px;
    left: 20px;
    z-index: 99999;
}
.group-button.right{
    right: 3px;
    left: auto;
    bottom: 70px;
}
.group-button .item{
    position: relative;
    left: 10px;
    margin-bottom: 10px;
}
.group-button.right .item{
    right: 10px;
    left: auto;
}
.group-button .item img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.group-button .item .text{
    opacity: 0;
    visibility: hidden;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    width: auto;
    line-height: 25px;
    padding: 5px 10px;
    position: absolute;
    top: 5px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background-color: #314282b3;
    left: 110%;
}
.group-button.right .item .text{
    right: 110%;
    left: auto;
}
.group-button .item .text:before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #314282b3 transparent transparent!important;
    right: 100%;
    display: unset!important
}
.group-button.right .item .text:before{
    right: auto;
    left: 100%;
    transform: rotateZ(-180deg);
}
.group-button .item:hover .text{
    visibility: visible;
    opacity: 1;
}
@media only screen and (max-device-width: 991px){
    .group-button .item .text {
        display: none;
    }
}
