/* main */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

@font-face{

    font-family: "Graphik-Regular";

    src:url(images/Graphik-Regular.otf);

}

body {

    color: #1f1f1f;

    line-height: 24px;

/*    font-family: 'Open Sans', sans-serif;*/

    font-family: 'Roboto', sans-serif;

/*    font-family: "Graphik-Regular";*/

    font-weight: 400;

}



a {

    color: #1f1f1f;

    text-decoration: none;

}



a:hover, a:focus {

    text-decoration: none;

}



img {

    vertical-align: middle;

    max-width: 100%;

    height: auto;

}



.mt-0 {

    margin-top: 0;

}

.metaslider{

    margin: auto;

}

.screen-reader-text, .sr-only {

    position: absolute;

    width: 1px;

    height: 1px;

    margin: -1px;

    padding: 0;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    border: 0;

}



/*--------------------------------------------------------------

#  Layout

--------------------------------------------------------------*/

.site.boxed {

    margin: 0 auto;

    background: transparent;

}



.site.boxed.w1000 {

    max-width: 1000px;

}



.site.boxed.w1170 {

    max-width: 1170px;

}



.site.boxed.w1200 {

    max-width: 1200px;

}



@media (min-width: 1200px) {

    .container {

        width: 1170px;

    }



    .site.w1000 .container {

        width: 1000px;

    }



    .site.w1170 .container {

        width: 1170px;

    }



    .site.w1200 .container {

        width: 1200px;

    }

}



#layout {

    padding-top: 20px;

    background: white;

}



@media (min-width: 992px) {

    .content-area {

    width: 77.7%;

    float: left;

    }



    .widget-area {

     width: 22.3%;

        float: left;

    }



    .sidebar-both .content-area {

        width: 49%;

    }



    .sidebar-left .content-area {

    left: 22.3%;

    padding-left: 10px;

    padding-right: 0;



    }



    .sidebar-left .widget-area {

    right: 77.7%;

    padding-left: 0;

    }



    .sidebar-both .content-area {

        left: 24.5%;

        padding-left: 10px;

        padding-right: 10px;

    }



    .sidebar-both #secondary-1.widget-area {

        right: 49%;

        padding-left: 0;

    }



    .sidebar-both #secondary-2.widget-area {

      padding-right: 0;

      float: right;

    }



    .sidebar-right .widget-area {

        float: right;

        padding-right: 0;

    }



    .sidebar-right .content-area {

        padding-left: 0;

    }

}



.sidebar-none .widget-area {

    display: none;

}



.no-sidebar .content-area {

    width: 100%;

}



.content-area, .widget-area {

    position: relative;

    min-height: 1px;

    padding-left: 10px;

    padding-right: 10px;

    /*padding-bottom: 20px;*/

    word-wrap: break-word;

}



/*--------------------------------------------------------------

#  Header

--------------------------------------------------------------*/

.site-header {

    background: white;

}



@media ( min-width: 783px ) {

    .admin-bar .fixed-nav-menu .main-navigation {

        margin-top: 32px;

    }

}



@media ( min-width: 601px ) and ( max-width: 782px ) {

    .admin-bar .fixed-nav-menu .main-navigation {

        margin-top: 46px;

    }

}



.fixed-nav-menu .main-navigation {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  z-index: 1000;

}



.fixed-nav-menu .animated {

  -webkit-animation-duration: .5s;

  -moz-animation-duration: .5s;

  -o-animation-duration: .5s;

  animation-duration: .5s;

  -webkit-animation-fill-mode: both;

  -moz-animation-fill-mode: both;

  -o-animation-fill-mode: both;

  animation-fill-mode: both;

  will-change: transform,opacity;

}



.animated.slideDown {

  -webkit-animation-name: slideDown;

  -moz-animation-name: slideDown;

  -o-animation-name: slideDown;

  animation-name: slideDown;

}



.animated.slideUp {

  -webkit-animation-name: slideUp;

  -moz-animation-name: slideUp;

  -o-animation-name: slideUp;

  animation-name: slideUp;

}



@-webkit-keyframes slideDown{

  0% {

    -webkit-transform: translateY(-100%);

  }

  100% {

    -webkit-transform: translateY(0);

  }

}



@-moz-keyframes slideDown{

  0% {

    -moz-transform: translateY(-100%);

  }

  100% {

    -moz-transform: translateY(0);

  }

}



@-o-keyframes slideDown{

  0% {

    -o-transform: translateY(-100%);

  }

  100% {

    -o-transform: translateY(0);

    }

}



@keyframes slideDown{

  0% {

    transform: translateY(-100%);

  }

  100% {

    transform: translateY(0);

  }

}



@-webkit-keyframes slideUp {

  0% {

    -webkit-transform: translateY(0);

  }

  100% {

    -webkit-transform: translateY(-100%);

  }

}



@-moz-keyframes slideUp {

  0% {

    -moz-transform: translateY(0);

  }

  100% {

    -moz-transform: translateY(-100%);

  }

}



@-o-keyframes slideUp {

  0% {

    -o-transform: translateY(0);

  }

  100% {

    -o-transform: translateY(-100%);

  }

}



@keyframes slideUp {

  0% {

    transform: translateY(0);

  }

  100% {

    transform: translateY(-100%);

  }

}



/*--------------------------------------------------------------

##  Logo

--------------------------------------------------------------*/

.custom-logo-link {

    padding: 15px 0;

    display: block;

}



@media (max-width: 767px) {

    .custom-logo-link {

        text-align: center;

    }

}



/*--------------------------------------------------------------

##  Header Search

--------------------------------------------------------------*/

.header-search .search-form, .header-search .woocommerce-product-search {

    position: relative;

    margin-top: 22px;

}



.header-search .search-form .search-field, .header-search .woocommerce-product-search .search-field {

    width: 100%;

    border: none;

    padding: 3px 10px;

    position: absolute;

    border-radius: 30px;

    outline: none;

    top: 50%;

    right: 0;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

    -webkit-transition: all 2.5s ease-in-out;

    transition: all .25s ease-in-out;

}



.header-search .search-form .search-submit, .header-search .woocommerce-product-search .search-submit {

    border: 0;

    background: transparent;

    color: #0081c7;

    font-weight: 500;

    padding: 3px 10px;

    border-radius: 0 30px 30px 0;

    position: absolute;

    top: 50%;

    right: 0;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

}



@media ( min-width: 1200px ) {

    .has-vertical-mega-menu .header-search.col-lg-1 .search-form .search-field:focus {

        width: 250px;

    }

}



/*--------------------------------------------------------------

##  Main Navigation & Primary Menu

--------------------------------------------------------------*/

@media (min-width: 1200px) {

    .site.boxed .main-navigation .container {

        padding-left: 0;

        padding-right: 0;

    }

}

/* Site Navigation

--------------------------------------------------- */

.main-navigation {

    margin-bottom: 1px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4000b+0,0083ca+100 */

background: #c4000b; /* Old browsers */




    



}

.main-navigation ul.menu {

    margin: 0;

    padding: 0;

}

.main-navigation ul.menu li {

    float: left;

    list-style: none;

    position: relative;

}

.main-navigation li a {

    color: #fff;

    font-weight: bold;

    font-size: 16px;

    margin: 0;

    padding: 5px 17px;

    margin: 5px 9px;

    /* line-height: 40px; */

    position: relative;

    text-transform: uppercase;

    text-decoration: none;

    white-space: nowrap;

    position: relative;

    z-index: 10;

    display: block;

}

.main-navigation li a span {

    font-size: 17px;

    font-weight: 400;

}

.main-navigation li:hover > a, .main-navigation .current_page_item > a , 

.main-navigation .current-cat > a , .main-navigation .current-menu-item > a { 

    /* color: #faeb31; */

    background: #ff0000;

    border-radius: 6px;

}



/* sub menutop lv 1 */

.main-navigation li li {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4000b+0,0083ca+100 */

background: #c4000b; /* Old browsers */

background: -moz-linear-gradient(top,  #c4000b 0%, #0083ca 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #c4000b 0%,#0083ca 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #c4000b 0%,#0083ca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4000b', endColorstr='#0083ca',GradientType=0 ); /* IE6-9 */



    width: 100%;

    border-top: rgba(255, 255, 255, 0.51) solid 1px;

    clear: both;

    padding: 0;

    margin-top: -15px;

    -moz-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;

    -webkit-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;

    -o-transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;

    transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;

}

.main-navigation li li a {

    display: block;

    color: #FFFFFF;

    font-size: 11px;

    line-height: 38px;

    padding: 0 10px;

    border: none;

    position: relative;

    margin: 0;

}



.main-navigation li ul {

    z-index: 9999;

    float: left;

    list-style: none;

    margin: 0;

    padding: 0;

    position: absolute;

    background: #222;

    width: 240px;

    opacity: 0;

    visibility: hidden;

    -moz-transition: opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

    -webkit-transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;

    -o-transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;

    transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;

}

.main-navigation li:hover>ul {

    opacity: 1;

    visibility: visible;

}

.main-navigation li:hover ul li {

    margin-top: 0;

    opacity: 1;

}



/* sub menutop lv 2 */

.main-navigation ul ul ul {

    float: left;

    list-style: none;

    z-index: 9999;

    margin: 0;

    padding: 0;

    position: absolute;

    left: 80%;

    top: 0px;

    background: #222;

    width: 100%;

    opacity: 0;

    visibility: hidden;

    -moz-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

    -webkit-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

    -o-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

    transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

}

.main-navigation ul ul ul li {

    border: none;

    border-bottom: 1px solid #ccc;

    clear: both;

    margin: 0;

    padding: 0;

    width: 100%;

    opacity: 1;

}

.main-navigation ul ul li:hover ul {

    opacity: 1;

    left: 100%;

    visibility: visible;

}







.rt-navbar-toggle {

    background: #fff;

    padding: 0;

    margin: 14px 0;

    border: none;

    outline: none;

    cursor: pointer;

    float: right;

}



.rt-navbar-toggle .icon-bar {

    background: black;

    display: block;

    position: relative;

    width: 24px;

    height: 2px;

    border-radius: 1px;

    outline: none;

}



.rt-navbar-toggle .icon-bar + .icon-bar {

    margin-top: 4px;

}

.mobile-menu-no-search {

    display: block;

    padding: 5px 20px;

    margin: 5px;

    background: #fff;

    line-height: 30px;

}

.mobile-menu-no-search span {

    font-size: 16px;

    text-transform: uppercase;

    font-weight: bold;

}

.mobile-menu-no-search .rt-navbar-toggle {

    margin: 8px 0;

}

.mobile-menu-no-search .rt-navbar-toggle .icon-bar {

    background: #333;

}

@media (max-width: 1199px) {

    .rt-navbar-toggle {

        background: transparent;

    }



    .rt-navbar-toggle .icon-bar {

        background: white;

    }

}

/* style nav logo // menu */

.header-layout {

    width: 30%;

    float: left;

}

.nav-layout {

    width: 65%;

    float: right;

}

/*--------------------------------------------------------------

#  Vertical Mega Menu

--------------------------------------------------------------*/

.vertical-mega-menu {

    position: relative;

}



.vertical-mega-menu .vertical-mega-menu-title {

    margin-bottom: 0;

    background: #007dc1;

    border-radius: 0;

    text-align: left;

    padding: 9.5px;

    color: white;

    text-transform: uppercase;

    font-weight: bold;

    cursor: pointer;

}



.vertical-mega-menu .vertical-mega-menu-title:after {

    content: "\f039";

    float: right;

    font-family: fontawesome;

    font-weight: 100;

}



.vertical-mega-menu .rt_mega_menu .menu {

    position: absolute;

    z-index: 9999;

    background: white;

    width: calc(100% - 30px);

    border: 1px solid #ccc;

    opacity: 0;

    visibility: hidden;

    margin-top: 30px;

    list-style: none;

    margin-bottom: 0;

    padding: 0;

    -webkit-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

}



.home .site:not(.fixed-nav-menu) .vertical-mega-menu .rt_mega_menu .menu,

.vertical-mega-menu .rt_mega_menu:hover .menu {

    opacity: 1;

    visibility: visible;

    margin-top: 0;

}



.vertical-mega-menu .rt_mega_menu .menu ul.sub-menu {

    margin-bottom: 0;

    padding-left: 0;

}



.vertical-mega-menu .rt_mega_menu .menu li {

    list-style: none;

}



.vertical-mega-menu .rt_mega_menu .menu > li {

    border-bottom: 1px solid #eee;

}



.vertical-mega-menu .rt_mega_menu .menu li a {

    display: block;

    padding: 10px;

    color: #333;

}



.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu {

    opacity: 0;

    visibility: hidden;

    margin-left: 30px;

    -webkit-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

}



.vertical-mega-menu .rt_mega_menu .menu > li:hover > .sub-menu {

    opacity: 1;

    visibility: visible;

    margin-left: 0;

}



.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu {

    position: absolute;

    width: 700px;

    left: 100%;

    top: -1px;

    background: white;

    border: 1px solid #ccc;

}



.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu > li {

    padding: 0 10px;

}



.vertical-mega-menu .rt_mega_menu .menu .w3c {

    width: calc(100% / 3);

    float: left;

}



.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu > li a {

    padding-left: 0;

}



.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu > li.w3c > a {

    text-transform: uppercase;

    color: #404040;

    font-weight: bold;

    border-bottom: 1px solid #ccc;

    position: relative;

}



.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu > li.w3c > a:after {

    content: '';

    display: block;

    position: absolute;

    width: 100px;

    height: 1px;

    background: blue;

    bottom: -1px;

    left: 0;

}



@media ( max-width: 1199px ) {

    .vertical-mega-menu .rt_mega_menu {

        display: none;

    }

}



.vertical-mega-menu #mega-menu-toggle {

    float: left;

}



/*--------------------------------------------------------------

#  Content

--------------------------------------------------------------*/

.site-content {

    background: #fff;

    border-bottom: 2px solid #ff0000;

    margin-bottom: 2px;

}

/* post */

.arc-news {



}

.arc-news .new-list .news-post {

    overflow: hidden;

    margin-bottom: 10px;

    padding-bottom: 10px;

}

.arc-news .new-list .news-post .date-time {

    padding: 3px 0;

    border-bottom: 1px solid #eee;

    border-top: 1px solid #eee;

    margin-bottom: 15px;

}

.arc-news .new-list .news-post .date-time span{

    padding-right: 10px;

    font-size: 13px;

}

.arc-news .new-list .news-post .date-time span i{

    margin-right: 6px;

}

.arc-news .new-list .news-post .title{

    margin: 0 0 10px 0;

    font-size: initial;

}

.arc-news .new-list .news-post .title a{

    font-size: 18px;

    line-height: 22px;

    font-weight: 500;

}



.arc-news .new-list .news-post .img-post{

    position: relative;

    float: left;

    width: 250px;

    margin-right: 10px;

    overflow: hidden;

    background: url(images/bgimg.jpg)repeat;

}

.arc-news .new-list .news-post .mask {

    background-color: rgba(146,96,91,0.3);

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    transform: translateX(-100%);

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);

    opacity: 1;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}

.arc-news .new-list .news-post .mask > a{

    color: #fff;

}

.arc-news .new-list .news-post .img-post > a {

    display: block;

    line-height: 0;

}

.arc-news .new-list .news-post .mask, .view .content {

    width: 100%;

    height: 100%;

    position: absolute;

    overflow: hidden;

    top: 0;

    left: 0;

    padding: 30px 10px;

    text-align: center;



}

.arc-news .new-list .news-post .img-post:hover .mask {

    -webkit-transform: translateX(0px);

    -moz-transform: translateX(0px);

    -o-transform: translateX(0px);

    -ms-transform: translateX(0px);

    transform: translateX(0px);

}

.arc-news .new-list .news-post .img-post:hover p {

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);

    opacity: 1;

}

.arc-news .new-list .news-post .img-post:hover img {

    -webkit-transform: translateX(100%);

    -moz-transform: translateX(100%);

    -o-transform: translateX(100%);

    -ms-transform: translateX(100%);

    transform: translateX(100%);

}

.arc-news .new-list .news-post .img-post h2 {

    background: rgba(255, 255, 255, 0.5);

    margin: 0 0 10px 0;

    padding: 7px;

    color: #000;

    -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);

    -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);

    box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);

    display: block;

    overflow: hidden;

}

.arc-news .new-list .news-post .img-post h2 a{

    color: #333;

    font-size: 17px;

    line-height: 23px;

    max-height: 46px;

    overflow: hidden;

    display: block;

}

.view h2 {

    text-transform: uppercase;

    color: #fff;

    text-align: center;

    position: relative;

    font-size: 17px;

    padding: 10px;

    background: rgba(0, 0, 0, 0.8);

    margin: 20px 0 0 0;

}

.arc-news .new-list .news-post .img-post p {

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";

    filter: alpha(opacity=0);

    opacity: 0;

    color: #333;

    -webkit-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    -ms-transition: all 0.2s linear;

    transition: all 0.2s linear;

    margin: 0;

    line-height: 20px;

    max-height: 40px;

    overflow: hidden;

}

.arc-news .new-list .news-post .img-post p > a{

    display: none;

}

.view a.info {

    display: inline-block;

    text-decoration: none;

    padding: 7px 14px;

    background: #000;

    color: #fff;

    text-transform: uppercase;

    -webkit-box-shadow: 0 0 1px #000;

    -moz-box-shadow: 0 0 1px #000;

    box-shadow: 0 0 1px #000;

}



.arc-news .new-list .news-post .read-more {

    display: inline-block;

    background: #0190c8;

    text-transform: uppercase;

    font-weight: 400;

    padding: 2px 9px;

    font-size: 13px;

    color: #fff;

    margin-top: 10px;

}

/* related-post */

.heading-realate{

    border-bottom: 2px solid #007dc1;

    font-size: 20px;

    font-weight: 500;

    text-transform: uppercase;

    line-height: 35px;

}

.related-post ul {

    padding: 0;

    margin: 0;

}

.related-post ul li {

    list-style: none;

}

.related-post ul li a {

    color: #333;

    font-size: 14px;

    font-weight: 400;

}

.related-post ul li a i{

    font-size: 10px;

    margin-right: 6px;

}

.thumbnail-left {

    float: left;

    width: 35%;

    margin-right: 10px;

}



.slider_item {

    outline: none;

}



.slick-slide,

.slick-slide a {

    outline: none;

}



.slick-arrow {

    border: none;

    padding: 0;

    width: 100%;

    height: 20px;

    outline: none;

    background: none;

    position: absolute;

}

.slick-prev {

    top: -42px;

    left: inherit;

    right: 20px;

    width: 20px;

    z-index: 9999;

    text-indent: -999999px;

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    transform: translateY(-50%);

}

.slick-prev:before {

    position: absolute;

    font-family: 'FontAweSome';

    content: "\f053";

    left: 3px;

    top: 3px;

    color: #333;

    text-indent: 0;

}

.slick-next {

    top: -42px;

    right: 0;

    z-index: 999999;

    width: 20px;

    text-indent: -999999px;

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    transform: translateY(-50%);

}

.slick-next:before {

    position: absolute;

    font-family: 'FontAweSome';

    content: "\f054";

    left: 3px;

    top: 3px;

    text-indent: 0;

    color: #333;

}

.slick-vertical .slick-arrow {

    position: static;

    height: 21.5px;

    /*width: 100%;*/

    margin: 0 auto;

    transform: translate(0);

    display: block !important;

}

.slick-vertical .slick-prev:before {

    position: absolute;

    font-family: 'FontAweSome';

    content: "\f077";

    left: 3px;

    top: 0px;

    color: #333;

}

.slick-vertical .slick-next:before {

    position: absolute;

    font-family: 'FontAweSome';

    content: "\f078";

    left: 3px;

    top: 0px;

    color: #333;

}



/*--------------------------------------------------------------

#  Widgets

--------------------------------------------------------------*/

#layout .widget {

    margin-bottom: 20px;

    clear: both;

}



.widget ul {

    padding-left: 0;

    list-style: none;

}



.widget-title {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4000b+0,0083ca+100 */

background: #c4000b; /* Old browsers */




    color: #fff;

    font-size: 15px;

    text-transform: uppercase;

    font-weight: 500;

    line-height: 36px;

    border-radius: 5px 5px 0 0;

    text-align: center;

    margin: 0 0 10px 0;

    font-size: 18px;



}

.sidebar  .widget-title{

    margin: 0;

}

.widget-title a {

    color: #fff;

}



/*--------------------------------------------------------------

#  Widget Nav Menu

--------------------------------------------------------------*/

.sidebar  .widget  > div{

    border: 1px solid #ccc;

}

.sidebar ul, .sidebar ol, .sidebar-alt ul, .sidebar-alt ol {

    margin: 0;

    padding: 0;

    list-style: none;

    padding: 0 10px;

    background: #f9f9f9;

}

.sidebar ul.menu li{

    padding: 7px 0px 7px 0;

    position: relative;

    border-bottom: 1px solid #e8e8e8;

}

.sidebar ul.menu li:last-child{

    border: none;

}

.sidebar ul.menu li a {

    font-weight: bold;

    color: #333333;

    display: block;

    font-size: 14px;

    line-height: 21px;


}

.sidebar ul.menu li a:hover{

    color: #0082c9;

}



.sidebar ul.menu li a:before {

    font: normal normal normal 14px/1 FontAwesome;

    content: "\f0a9";

    margin-right: 10px;

    color: #c4000b;

}

/* Submenu */

.sidebar ul.menu ul {

    position: absolute;

    left: 86%;

    width: 100%;

    top: 0;

    background: #fff;

    z-index: 9999;

    opacity: 0;

    border: #c5c5c5 solid 1px;

    visibility: hidden;

    -moz-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

    -webkit-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

    -o-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

    transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

}

.sidebar ul.menu li:hover > ul {

    opacity: 1;

    left: 100%;

    visibility: visible;

}



/*--------------------------------------------------------------

#  Rt Post Slider Widgets

--------------------------------------------------------------*/

.rt-posts-slider-widget .slick-slider:not(.slick-vertical) .slider_item {

    margin: 0 5px;

    padding: 0 10px;

    border: 1px solid #ccc;

}



/*--------------------------------------------------------------

#  Rt Post Slider Widgets

--------------------------------------------------------------*/

.sidebar .rt_best_seller_products_widget .rt__best_seller_products li.product {

    width: 100%;

    margin-right: 0;

    margin-bottom: 10px;

}



.sidebar .rt_best_seller_products_widget .rt__best_seller_products li.product:last-child {

    margin-bottom: 0;

}



/*--------------------------------------------------------------

#  Meta Slider Widget

--------------------------------------------------------------*/

.widget_metaslider_widget:hover a.rslides_nav {

    opacity: 1;

    visibility: visible;

}



a.rslides_nav {

    text-indent: -9999px;

    padding: 0;

    margin-top: 0;

    width: 55px;

    height: 55px;

    background: rgba(5, 128, 193, 0.7);

    opacity: 0;

    visibility: hidden;

    transition: all .25s ease-in-out;

}



a.rslides_nav:after {

    content: '';

    display: block;

}



a.rslides_nav.prev {

    border-radius: 0 5px 5px 0;

}



a.rslides_nav.next {

    border-radius: 5px 0 0 5px;

}



a.rslides_nav:after {

    text-indent: 0;

    content: "";

    font-size: 35px;

    width: 55px;

    height: 55px;

    color: white;

    font-family: fontawesome;

    position: absolute;

    top: 0;

    line-height: 55px;

    text-align: center;

}



a.rslides_nav.prev:after {

    content: "\f104";

}



a.rslides_nav.next:after {

    content: "\f105";

}



/*--------------------------------------------------------------

#  Count Per Day Widgets

--------------------------------------------------------------*/

.widget_countperday_widget .cpd {

    background: #f9f9f9;

    padding:0;

    border: 1px solid #cccccc;

    padding: 0 20px !important;



}

.widget_countperday_widget .cpd  li{

    border-bottom: 1px solid #ddd;

    padding: 4px 0;

}

.widget_countperday_widget .cpd li:last-child{

    border-bottom: 0;

}

/* partner widget */

.img-partner .image-item {

    text-align: center;

}



/*--------------------------------------------------------------

#  Contact Form 7

--------------------------------------------------------------*/

.wpcf7-form-control:not(.wpcf7-submit) {

    width: 100%;

    outline: none;

}



.nhantinkhuyenmai {

    background: #f9f9f9;

    padding: 10px;

    border-radius: 5px;

}



.nhantinkhuyenmai .wpcf7-form-control:not(.wpcf7-submit) {

    padding: 5px 13px;

    margin-bottom: 13px;

    border-radius: 4px;

    border: 1px solid #eee;

    background: url(../images/ctf-input.png);

}



.wpcf7-form-control::placeholder,

.wpcf7-form-control::-webkit-input-placeholder,

.wpcf7-form-control::-moz-placeholder,

.wpcf7-form-control:-moz-placeholder,

.wpcf7-form-control:-ms-input-placeholder {

    color: #fff;

}



.nhantinkhuyenmai .ajax-loader {

    display: none !important;

}



.nhantinkhuyenmai .wpcf7-submit {

    background: #e02129;

    border: 1px solid #b60e15;

    border-radius: 4px;

    padding: 1px 19px;

    font-size: 13px;

    color: white;

    text-transform: uppercase;

    font-weight: 500;

}

/* product slider */

.rt-product-category .product-widget {

  padding: 0 5px;

}



/******product-widget******/

.sidebar .product-widget .products{

    margin: 0;

}

.sidebar .product-widget .products li{

    width: 100% !important;

    clear: both;

    overflow: hidden;

    margin: 0 auto 10px !important;

}



.rt-product-category .product-widget ul.products .item {

  padding: 5px 0px;

  text-align: center;

  display: table;

  table-layout: fixed;

  width: 100%;

  margin: 0;

  margin-bottom: 10px;

}

.rt-product-category .product-widget ul.products .item img {

  margin-bottom: 5px;

  height: 200px;

  width: auto;

  margin: 0 auto 1em;

}



.rt-product-category .product-widget ul.products .item h3 {

  color: #454545;

  text-align: center;

  font-weight: 500;

  display: block;

  margin-top: 3px;

  font-size: 18px;

  padding: 5px 0;

}

.rt-product-category .product-widget ul.products .price {

  margin-bottom: 0;

}

.products-slider-widget .woocommerce .bt-enable-slide {

  padding-top: 26px;

  margin: 0;

}



.pro-slide .owl-carousel .owl-controls .owl-prev,

.pro-slide .owl-carousel .owl-controls .owl-next,

.enable-slide.owl-carousel .owl-controls .owl-prev,

.enable-slide.owl-carousel .owl-controls .owl-next {

  position: absolute;

  top: -35px;

  right: 0;

  font-size: 15px;

  color: #999;

  z-index: 1;

}

.pro-slide .owl-carousel .owl-controls .owl-prev i,

.pro-slide .owl-carousel .owl-controls .owl-next i,

.enable-slide.owl-carousel .owl-controls .owl-prev i,

.enable-slide.owl-carousel .owl-controls .owl-next i {

  width: 24px;

  line-height: 20px;

  text-align: center;

  color: #fff;

  border: #fff solid 1px;

  -webkit-transition: all 0.3s ease-in-out 0s;

  -moz-transition: all 0.3s ease-in-out 0s;

  transition: all 0.3s ease-in-out 0s;

}

.pro-slide .owl-carousel .owl-controls .owl-prev i:hover,

.pro-slide .owl-carousel .owl-controls .owl-next i:hover,

.enable-slide.owl-carousel .owl-controls .owl-prev i:hover,

.enable-slide.owl-carousel .owl-controls .owl-next i:hover {

  border-color: #fd774e;

  color: #fd774e;

}

.pro-slide .owl-carousel .owl-controls .owl-prev,

.enable-slide.owl-carousel .owl-controls .owl-prev {

  right: 28px;

}

/*--------------------------------------------------------------

#  Footer

--------------------------------------------------------------*/

.site-footer {

    background: #c4000b;

    background-size: cover;

    padding: 10px 0;

}

.site-footer-home{

    background: #0083ca;

}

.site-footer-home .rt_textwidget  {

    float: left;

    clear: none !important;

}

.site-footer-home .rt_textwidget p{

    margin: 0;

    line-height: 40px;

    color: #fff;

}

.site-footer-home .widget_nav_menu  {

    float: right;

    clear: none !important; 

}

.site-footer-home .widget_nav_menu ul{

    margin: 0;

    padding: 0;

}

.site-footer-home .widget_nav_menu ul li{

    float: left;

}

.site-footer-home .widget_nav_menu ul li a{

    padding: 0 10px;

    color: #fff;

    line-height: 40px;

    border-right: 1px solid #fff;

}

.site-footer-home .widget_nav_menu ul li ul{

    display: none;

}

.site-footer .rt-footer {

    float: left;

    padding: 0 1%;

}

.site-footer .footer-1{

    width: 20%;

}

.site-footer .footer-2{

    width: 51%;

    padding: 0 1%;

}

.site-footer .footer-3{

    width: 29%;

}

.site-footer .rt-footer ul {

    margin: 0;

    padding: 0;

}

.site-footer .rt-footer ul li a{

    color: #fff;

    line-height: 25px;

    font-size: 14px;

}

.site-footer .rt-footer ul li a:before{

    font: normal normal normal 14px/1 FontAwesome;

    content: "\f0da";

    margin-right: 6px;

    color: #fff;

}

.site-footer .rt-footer  ul li ul{

    display: none;

}

.site-footer .rt-footer p{

    margin: 0;

    line-height: 30px;

    font-size: 15px;

}

.site-footer .rt-footer p i{

    width: 20px;

    text-align: center;

    margin-right: 5px;

}

.site-footer .widget {

    margin-bottom: 0;

    color: #fff;

}



.site-footer .widget-title {

    background: none;

    padding-left: 0;

    padding-bottom: 0;

    margin: 10px 0 10px;

    font-size: 18px;

    text-align: left;

    padding: 0;

    line-height: inherit;

}





/* Top Footer */

.top-footer {

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}



.top-footer .widget_nav_menu .menu {

    margin-bottom: 0;

    display: table;

    margin: 0 auto;

}



.top-footer .widget_nav_menu .menu:after {

    content: '';

    display: block;

    clear: both;

}



.top-footer .widget_nav_menu .menu li {

  float: left;

  border-right: 1px solid rgba(255, 255, 255, 0.2);

}



.top-footer .widget_nav_menu .menu li a {

  display: block;

  padding: 8px 15px;

  color: white;

  font-size: 15px;

  text-transform: uppercase;

}



.top-footer .widget_nav_menu .menu li.current-menu-item a,

.top-footer .widget_nav_menu .menu li a:hover {

    color: #fffd79;

}



/* Bottom Footer */

.bottom-footer .container {

    max-width: 100%;

}



@media (min-width: 414px) {

    

}



.bottom-footer .widget_nav_menu .menu li a {

    display: block;

    color: #e2e2e2;

    font-size: 13px;

    line-height: 1.9em;

}



.bottom-footer .widget_nav_menu .menu li a:before {

    content: "\f0a9";

    font-family: fontawesome;

    padding-right: 10px;

    color: white;

}



/*--------------------------------------------------------------

##  Copyright

--------------------------------------------------------------*/

.copyright {

    padding: 15px;

    position: relative;

}



.copyright a {

    color: #fff;

    font-size: 12px;

    float: right;

}



.copyright .container {

    position: relative;

    max-width: 100%;

}



.copyright-left {

    color: white;

}



@media (min-width: 414px) {

    .copyright {

        padding: 7px 30px;

    }



    .copyright-left {

        float: left;

        text-align: left;

    }



    .copyright-right {

        position: absolute;

        right: 20px;

        bottom: 25px;

    }

}



.copyright-right a {

    color: white;

}



@media (max-width: 413px) {

    .copyright-left {

        margin-bottom: 10px;

    }

}



/*--------------------------------------------------------------

##  Mobile Menu

--------------------------------------------------------------*/

.mobile-menu-container,

.vertical-mega-mobile-menu {

    background: black;

    position: fixed;

    width: 250px;

    top: 0;

    bottom: 0;

    left: 0;

    -webkit-transform: translate(-250px);

    -transform: translate(-250px);

    -o-transform: translate(-250px);

    transform: translate(-250px);

    -webkit-transition: all .25s ease-in-out;

    -moz-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    z-index: 999999;

}



.vertical-mega-mobile-menu {

    left: auto;

    right: 0;

     -webkit-transform: translate(250px);

    -transform: translate(250px);

    -o-transform: translate(250px);

    transform: translate(250px);

}



.close-menu {

    background: #dd1f27;

    text-align: center;

    color: white;

    padding: 10px;

    cursor: pointer;

}



.vertical-mega-mobile-menu ul,

.mobile-menu-container ul.mobile-menu {

    padding-left: 0;

    list-style: none;

}



.vertical-mega-mobile-menu ul li,

.mobile-menu-container ul.mobile-menu li {

    position: relative;

}



.vertical-mega-mobile-menu ul li a,

.mobile-menu-container ul.mobile-menu li a {

    border-bottom: 1px solid #212121;

}



.vertical-mega-mobile-menu ul li a,

.mobile-menu-container ul.mobile-menu li a {

    color: white;

    display: block;

    padding: 10px;

}



.vertical-mega-mobile-menu ul li ul.sub-menu,

.mobile-menu-container ul.mobile-menu li ul.sub-menu {

    display: none;

    padding-left: 0;

    list-style: none;

}



.vertical-mega-mobile-menu ul li.active > ul.sub-menu,

.mobile-menu-container ul.mobile-menu li.active > ul.sub-menu {

    background: #3a3a3a;

    display: block;

}



.vertical-mega-mobile-menu-active .vertical-mega-mobile-menu,

.mobile-menu-active .mobile-menu-container {

    -webkit-transform: translate(0);

    -o-transform: translate(0);

    -moz-transform: translate(0);

    transform: translate(0);

}



.vertical-mega-mobile-menu-active .overlay,

.mobile-menu-active .overlay {

    position: fixed;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: rgba(0, 0, 0, 0.15);

}



.menu-item-has-children > i {

  position: absolute;

  right: 0;

  top: 0;

  width: 42px;

  height: 42px;

  background: #2d2d2d;

  cursor: pointer;

}



.vertical-mega-mobile-menu .menu-item-has-children > i.fa:before,

.mobile-menu-container .menu-item-has-children > i.fa:before {

    width: 0;

    height: 0;

    border-left: 5px solid transparent;

    border-right: 5px solid transparent;

    border-top: 5px solid #a9a9a9;

    content: '';

}



.vertical-mega-mobile-menu .menu-item-has-children.active > i.fa:before,

.mobile-menu-container .menu-item-has-children.active > i.fa:before {

  transform: rotate(-180deg);

  -webkit-transform: rotate(-180deg);

  -moz-transform: rotate(-180deg);

  -o-transform: rotate(-180deg);

  -ms-transform: rotate(-180deg);

}



.menu-item-has-children > i:before {

  position: absolute;

  top: 20px;

  left: 15px;

}



/*--------------------------------------------------------------

##  Backtop

--------------------------------------------------------------*/

#backtotop {

    background: black url(../images/backtop.png);

    position: fixed;

    width: 44px;

    height: 44px;

    bottom: 30px;

    right: 20px;

    z-index: 1;

    border-radius: 50%;

    cursor: pointer;

    z-index: 9999;

}



#backtotop a {

    -webkit-transition: 1s;

    -moz-transition: 1s;

    transition: 1s;

}



#backtotop span {

    border-radius: 50%;

    display: inline-block;

    height: 40px;

    width: 40px;

    position: fixed;

    bottom: 60px;

    right: 30px;

    box-shadow: 0 0 10px rgba(0,0,0,.05);

    overflow: hidden;

    text-indent: 100%;

    white-space: nowrap;

    background: url(../images/backtop.png) center no-repeat, #333;

    opacity: .5;

    -webkit-transition: opacity .3s 0s,visibility 0s .3s;

    -moz-transition: opacity .3s 0s,visibility 0s .3s;

    transition: opacity .3s 0s,visibility 0s .3s;

    z-index: 10;

}



#backtotop span:hover {

    opacity: 1;

}





/* Rewrite Fix */

h1, h2, h3, h4, h5, h6 {

    margin-top: 0;

}

.clear {

    clear: both;

}



/* Product */

.heading {

    background: #ededed;

    color: #fff;

    font-size: 18px;

    text-transform: uppercase;

    font-weight: 500;

    line-height: 36px;

    margin: 0 0 20px 0;

}

.heading a{

    color: #fff;

}

.headingss{

    color: #333;

    font-size: 20px;

    text-transform: uppercase;

    line-height: 30px;

    margin: 0 0 10px 0;

}

/* News post*/

.list .news-post {

    margin-bottom: 10px;

    overflow: hidden;

}

.list .news-post p {

    text-align: justify;

    line-height: 20px;

    max-height: 40px;

    overflow: hidden;

}

.list .news-post .news-title, .list .news-post .news-title a {

    color: #0083ca;

    font-size: 15px;

    text-align: left;

    line-height: 20px;

    font-weight: 500;

    display: block;

    max-height: 40px;

    overflow: hidden;

}

.list .news-post .link-more {

    display: none;

    font-size: 13px;

    color: #0083ca;

}

.list .news-post .post-thumbnail {

    overflow: hidden;

}

.list .news-post .post-thumbnail img {

    background-color: #fff;

    padding: 3px;

    border: 1px solid #e4e4e4; 

    -webkit-transition: -webkit-transform 0.5s ease;

    -moz-transition: -moz-transform 0.5s ease;

    transition: transform 0.5s ease;

} 

.list .news-post .post-thumbnail:hover img {

/*    -webkit-transform: scale(1.25);

    -moz-transform: scale(1.25);

    -o-transform: scale(1.25);

    transform: scale(1.25);*/

}

/*content_style_1*/



.content_style_1 .news-post {

    width: 49%;

    float: left;

}

.content_style_1 .news-post:nth-child(2n){

    float: right;

}

.content_style_1 .news-post .post-thumbnail {

    width: 25%;

    float: left;

    margin-right: 10px;

}





/*content_style_2*/

.content_style_2 .news-post {

    width: 50%;

    float: left;

    margin-bottom: 10px;

}

.content_style_2 .news-post .post-thumbnail {

    width: 25%;

    float: left;

    margin-right: 10px;

}



.content_style_2 .news-post-big {

    padding-right: 25px;

}

.content_style_2 .news-post-big .post-thumbnail {

    width: 100%;

}

.content_style_2 .news-post-big .post-thumbnail img {

    width: 100%;

    float: none;

    margin: 0;

}

.content_style_2 .news-post-big .link-more {

    display: block;

}



/*content_style_3*/

.content_style_3 .news-post {

    margin: 15px 0;

    padding: 15px 0;

    border-bottom: 1px dashed #eee;

}

.content_style_3 .news-post:first-child {

    margin-top: 0;

}

.content_style_3 .news-post .post-thumbnail img {

    width: 30%;

    float: left;

    margin-right: 10px;

}

.content_style_3 .news-post .link-more {

    display: block;

    font-style: italic;

}



/*content_style_4*/

.content_style_4 .list-news {

    margin: 0 -10px;

}

.content_style_4 .news-post {

    width: 25%;

    float: left;

    padding: 0 10px;

}

.content_style_4 .news-post:nth-child(4n+1) {

    clear: both;

}

.content_style_4 .news-post .box {

    border: 1px solid #e4e4e4;

}

.content_style_4 .news-post .box .post-thumbnail img {

    width: 100%;

    border: none;

    border-bottom: 1px solid #e4e4e4;

}

.content_style_4 .news-post .box .content {

    padding: 10px;

    text-align: center;

}

.content_style_4 .news-post .link-more {

    display: inline-block;

    background: #0f85b9;

    color: #fff;

    padding: 5px 10px;

    border-radius: 10px;

    border: 3px solid #31b5e5;

}



/*content_style_5*/

.content_style_5 .news-post {

    width: 50%;

    float: left;

    margin-bottom: 10px;

}

.content_style_5 .news-post .post-thumbnail {

    width: 25%;

    float: left;

    margin-right: 10px;

}



.content_style_5 .news-post-big {

    padding-right: 25px;

}

.content_style_5 .news-post-big .box {

    position: relative;

    padding: 3px;

    border: 1px solid #e4e4e4;

    overflow: hidden;

}

.content_style_5 .news-post-big .post-thumbnail {

    width: 100%;

    margin-right: 0;

}

.content_style_5 .news-post-big .post-thumbnail img {

    width: 100%;

    float: none;

    margin: 0;

    padding: 0;

    border: none;

}

.content_style_5 .news-post-big .news-title {

    position: absolute;

    bottom: 3px;

    padding: 15px 10px;

    width: 100%;

    background: rgba(34, 34, 34, 0.62);

    margin-bottom: 0;

}

.content_style_5 .news-post-big .news-title a {

    color: #fff;

}



@media (max-width: 413px) { 

    .content_style_1 .news-post {

        width: 100%;

    }

}



/*Widget category*/

.rt__grid_posts {

    padding: 5px;

}

.rt__grid_posts .list_item_wrap {

    overflow: hidden;

    border-bottom: 1px solid #f5f5f5;

    padding: 10px 0;

}

.rt__grid_posts .list_item--title {

    font-size: 14px;

    position: relative;

}

.rt__grid_posts .list_item--excerpt {

    font-size: 13px;

}

.rt__grid_posts .list_item_wrap .list_item-thumbnail img {

    padding: 3px;

    border: 1px solid #e4e4e4;

}

.rt__grid_posts .list_item_wrap .list_item--meta {

    font-size: 12px;

    font-style: italic;

}

/*grid_style_2*/

.grid_style_2 .list_item_1 .no-thumbnail {

    display: none;

}

.grid_style_2 .list_item_1:first-child .no-thumbnail {

    display: block;

}

.grid_style_2 .list_item-details .list_item--title {

    padding-left: 10px;

}

.grid_style_2 .list_item-details .list_item--title:before {

    position: absolute;

    font-family: 'FontAweSome';

    content: "\f0da";

    left: 1px;

    top: 1px;

}

.grid_style_2 .has-thumbnail-left .list_item--title {

    padding: 0;

}

.grid_style_2 .has-thumbnail-left .list_item--title:before {

    display: none;

}





/* support */

.rt__support .rt__support_bottom {

    padding: 0 10px;

}

.rt__support .rt__support_bottom .rt_support_box  {

    padding: 10px 0;

    border-bottom: 1px solid #f4f4f4;

    overflow: hidden;

}

.rt__support .rt__support_bottom span {

    font-size: 15px;

    display: block;

}

.rt__support .rt__support_bottom span.phone {

    font-weight: bold;

}

.rt__support .rt__support_bottom .single_mail {

    padding: 10px 0;

}

.rt__support .rt__support_top img {

    width: 100%;

}

/*rt__support_style_2*/

.rt__support_style_1 .rt__support_bottom .rt_support_box .name {

    font-size: 16px;

}

.rt__support_style_1 .rt__support_bottom .rt_support_box .phone {

    color: #e82d2d;

}

.rt__support_style_1 .rt__support_bottom .rt_support_box i {

    color: #bb1d1d;

    font-size: 14px;

}

.rt__support_style_1 .rt__support_bottom .rt__support:last-child {

    border:none;

}

/*rt__support_style_2*/

.rt__support_style_2 .rt__support_bottom {

    background: #377ecf;

}

.rt__support_style_2 .rt__support_bottom span {

    color: #fff;

}

.rt__support_style_2 .rt__support_bottom .rt_support_box {

    border-bottom: 1px solid #3379c8;

    border-top: 1px solid #3278c8;

}

.rt__support_style_2 .rt__support_bottom .rt__support:first-child {

    border-top: none;

}

.rt__support_style_2 .rt__support_bottom .rt_support_box i {

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    background-image: -moz-linear-gradient( 90deg, rgb(254,182,2) 0%, rgb(253,254,3) 75%);

    background-image: -webkit-linear-gradient( 90deg, rgb(254,182,2) 0%, rgb(253,254,3) 75%);

    background-image: -ms-linear-gradient( 90deg, rgb(254,182,2) 0%, rgb(253,254,3) 75%);

    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.004);

}

.rt__support_style_2 .rt__support_bottom .single_mail {

    

}

/*rt__support_style_3*/ 

.rt__support_style_3 .rt_support_box .support-content .info {

    width: 90%;

    float: left;

    background: url(../images/icon-call.png) left 10px no-repeat;

    padding-left: 40px;

}

.rt__support_style_3 .rt_support_box .support-content .info .phone {

    font-size: 16px;

    color: #5fb66b;

}

.rt__support_style_3 .rt_support_box .support-content .contact {

    width: 10%;

    float: right;

}

.rt__support_style_3 .rt_support_box .support-content .contact img {

    margin: 15px 0;

}

.rt__support_style_3 .rt__support_bottom .single_mail i {

    color: #5fb66b;

}



/* social */

.post-social-wrap ul li {

    float: left;

    margin-right: 10px;

}

.post-social-wrap ul li.print {

    background: #bd081c;

    padding: 0 5px;

    border-radius: 5px;

}

.post-social-wrap ul li.print a {

    color: #fff;

}

/********************/

/*****************/

.form-lienhe .box-colum-1{

    overflow: hidden;

    margin-bottom: 15px;

    clear: both;

}

.form-lienhe .box-colum-1 .left{

    float: left;

    padding: 2px 0;

    width: 48%;

    border: 1px solid #ccc;

    border-radius: 3px;



}

.form-lienhe .box-colum-1 .right{

    float: right;

    width: 48%;

    padding: 3px 0;

    border: 1px solid #ccc;

    border-radius: 3px;



}

.form-lienhe .box-colum-2{

    padding: 3px 0;

    border: 1px solid #ccc;

    border-radius: 3px;

    margin-bottom: 15px;

}

.form-lienhe .box-colum-3{

    padding: 10px 0;

    border: 1px solid #ccc;

    border-radius: 6px;

    margin-bottom: 15px;

}

.form-lienhe label{

    margin: 0;

    font-weight: 600;

    font-size: 12px;

    color: #666;

    padding-left: 10px;

    text-transform: uppercase;

}

.form-lienhe .submits{

    text-align: center;

}

.form-lienhe .submits input[type=submit]{

    margin: 0;

    font-weight: 500;

    text-transform: capitalize;

    padding: 8px 20px;

    border-radius: 8px;

}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 input[type=date], .wpcf7 select {

    width: 96%;

    height: 30px;

    border: 0;

    padding: 5px 0px;

    text-indent: 0;

    margin: auto;

    float: none;

    display: block;

}

.wpcf7 input[type=text]:focus, .wpcf7 input[type=text]:active,

 .wpcf7 input[type=email]:focus, .wpcf7 input[type=email]:active, 

 .wpcf7 input[type=tel]:focus, .wpcf7 input[type=tel]:active, 

 .wpcf7 input[type=number]:focus, .wpcf7 input[type=number]:active, 

 .wpcf7 textarea:focus, .wpcf7 textarea:active, .wpcf7 select:focus, 

 .wpcf7 select:active, .wpcf7 input[type=date]:focus,

  .wpcf7 input[type=date]:active {

    border: 0;

    outline: none;

}

.wpcf7 textarea {

    width: 100%;

    height: 100px;

    margin-bottom: 7px;

    padding: 5px 10px;

    resize: none;

    border: 0;

}

.wpcf7 input[type=submit] {

    background: #1785b1;

    color: #FFF;

    font-weight: 600;

    border: none;

}

.touch{

  display: none;

}

.backtotop{

    position: fixed;

    bottom: 5px;

    right: 5px;

    z-index: 999;

    width: 38px;

    height: 38px;

    /* background: url(images/backtop.png)no-repeat; */

}

.backtotop i{

/* display: none; */

font-size: 20px;

}



/*******************/

.list-cate-pro{

    overflow: hidden;

    clear: both;

}

.list-cate-pro .product_list{

    float: left;

    width: 23.12%;

    margin: 0 2.5% 30px 0;

    box-sizing: border-box;

    position: relative;

}

.list-cate-pro .product_list:nth-child(4n){

    margin-right: 0;

}

.list-cate-pro .product_list h2{

    margin: 0 0 5px 0;

    text-align: center;



}

.list-cate-pro .product_list h2 a{

    font-size: 20px;

    text-transform: uppercase;

    height: 30px;

    overflow: hidden;

    display: block;

    line-height: 30px;

}

.vews-all{

    text-align: center;

}

.vews-all a{

    color: #919191;

    display: inline-block;

    border-bottom: 1px solid #919191;

    font-size: 13px;

}

.count-pro {

    position: absolute;

    top: 0;

    bottom: 0;

    right: 0;

    background: rgba(0, 0, 0, 0.48);

    left: 0;

    color: #fff;

    text-transform: uppercase;

    font-weight: 600;

    font-size: 16px;

    opacity: 0;

    visibility: hidden;

    display: flexbox;

    display: flex;

    display: -webkit-flex;

    display: -ms-flex;

    justify-content: center;

    -webkit-justify-content: center;

    -ms-justify-content: center;

    align-items: center;

    -webkit-align-items: center;

    -ms-align-items: center;

    -webkit-transition: all .5s ease;

    -moz-transition: all .5s ease;

    -o-transition: all .5s ease;

    transition: all .5s ease;

}

.list-cate-pro .product_list:hover .count-pro {

    opacity: 1;

    color: #fff;

    visibility: visible;

}



/* css menu mobile 

-------------------------------------------------------------*/

/* secondary-toggle button menu top */

.menu-repons{

    overflow: hidden;

    background: #F3612D;

}

.secondary-toggle {

    background-color: #FFF;

    border: 1px solid #eaeaea;

    border: 1px solid rgba(51, 51, 51, 0.1);

    height: 35px;

    overflow: hidden;

    padding: 0;

    display: block;

    padding-left: 10px;

    font-weight: 600;

    font-size: 18px;

    color: #F3612D;

    margin: 33px auto 0;

    text-align: left;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    width: 95%;

}

.secondary-toggle:after {

    color: #F3612D;

    font: normal normal normal 18px/1 FontAwesome;

    content: "\f0c9";

    line-height: 35px;

    width: 40px;

    position: absolute;

    top: 0;

    right: -10px;

}

/*.secondary-toggle.toggled-on:before {

    content: "\f00d";

    font-size: 20px;

}*/

/* dropdown-toggle in ul */

.dropdown-toggle:hover, .dropdown-toggle:focus {

    background-color: rgba(51, 51, 51, 0.1);

}

.dropdown-toggle {

    background-color: transparent;

    border: 0;

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

    content: "";

    height: 38px;

    width: 42px;

    padding: 0;

    position: absolute;

    text-transform: lowercase;

    top: 0px;

    right: 0;

}

.dropdown-toggle:after {

    color: #333;

    content: "\f107";

    font-size: 24px;

    line-height: 42px;

    position: relative;

    top: 0;

    font-weight: bold;

    left: 1px;

    width: 42px;

    font: normal normal normal 14px/1 FontAwesome;

}

.dropdown-toggle.toggled-on:after {

    content: "\f106";

}

/* css menu top */

.nav-primary-mobile {

    display: none;

    color: #FFF;

}

.nav-primary-mobile ul {

    margin: 0;

    padding: 0;

}

.nav-primary-mobile li{

    border-top: 1px solid #eaeaea;

    border-top: 1px solid rgba(51, 51, 51, 0.1);

    position: relative;

}

.nav-primary-mobile .nav-menu > ul > li:first-child, 

.nav-primary-mobile .nav-menu > li:first-child {

    border-top: 0;

}

.nav-primary-mobile a {

    display: block;

    padding: 9px 0 9px 10px;

    position: relative;

    text-decoration: none;

    color: #F3612D;

    font-weight: 600;

}

.nav-primary-mobile ul ul {

    display: none;

    margin-left: 0.8em;

}

.nav-primary-mobile ul .toggled-on {

    opacity: 1;

    visibility:visible;

    display: block;

}

/* menu sidebar */

.sidebar-mobile {

    margin: 0;

    padding: 0;

}

.sidebar-mobile li {

    border-top: 1px solid #eaeaea;

    border-top: 1px solid rgba(51, 51, 51, 0.1);

    position: relative;

}

.sidebar-mobile li:first-child {

    border-top: 0;

}

.sidebar-mobile li a {

    display: block;

    padding: 9px 0;

    position: relative;

    text-decoration: none;

    color: #333333;

}

.sidebar-mobile li a{

    padding-left: 5px;

}

.sidebar-mobile li:hover > a{

    color: #06802e;

}

.sidebar-mobile li .dropdown-toggle {

    width: 30px;

    height: 30px;

}

.sidebar-mobile ul {

    display: none;

    margin-left: 0.8em;

    border: 0;

}

.sidebar-mobile li .toggled-on {

    opacity: 1;

    visibility:visible;

    display: block;

}







/* ---- grid ---- */



.grid {

  background: #DDD;

  width: 100% !important;

  height: 75%; /* inherit height from body */

}



/* clear fix */

.grid:after {

  content: '';

  display: block;

  clear: both;

}



/* ---- .grid-item ---- */



.grid-item {

  float: left;

  width: 100px;

  height: 100px;

  background: #0D8;

  border: 2px solid #333;

  border-color: hsla(0, 0%, 0%, 0.7);

}



.grid-item--width2 { width: 200px; }

.grid-item--height2 { height: 200px; }





@charset "utf-8";

/* CSS Document 

*Author SinhVienLife http://levantoan.com

*/

/*Comment style*/

span.title_comment {

    font-size: 20px;

    color: #606664;

    line-height: 1.3em;

    font-weight: 700;

    margin: 0 0 15px;

    display: inline-block;

}

.comment-author.vcard {

    width: 25px;

}

#formcmmaxweb {

    overflow: hidden;

    position:relative;

    margin-bottom: 20px;

}

#formcmmaxweb .nameuser {

    text-align: left;

}

#formcmmaxweb .avatarmw img {

    float: left;

    margin: 5px 10px 0 0;

    border: 1px solid #ccc;

    padding: 5px;

}

.comments-title-maxweb {

    margin: 30px 0;

    font-weight: normal;

}

.commentlist {

margin-top: 10px;

}

.comment-author.vcard {

    float: left;

    clear: both;

    z-index: 2;

    position: relative;

    text-align: center;

}

.commentlist li {

    overflow: hidden;

    clear: both;

    margin-bottom: 10px;

}

.commentlist .children {

    margin-top: 10px;

}

.commentBody em {

    color: red;

}

.commentBody {

    position: relative;

    margin-left: 35px;

    overflow: hidden;

}

.comment-meta.commentmetadata {

    position: relative;

    padding: 0;

    margin: 0 0 5px;

}

.noidungcomment {

    font-size: 16px;

    line-height: 24px;

}

.cancel-comment-reply a {

    font-size: 14px;

    text-decoration: none;

    color: #a9883f;

}

.nocomments {

    border-color: #D98D8D;

    background-color: #FFCECE;

    background-position: left -792px;

    color: #665252;

    padding: 10px;

}

.comment-meta.commentmetadata .ngaythang {

    position: absolute;

    top: 0;

    right: 0;

    color: #337ab7;

    opacity: 0.3;

    font-size: 12px;

}

.commentBody:hover .comment-meta.commentmetadata .ngaythang{

    opacity: 1;

}

.commentBody .reply {

    float: right;

    margin: 0;

    position: absolute;

    bottom: 0;

    right: 0;

}

.comment-meta.commentmetadata .fn {

    font-weight: 700;

    color: #333;

    margin: 0;

    text-transform: capitalize;

    font-size: 17px;

    line-height: 22px;

    margin-top: 2px;

}



ol.commentlist_mw,

ol.commentlist_mw ul.children {

  list-style: none;

}

ol.commentlist_mw li{

    margin-bottom: 10px;

}

ol.commentlist_mw > ul.children{

    margin: 10px 0 15px 35px;

    background: #f1f1f1;

    padding: 10px;

    position: relative;

}

ol.commentlist_mw > ul.children:before {

    content: '';

    position: absolute;

    top: -10px;

    left: 14px;

    width: 0;

    height: 0;

    border-bottom: 10px solid #f1f1f1;

    border-left: 10px solid transparent;

    border-right: 10px solid transparent;

}

div.error {

    color: red;

    font-size: 12px;

    text-align: left;

    line-height: 16px;

    margin: 3px 0 0;

}

.tools_comment a {

    color: #4a90e2;

    font-size: 14px;

    position: relative;

    padding: 0 15px 0 0;

    margin: 0 7px 0 0;

    line-height: 14px;

}

.tools_comment a:after {

    content: "";

    width: 4px;

    height: 4px;

    top: 50%;

    margin-top: -2px;

    background: #999;

    position: absolute;

    right: 0;

    border-radius: 50%;

    -moz-border-radius: 50%;

    -webkit-border-radius: 50%;

}

.tools_comment a:last-child:after{

    display: none;

}

.tools_comment a:last-child{

    padding: 0;

    margin: 0;

}

.noidungcomment p {

    margin: 0 0 5px;

}

#formcmmaxweb  input[type="submit"],

#formcmmaxweb input[type="button"],

#formcmmaxweb input[type="reset"],

#formcmmaxweb article.post-password-required input[type=submit],

#formcmmaxweb li.bypostauthor cite span {

    padding: 6px 10px;

    padding: 0.428571429rem 0.714285714rem;

    font-size: 11px;

    font-size: 0.785714286rem;

    line-height: 1.428571429;

    font-weight: normal;

    color: #7c7c7c;

    background-color: #e6e6e6;

    background-repeat: repeat-x;

    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);

    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);

    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);

    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);

    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);

    border: 1px solid #d2d2d2;

    border-radius: 3px;

    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);

}

#formcmmaxweb button, #formcmmaxweb input, #formcmmaxweb textarea {

    border: 1px solid #ccc;

    border-radius: 2px;

    -moz-border-radius: 2px;

    -webkit-border-radius: 2px;

    font-family: inherit;

    padding: 6px;

    padding: 0.428571429rem;

}

#formcmmaxweb button,

#formcmmaxweb input[type="submit"],

#formcmmaxweb input[type="button"],

#formcmmaxweb input[type="reset"] {

    cursor: pointer;

}

.reply a.comment-reply-link {

    color: #337ab7;

    text-decoration: none;

    font-weight: 400;

    font-size: 12px;

}

.reply a.comment-reply-link:hover {

    color: #c7a611;

}

#formcmmaxweb p,

#formcmmaxweb input,

#formcmmaxweb textarea{

    width: 100%;

    background: transparent;

    outline: none;

    font-size: 14px;

}

#formcmmaxweb input,

#formcmmaxweb textarea{

    border: 1px solid #d7d7d7;

    color: #2e2e2e;

    display: block;

}

#formcmmaxweb input:focus,

#formcmmaxweb textarea:focus{

    border-color: #337ab7;

}

#formcmmaxweb p{

    margin-bottom: 10px;

    text-align: center;

}

#formcmmaxweb #commentform p{   

    overflow: hidden;

}

#formcmmaxweb .name-email p{

    width: 50%;

    float: left;

}

#formcmmaxweb .name-email p:first-child{

    padding-right: 5px;

}

#formcmmaxweb .name-email p:last-child{

    padding-left: 5px;

}

#formcmmaxweb input#submit {

    width: auto;

    font-weight: 400;

    color: #fff;

    background: #337ab7;

    padding: 6px 20px;

    border: none;

    float: left;

    font-size: 16px;

    outline: none;

}

#formcmmaxweb input#submit:hover {

    background: #c7a611;

}

#formcmmaxweb  ::-webkit-input-placeholder {

   color: #999999;

}



#formcmmaxweb ::-moz-placeholder { /* Firefox 18- */

   color: #999999;  

}



#formcmmaxweb ::-moz-placeholder {  /* Firefox 19+ */

   color: #999999;  

}



#formcmmaxweb ::-ms-input-placeholder {  

   color: #999999;  

}

/*#comment style 1  đánh giá khách hàng 1*/

.title-des{

    text-align: center;

    margin: 0 0 5px 0;

    font-size: 20px;

    text-transform: uppercase;



}

.rt_customer_style_1 .Customer-item {

    padding: 0 10px;

}

.rt_customer_style_1 .Customer-item .img-thum-cus img{

    width: 205px;

    height: 205px;

    border-radius: 100%;

    object-fit: cover;

    margin: auto;

}

.rt_customer_style_1 .Customer-item .content-cus{

    padding: 10px 0 0;

}

.rt_customer_style_1 .Customer-item .content-cus h2{

    margin: 0 0 5px 0;

    color: #1d4da6;

    font-size: 15px;

    text-align: center;

}

.rt_customer_style_1 .Customer-item .content-cus .des-cus p{

    margin: 0;

    font-size: 13px;

    line-height: 20px;

    max-height: 60px;

    overflow: hidden;

}

.rt_customer_style_1 .Customer-item .content-cus .des-cus span{

    float: right;

    color: #183f83;

    font-size: 13px;

    font-style: italic;

}

/**********rt_customer_style_2************/



.rt_customer_style_2  .Customer-item{

    padding: 0 10px;

    position: relative;

    padding-top: 100px;



}

.rt_customer_style_2  .Customer-item .img-thum-cus img{

    width: 135px;

    height: 135px;

    border-radius: 100%;

    object-fit: cover;

    margin: auto;

}

.rt_customer_style_2  .Customer-item  .img-thum-cus{

    position: absolute;

    top: 39px;

    margin: auto;

    left: 0;

    right: 0;

    z-index: 9999;

}

.rt_customer_style_2  .Customer-item .content-cus{

    background: #95a45f;

    padding: 0 10px;

    padding-top: 90px;

    overflow: hidden;

}

.rt_customer_style_2  .Customer-item .content-cus h2{

    text-align: center;

    color: #fff;

    font-size: 20px;

    text-transform: uppercase;

    margin: 0 0 5px 0;

}

.rt_customer_style_2  .Customer-item .content-cus .des-cus p{

    margin: 0;

    color: #fff;

    font-size: 13px;

    line-height: 20px;

    max-height: 60px;

    overflow: hidden;

}

.rt_customer_style_2  .Customer-item .content-cus .des-cus  .cus-work{

    float: right;

    color: #fff;

    font-style: italic;

    font-size: 13px;

}

/***********rt_customer_style_3 ****************/

.rt_customer_style_3 .Customer-item{

    padding: 0 10px;

    position: relative;



}

.rt_customer_style_3 .Customer-item .img-thum-cus{

    position: absolute;

    top: 59px;

    width: 100px;

    left: 50px;

}

.rt_customer_style_3 .Customer-item .img-thum-cus img{

    width: 100px;

    height: 100px;

    border-radius: 100%;

    object-fit: cover;

}

.rt_customer_style_3 .Customer-item .content-cus{

    background: #fff;

    padding: 20px 20px 20px 65px;

    float: right;

    width: calc(100% - 100px);

    border-radius: 8px;

}

.rt_customer_style_3 .Customer-item .content-cus .des-cus p{

    margin: 0;

    font-size: 13px;

    line-height: 20px;

    max-height: 80px;

    overflow: hidden;

}

.rt_customer_style_3 .Customer-item .content-cus .des-cus span {

    float: right;

    font-style: italic;

}



/**************Consultants-item chuyên viên tư vấn***************/

.Consultants-item .img-thum-cus img{

    width: 220px;

    height: 220px;

    object-fit: cover;

    border-radius: 100%;

}

/**********icon cart************/



.cart-icon-cart {

    width: 65px;

    position: fixed;

    top: 40%;

    left: 2%;

    z-index: 9999;

}



.shop-cart {

    position: relative;

    background: url(images/bg-top-cart.png) 30px 7px no-repeat #dd3333;

    padding: 0 10px;

    height: 30px;

    display: inline-block;

    line-height: 30px;

    border-radius: 20px;

    width: 100%;

}

.shop-cart a {

    color: #333;

    line-height: 18px;

    font-size: 13px;

    display: block;

}

.shop-cart .shop-item {

    position: absolute;

    left: 0;

    top: 30px;

    z-index: 999;

    display: block;

    background: #fff;

    visibility: hidden;

    opacity: 0;

    transition: opacity 1s linear;

    overflow: auto;

    height: auto;

    max-height: 150px;

    width: 300px;

    border: 1px solid #ccc;

    padding: 0;

    display: none;



}

.shop-cart .shop-item ul {

    margin: 0;

    padding: 0;



}

.shop-cart .shop-item ul li {

    clear: both;

    list-style: none;

    margin-bottom: 0px;

    display: block;

    padding: 5px 5px;

}

.shop-cart .shop-item .remove {

    float: right;

    color: #ef233c;

    font-size: 18px;

    line-height: 20px;

    font-weight: 600;

}

.shop-cart .shop-item .image-item-product {

    width: 80px;

    float: left;

}

.shop-cart .shop-item .info-item-product {

    line-height: 20px;

}

.shop-cart .shop-item .image-item-product a {

    display: inline-block;

}

.shop-cart .shop-item ul li img {

    width: 40px;

    object-fit: cover;

    height: 40px;

    float: left;

    margin: 0px 5px 0 0;

}

.shop-cart .shop-item .info-item-product a {

    font-size: 13px;

    color: #333;

}

.shop-cart .shop-item ul li .quantity {

    display: block;

    font-size: 12px;

    color: #ef233c;

    font-weight: 500;

    margin-top: 3px;

    line-height: 18px;





}

.shop-cart .shop-item ul li .quantity span.woocommerce-Price-amount{

    color: #333;

}

.shop-cart:hover .shop-item {

    visibility: visible;

    opacity: 1;

}

.widget_shopping_cart_content  .woocommerce-mini-cart__total strong

,.widget_shopping_cart_content  .woocommerce-mini-cart__total span{

    font-weight: 500;

    font-size: 13px;

}

.woocommerce-mini-cart__buttons,

.widget_shopping_cart_content  .woocommerce-mini-cart__total{

    margin: 0;

    padding: 0 5px;

}

.woocommerce-mini-cart__buttons a{

    display: inline-block;

    padding: 3px;

    background: #ccc;

    color: #fff;

    font-size: 13px;

    margin-right: 5px;

    border-radius: 3px;



}

/*************dạng slider product**************/

.products-2 > .slick-list .slick-track li{

    margin: 0 0 3px 0;

}

.products-2 > .slick-list .slick-track li .product_item .rt-thumb{

    float: left;

    width: 85px;

    margin-right: 10px;

    display: table;

    height: 85px;

    border: 1px solid #ccc;

    position: relative;

} 

.products-2 > .slick-list .slick-track li .product_item .rt-thumb a img{

    width: auto;

    height: auto;

    max-height: 85px;

}

.products-2 > .slick-list .slick-track li .product_item  .content-products{

    padding: 0;

    float: right;

    text-align: left;

    width: calc(100% - 85px - 10px);

}

.products-2 > .slick-list .slick-track li .product_item  .content-products .rt_woocommerce-loop-product__title a{

    line-height: 18px;

    height: auto;

    max-height: 36px;

    font-size: 13px;

} 

.products-2 > .slick-list .slick-track li .product_item  .content-products .rt_add_to_cart {

    display: none;

}

.products-2 > .slick-list .slick-track li .product_item  .content-products ins,

.products-2 > .slick-list .slick-track li .product_item  .content-products del{

    display: block;

    width: 100%;

    float: none;

    font-size: 13px;

    line-height: 20px;

}

.products-2 > .slick-list .slick-track li .product_item  .content-products ins span{

    font-size: 13px;

}

/* ///// */

.view-all{

    text-transform: initial;

    float: right;

    color: #333333 !important;

    padding-right: 10px;

    font-size: 13px;

}

.heading a.title{

    padding: 0 10px;

    color: #fff;

    position: relative;

    display: inline-block;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4000b+0,0083ca+100 */

background: #c4000b; /* Old browsers */


min-width: 200px;



}

/*.heading a.title::after{

    top: 0;

    right: -25px;

    height: 38px;

    width: 25px;

    content: "";

    position: absolute;

    background: url(images/10.png)no-repeat;

}*/

.sildebar .widget_nav_menu .widget-title{

    background: url(images/11.png) no-repeat !important;

    line-height: 34px;

    padding-bottom: 3px;

}

.gd_support_2{

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4000b+0,0083ca+100 */

background: #c4000b; /* Old browsers */

background: -moz-linear-gradient(top,  #c4000b 0%, #0083ca 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #c4000b 0%,#0083ca 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #c4000b 0%,#0083ca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4000b', endColorstr='#0083ca',GradientType=0 ); /* IE6-9 */



}

.sidebar .gd_support_2{

    border: none !important;

}

.sidebar .fb-like-box{

    border: none !important;

}

.sidebar .image-adv{

    border: none !important;

}

.sidebar .image-item{

    margin-bottom: 20px;

}

.page-home .page-img{

    float: left;

    padding-right: 1%;

}



.page-home .page-h {

    overflow: hidden;

    padding-bottom: 20px;

}

.page-home .page-h .page-title{

    font-size: 15px;

    text-transform: uppercase;

    color: #0083ca;

}



.product_home  .product_list{

    margin-top: 10px;

}

.product_home  .product_list:first-child{

    margin-top: 0;

}

.product_home  .product_list:last-child{

    margin-bottom: 10px;

}

.menu-item-has-children a:after{

    font: normal normal normal 14px/1 FontAwesome;

    content: "\f107 ";

    color: #ffffff;

    padding-left: 2px;

}

.menu-item-has-children .sub-menu li a:after{

    display: none;

}

/*************/

.pro-slider{

    margin-bottom: 20px;

    clear: both;

    overflow: hidden;

}

.slider-pro .product-style li:nth-child(3n+1){

    clear: none;

}

.slider-pro .product-style li {

    margin: 0 10px 10px;

}

.slider-pro  .slick-list{

    margin: 0 -10px;

}