@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/font_Awesome/fontawesome-webfont.eot");
    src: url("../fonts/font_Awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/font_Awesome/fontawesome-webfont.woff2") format("woff2"), 
        url("../fonts/font_Awesome/fontawesome-webfont.woff") format("woff"), 
        url("../fonts/font_Awesome/fontawesome-webfont.ttf") format("truetype"), 
        url("../fonts/font_Awesome/fontawesome-webfont.svg#Awesome") 
        format("svg");
    font-weight: normal;
    font-style: normal; 
}
/*@font-face {
    font-family: 'ThaiSans-Regular';
    src: url("../fonts/font_ThaisansRegular/ThaiSansNeue-Regular.eot");
    src: url("../fonts/font_ThaisansRegular/ThaiSansNeue-Regular.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/font_ThaisansRegular/ThaiSansNeue-Regular.woff2") format("woff2"), 
        url("../fonts/font_ThaisansRegular/ThaiSansNeue-Regular.woff") format("woff"), 
        url("../fonts/font_ThaisansRegular/ThaiSansNeue-Regular.ttf") format("truetype"), 
        url("../fonts/font_ThaisansRegular/ThaiSansNeue-Regular.svg#ThaiSans-Regular") format("svg");
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: 'ThaiSans-SemiBold';
    src: url("../fonts/font_ThaisansSemiBold/thaisansneue-semibold.eot");
    src: url("../fonts/font_ThaisansSemiBold/thaisansneue-semibold.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/font_ThaisansSemiBold/thaisansneue-semibold.woff2") format("woff2"), 
        url("../fonts/font_ThaisansSemiBold/thaisansneue-semibold.woff") format("woff"), 
        url("../fonts/font_ThaisansSemiBold/thaisansneue-semibold.ttf") format("truetype"), url("../fonts/font_ThaisansSemiBold/thaisansneue-semibold.svg#ThaiSans-SemiBold") format("svg");
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: 'ThaiSans-Bold';
    src: url("../fonts/font_ThaisansBold/thaisansneue-bold.eot");
    src: url("../fonts/font_ThaisansBold/thaisansneue-bold.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/font_ThaisansBold/thaisansneue-bold.woff2") format("woff2"), 
        url("../fonts/font_ThaisansBold/thaisansneue-bold.woff") format("woff"), 
        url("../fonts/font_ThaisansBold/thaisansneue-bold.ttf") format("truetype"), 
        url("../fonts/font_ThaisansBold/thaisansneue-bold.svg#ThaiSans-Bold") format("svg");
    font-weight: normal;
    font-style: normal; 
}*/

@font-face {
    font-family: 'LibreFranklin-Regular';
    src: url("../fonts/font_LibreFranklin-Regular/LibreFranklin-Regular.eot");
    src: url("../fonts/font_LibreFranklin-Regular/LibreFranklin-Regular.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/font_LibreFranklin-Regular/LibreFranklin-Regular.woff2") format("woff2"), 
        url("../fonts/font_LibreFranklin-Regular/LibreFranklin-Regular.woff") format("woff"), 
        url("../fonts/font_LibreFranklin-Regular/LibreFranklin-Regular.ttf") format("truetype"), 
        url("../fonts/font_LibreFranklin-Regular/LibreFranklin-Regular.svg#k2d-regular") format("svg");
    font-weight: normal;
    font-style: normal; 
}
/*font*/
h1,h2,h3,h4,h5,h6,p,span{
    font-family: 'LibreFranklin-Regular';
   
}

body {
	min-width: 1170px;
	font-family: 'LibreFranklin-Regular';
	font-size: 18px;
	line-height: normal;
    /*background-color: #f1f1f1 !important;*/
    margin-top: 28px !important; 
}
#bodyGray{
    margin-top: 69px !important;
    background-color: #e6e6e6 !important;
}

.container {
	min-width: 1170px; 
}

a {
	text-decoration: none !important;
	outline: 0 !important; 
}

input::-moz-focus-inner {
	border: 0 !important; 
}

ul {margin-bottom: 0;list-style: none;}
.mobile-none { display: block; }
.mobile { display: none }




/*header*/
/*

header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 0 12px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    background-color: #191919;
}
header.small {
    padding-top: 12px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(25, 25, 25, 0.2);
    box-shadow: 0 1px 3px 1px rgba(25, 25, 25, 0.2);
}
header.small .mainlogo img {
   width: 70%;
}
header.small .mainmenu {
    padding: 0;
}
header.small .mainmenu li {
    line-height: 30px;
}
*/
header {
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    background-color: #191919;
}

/*product*/
.mainmenuBG {
    width: 100%;
    float: left;
    background-color: #282828;
}

.product-menu {
    float: right;
    margin: 11px auto;
}

.product-menu > li {
    float: left;
    line-height: 18px;
    margin-right: 7px;
    padding: 14px 0;
    position: relative;
}

.product-menu > li:last-child {
    margin-right: 0;
}

.product-menu > li:last-child a:after {
    display: none;
}

.product-menu > li:hover {
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
}

.product-menu > li:hover > a {
    color: #bc8656;
}

.product-menu > li:hover .product-submenu-part,
.product-menu > li:hover .brandlist-scroll {
    display: block;
}

.product-menu > li > a {
    font-size: 18px;
    color: #f2f2f2;
    letter-spacing: 0;
    display: inline;
    padding: 7px;
    text-transform: uppercase;
}

.product-menu > li > a i {
    color: #0063d1;

}

.product-submenu-part {
    width: 800px;
    float: left;
    background-color: #282828;
    -webkit-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.2);
    border: 2px solid #495057;
    border-top: none;
    padding: 10px 20px;
    display: none;
    position: absolute;
    top: 47px;
    right: -561px;
    margin: 0;
    z-index: 99;
}

.product-submenu-part .row .col-sm-4:nth-child(3n-2) {
    padding-right: 5px;
}

.product-submenu-part .row .col-sm-4:nth-child(3n-1) {
    padding: 0 10px;
}

.product-submenu-part .row .col-sm-4:nth-child(3n-0) {
    padding-left: 5px;
}

.product-submenu {
    width: 100%;
    float: left;
    /*margin-bottom: 10px; */
}

.product-submenu li {
    width: 33.33%;
    float: left;
    padding: 0 12px;
    margin-bottom: 2px;
}

.product-submenu li a {
    font-size: 14px;
    color: #f2f2f2;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 22px;
}

.product-submenu li a:hover {
    -webkit-transition: ease 0.5s;	transition: ease 0.5s;
	color: #bc8656; 
}

/*
.topmenu {
    width: 100%;
    min-width: 1170px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #191919;
    padding: 10px 0;
    color: white;
    transition: 0.5s;
    z-index: 100;
}

.topmenu ul {
    list-style: none;
    float: right;
}
.topmenu ul > li {
    float: left;
    margin-right: 20px;
    line-height: 25px;
}
.topmenu ul > li:last-child {
    margin-right: 0;
    padding: 0;
}
.topmenu ul > li > a {
    font-size: 14px;
    color: white;
    letter-spacing: 0.4px;
    display: block;
}
.topmenu ul > li > a i {
    font-size: 15px;
    color: #55c1e9;
    padding-right: 5px;
}
.topmenu ul > li > a span {
    font-family: 'LibreFranklin-Regular';
    color: #ffa400;
    padding: 0 4px;
}
.topmenu ul > li.user .btn-group .btn-default {
    font-size: 14px;
    color: white;
    letter-spacing: 0.4px;
    color: white;
}
.topmenu ul > li.user .btn-group .btn-default i {
    font-size: 15px;
    color: #55c1e9;
    padding-right: 5px;
}
.topmenu ul > li.user .btn-group .dropdown-menu {
    padding: 6px 0;
}
.topmenu ul > li.user .btn-group .dropdown-menu li a {
    letter-spacing: 0.2px;
    padding: 6px 20px 6px 15px;
}
.topmenu ul > li.user .btn-group .dropdown-menu li a i {
    color: #ffa400;
}
.topmenu ul > li.user .btn-group .dropdown-menu li a:hover {
    background: none;
}
.topmenu ul > li .btn-group {
    margin-top: -4px;
}
.topmenu ul > li .btn-group .btn {
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
}
.topmenu ul > li .btn-group .btn .caret {
    color: white;
}
.topmenu ul > li .btn-group.open > .dropdown-toggle.btn-default:focus,
.topmenu ul > li .btn-group.open > .dropdown-toggle.btn-default:hover {
    background: none !important;
    border-color: none;
    color: white;
}

.topmenu ul > li .btn-group .dropdown-menu {
    min-width: 100px;
}
.topmenu ul > li .btn-group .dropdown-menu li {
    margin-right: 0;
}
.topmenu ul > li .btn-group .dropdown-menu li a {
    color: #98a4af;
    padding: 6px 30px 6px 15px;
}
.topmenu ul > li .btn-group .dropdown-menu li a:hover {
    background: none;
}

*/

.mainlogo {
    float: left;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    color: #fff;
    font-size: 26px;
    line-height: 58px;
}
.mainlogo img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.mainmenu {
    list-style: none;
    float: right;
    padding: 14px 0!important;
    z-index: 99;
    margin-bottom: 0px;
}
.mainmenu li {
    float: left;
    line-height: 32px;
    margin-right: 35px;
}
.mainmenu li:last-child {
    margin-right: 0;
}
.mainmenu li a {
    font-family: 'LibreFranklin-Regular';
    font-size: 16px;
    color: #fff;
    display: block;
    text-transform: uppercase;
}
.mainmenu li.dropdown .btn-default {
    background: none;
    border: none;
    color: #415464;
}

.mainmenu li.dropdown .btn {
    font-family: 'LibreFranklin-Regular';
    font-size: 17px;
    line-height: 32px;
    font-weight: normal;
    color: #415464;
    vertical-align: top;
    padding: 0;
}

.mainmenu li.dropdown.open > .dropdown-toggle.btn-default:focus,
.mainmenu li.dropdown.open > .dropdown-toggle.btn-default:hover {
    background: none;
}
.mainmenu li.dropdown .dropdown-menu li a {
    font-size: 16px !important;
    font-weight: normal;
    padding: 6px 15px;
}
.mainmenu li.dropdown .dropdown-menu li a:hover {
    background: none;
    color: #55c1e9;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.dropdown#main-dropdown{
    display: block;
}
.dropdown#main-dropdown button{
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin-top: -5px;
    font-size: 17px;
}
.dropdown#main-dropdown > .dropdown-toggle.btn-default:focus,
.dropdown#main-dropdown > .dropdown-toggle.btn-default:hover {
    background: none !important;
    border-color: none;
    color: #fff;
}
.dropdown#main-dropdown .dropdown-toggle::after{
    background: none !important;
    border-color: none;
    color: #fff;
}
.dropdown#main-dropdown .dropdown-menu.show{
    background: #282828;
}
.dropdown#main-dropdown .dropdown-menu.show a{
    font-size: 14px !important;
    letter-spacing: 0.9px;
}
.dropdown#main-dropdown .dropdown-item:focus, .dropdown-item:hover{
        background-color: #bc8656 !important;
}

/*mobile-topmenu*/
.navbar {
    border: none;
}
.navbar.navbar-default {
    display: none;
    border: none;
    margin-bottom: 0;
    background: none;
    background-repeat: no-repeat;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.navbar.navbar-default .navbar-toggle {
    float: left;
    border: none;
    border-radius: 5px;
    padding: 16px 20px 0 20px;
    margin: 0;
    -webkit-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
}
.navbar.navbar-default .navbar-toggle i {
    font-size: 28px;
    color: #768693;
}
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #d9e0e2;
    color: #415464;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none !important;
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #98a4af;
}

.navbar-default .navbar-collapse {
    border: none;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-header {
    height: 60px;
    position: relative;
    background-color: #282828;
}

.navbar-brand {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -72px;
    padding: 0;
    color: #fff;
}


.nav.navbar-nav {
    margin: 0;
    background: white;
}

.nav.navbar-nav > li {
    width: 100%;
    float: left;
    margin: 0 !important;
    background: white;
    border-bottom: 1px solid #d9e0e2;
}

.nav.navbar-nav > li:hover {
    background-color: #bc8656;
}

.nav.navbar-nav > li > a {
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    text-align: left;
    padding: 14px 20px;
}

.nav.navbar-nav > li > a:hover {
    color: #bc8656;
}

.nav.navbar-nav > li > a i {
    font-size: 16px;
    padding-left: 12px;
}

.nav.navbar-nav > li.dropdown#Mmenu > .dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.nav.navbar-nav > li.dropdown#Mmenu > .dropdown-menu > li {
    background-color: #f7f9f9;
    padding: 12px 15px 12px 35px;
    border-bottom: 1px solid #d9e0e2;
}

.nav.navbar-nav > li.dropdown#Mmenu > .dropdown-menu > li:last-child {
    border-bottom: none;
}

.nav.navbar-nav > li.dropdown#Mmenu > .dropdown-menu > li:hover {
    background-color: #55c1e9;
}

.nav.navbar-nav > li.dropdown#Mmenu > .dropdown-menu > li:hover a {
    color: white;
}

.nav.navbar-nav > li.dropdown#Mmenu > .dropdown-menu > li > a {
    font-size: 16px;
    color: #768693;
    padding: 0;
}

.nav.navbar-nav > li.dropdown#Mmenu > .dropdown-menu > li > a:before {
    font-family: 'FontAwesome';
    content: "\f192";
    font-size: 15px;
    padding-right: 8px;
}

.nav.navbar-nav > li#contact:hover {
    background-color: white;
}

.nav.navbar-nav > li#contact .Mmenu-contact {
    width: 25%;
    float: left;
    border-right: 1px solid #d9e0e2;
    padding: 15px 10px;
}

.nav.navbar-nav > li#contact .Mmenu-contact a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    line-height: 48px;
    color: white;
    display: block;
}

.nav.navbar-nav > li#contact .Mmenu-contact a.phone {
    background-color: #ffc72a;
}

.nav.navbar-nav > li#contact .Mmenu-contact a.email {
    background-color: #ff6d10;
}

.nav.navbar-nav > li#contact .Mmenu-contact a.line {
    background-color: #00c300;
}

.nav.navbar-nav > li#contact .Mmenu-contact a.facebook {
    background-color: #4267b2;
}

.nav.navbar-nav > li#contact .Mmenu-contact a img {
    margin-top: -3px;
}


.banner {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 0px;
    z-index: 1;
}
.banner .flexslider {
    width: 100%;
    border: none !important;
    margin: 0 !important;
    overflow: hidden;
}
.banner .flex-control-nav {
    display: none;
    bottom: 0;
    z-index: 2;
}
.banner .flex-control-nav li a {
    width: 50px;
    height: 50px;
    background: none;
    border: 1px solid white;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.banner .flex-direction-nav a{
    width: 60px;
    height: 50px;
}
.banner .flex-direction-nav a.flex-prev:before {
    content: url(../images/icon/arrow-01.png);
    padding-left: 15px;
}
.banner .flex-direction-nav a.flex-next:before{
    content: url(../images/icon/arrow-02.png);
    padding-right: 15px;
}


.about-slide {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 0px;
    z-index: 1;
}
.about-slide .flexslider {
    width: 100%;
    border: none !important;
    margin: 0 !important;
    height: auto !important;
    overflow: hidden;
}
.about-slide .flex-control-nav {
    display: none;
    bottom: 0;
    z-index: 2;
}

.about-slide .flex-control-nav li a {
    width: 50px !important;
    height: 50px !important;
    background: none;
    border: 1px solid white;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.about-slide .flex-direction-nav a:before {
    color: white;
    text-shadow: none;
}
.about-slide .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
    width: 58px;
    height: 58px;
}
.about-slide .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
    width: 58px;
    height: 58px;
}
.about-slide .flex-direction-nav a.flex-prev:before {
    content: url(../images/icon/arrow-01.png);
    padding-left: 15px;
}
.about-slide .flex-direction-nav a.flex-next:before{
    content: url(../images/icon/arrow-02.png);
    padding-right: 15px;
}



.dark-bg{
    width:100%;
    float: left;
    background-color: #191919;
    
}
.gray-bg{
    width: 100%;
    float: left;
    background-color: #d4d4d4;
}
.about-box{
    width: 100%;
    float: left;
    background-color: #191919;
    padding: 65px 0;
    height: 560px;
    float: left;
    margin-bottom: 0;
}

.category-slide{
    width: 100%;
    float: left;
}
.category-slide .flexslider{
    background: none !important;
    border: 0 !important;
}
.category-slide .flexslider .slides .card{
    width: 100%;
}
.category-slide .flexslider .slides .card img{
    width: 100%;
}
.category-slide .flex-direction-nav{
    display: none;
}
.category-slide .flex-control-nav{
    
}
.category-slide .flex-control-paging li a.flex-active{
    background: #bb8556 !important;
}
.category-slide .flex-control-paging li a{
    background: #000 !important;
}
.category-slide .card-body{
    padding: 10px 5px;
}
.category-slide .card-body a{
    text-align: center !important;
    color: #282828;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}
/*.category-slide .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
    width: 58px;
    height: 58px;
}
.category-slide .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
    width: 58px;
    height: 58px;
}
.category-slide .flex-direction-nav a.flex-prev:before {
    content: url(../images/icon/arrow-01.png);
    padding-left: 15px;
}
.category-slide .flex-direction-nav a.flex-next:before{
    content: url(../images/icon/arrow-02.png);
    padding-right: 15px;
}*/
.maint-title{
    text-align: center;
    color: #000;
    letter-spacing: 1.3px;
    font-size: 30px;
    font-family: 'LibreFranklin-Regular';
    text-transform: uppercase;
    margin-top:30px;
    margin-bottom: 0px;
}

/*.promotion{
    margin-top: 35px;
    margin-bottom: 50px;
}
.promotion .card{
    border: 0px !important;
}
.promotion .card-title{
    font-size: 22px;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.promotion .card-body{
    padding: 16px 6px;
    border: 0px !important;
    background-color: #f1f1f1;
}*/
.btn-more{
    width: auto;
    padding: 2px 8px;
    color: #bc8656;
}
.price{
    float: right;
    font-size: 18px;
    margin-top: -3px;
}

.gallery-index .card{
    width: 100%;
    border: 0px !important;
    position: relative;
    top: -94px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 0;
    padding: 15px;
}

.gallery-index .card-body .special-link{
   width: 70%;
}
.gallery-index .btn-more{
    background:none;
    color: #fff;
    float: right;
}
.gallery-index a:hover{
    color: #bc8656;
   -webkit-transition: all ease 0.3s;
   transition: all ease 0.3s;
}

.gallery-box{
    width: 48%;
    display: table;
    margin: 0 4px;
    float: left;
}
.gallery-box img{
    width: 100%;
}

.newsFeed{
    margin-top: 35px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}    
.newsFeed .card{
   border: 0px !important;
    position: absolute;
    top: 71px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 0;
    margin: 0 10px 0 10px;
    width: 22%;
}
.newsFeed .card:hover{
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    color: #bc8656;
    background: rgba(0, 0, 0, 1);
}
.newsFeed .card-body{
   width: 100%;
    padding: 10px;
}
.newsFeed .card-body h5{
    font-size: 16px;
    text-align: center;
    color: #bc8656;
}
.newsFeed .btn-more{
    background:none;
    color: #fff;
    float: right;
}
.newsFeed a:hover{
    color: #bc8656;
   -webkit-transition: all ease 0.3s;
   transition: all ease 0.3s;
}


.product-full#news .news-info h6{
    color: #bc8656;
}
.product-full#news .news-info a{
    color: #bc8656;
    border: 1px solid #bc8656;
    border-radius: 3px;
    font-size: 18px;
    padding: 6px 12px;
}
.news-info{
    padding: 25% 2% 25% 2%;
}


.location{
    margin: 40px 0px;
}
.location-link{
    display: table;
    list-style: none;
    margin: 0 auto;
}
.location-link li{
    float: left;
    width: 215px;
    margin: 2px;
}
.location-link li.w-100{
    width: 215px !important;
}
.location-link li a{
    font-family: 'LibreFranklin-Regular';
    font-size: 18px;
    width:100%;
    border-radius: 3px;
    background-color: #282828;
    padding:35px 20px;
    text-align: center;
    color: #fff;
    display: block;
}
.location-link li a:hover{
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    background-color: #bc8656;
}
.location-link li a i{
   display: block;
    margin: 0 0 3px 0;
}

.category-slide .card{
    background: none !important;
    border: 0 !important;
}
.border-r{
    border-right: 1px solid #f2f2f2;
}

.warranty-list .media-body h5{
    color: #bc8656;
}
.warranty-list .media-body{
   height: 196px;
}

.navbar-menu {
    display: table;
    margin: 0 auto;
    padding: 15px 0;
}
.navbar-menu li {
    float: left;
    padding-right: 10px;
}
.navbar-menu li a {
    font-family: 'LibreFranklin-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #333;
    letter-spacing: 0.2px;
    display: block;
    text-transform: uppercase;
}
.navbar-menu li:last-child {
    padding-right: 0;
}
.navbar-menu li a:after {
    font-family: 'FontAwesome';
    content: "|";
    padding-left: 10px;
}
.navbar-menu li:last-child a:after {
    content: '';
    padding-left: 0;
}
.navbar-menu li:last-child a {
    color: #bc8656;
}


/*index*/
.grayLight-bg{
    width: 100%;
    float: left;
    background-color: #e6e6e6;
}

/*products*/
.product-full{
    width: 100%;
    padding: 35px 18px;
}
.product-full img{
    width: 100%;
}
.img-width-70 {
    width: 70%;
    float: left;
    display: block;
}
.img-width-70 img{
    width: 100%;
}
.name-full{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 35% 0 25% 0;
    height: 100%;
    min-height: 600px;
    overflow: hidden;
}
.name-full h3{
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.name-full small{
    font-size: 20px;
    text-transform: uppercase;
    
}
.name-full h4{
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 12px;
}
.name-full a{
    font-size: 18px;
    color: #bc8656;
}
.name-full#detail{
    padding: 0;
    display: block;
    float: left;
    width: 30%;
    position: relative;
    min-height: 540px;
    overflow: hidden;
}
.name-full#detail h3{
    font-size: 22px;
}
.name-full#detail small{
    font-size: 20px;
}
.name-full#detail h4{
    font-size: 22px;
}
.border-dark-color{
    width: 130px;
    border-top: 2px solid #333 !important;
    margin-top: 25px;
    margin-bottom: 15px;
}

.card img{
    width: 100%;
}
.txt{
    margin-top: 10px;
    margin-left: 30px;
}
.txt-upper{
    text-transform: uppercase;
}

.list-group-item.service{
    width: 25%;
    background: none;
}
.list-group-item.service img{
    width: 80px;
    display: block;
    margin: 0 auto;
}
.list-group-item.service p{
    text-align: center;
    color: #f2f2f2;
    margin-top: 10px;
}

.nav-link.active#pills-home-tab{
    background-color: #bc8656 !important;
    margin-right: 3px;
}
.nav-link#pills-profile-tab{
    background-color: #fff !important;
    color: #000;
}

/*dealer*/
.stepBox{
    width: 24.8%;
    float: left;
    padding: 15px;
    border: 1px solid #bc8656;
    height: auto;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin: 1px;
    display: table;
}
.dealer-list{
    width: 32.90%;
    float: left;
    padding: 15px;
    height: auto;
    color: #fff;
    text-align: left;
    border-radius: 4px;
    margin: 2px;
    display: table;
    background-color: #282828;
}
.dealer-list h4{
    color: #bc8656;
    font-size: 17px;
}
.dealer-list p{
    margin-bottom: 0px;
}

.company{
    width: 100%;
    float: left;
    padding: 30px;
    border-radius: 4px;
    background-color:#282828;
    margin-top: 15px;
}
.company-img{
    width: 100%;
}
.company-img img{
    width: 50%;
    float: left;
    padding: 5px;
}
.company .topicLeft-com{
    color: #fff;
    padding: 35px 25px;
}
.warranty-list{
        padding: 15px;
    width: 100%;
    display: block;
    float: left;
}
.warranty-list li{
    width: 33%;
    float: left;
    padding: 15px 25px;
    margin-bottom: 12px;
    
}
.warranty-list li img{
    width: 35px;
    margin-right: 12px;
    display: block;
    float: left;
}
.warranty-list li div{
    color: #fff;
}
.warranty-list li div h5{
    color: #bc8656;
}
.warranty-list li div p{
    font-size: 15px;
    margin-left: 46px;
}

.newsFeed img{
    width: 100%;
}
.news-list{
    width: 24.65%;
    float: left;
    margin: 2px;
    display: block;
}
.news-content{
    width: 100%;
    float: left;
    padding: 45px 0;
}
.news-content h3{
    font-size: 20px;
}
.news-content h5{
    font-size: 16px;
    color: #757575;
}
.news-content div{
     padding: 15px 15px 15px 0;
}
.news-content img{
    margin-top: 12px;
}
.news-content div p{
    font-size: 16px;
    letter-spacing: 0.5px;
}

.hotnews{
    
}
.hotnews li{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.hotnews li img{
    width:50%;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
}
.hotnews li .text-truncate span{
     color: #bc8656;
    display: block;
    
}


.dealer {
    width: 100%;
    float: left;
    padding: 25px 30px 30px 30px;
    border-radius: 5px 5px 0 0;
    background-color:#282828;
    margin-top: 25px;
}
#dealer-select .form-group{
    padding: 50px 35px;
}
#dealer-select .form-control{
        width: 90%;
    float: left;
    border: 1px solid #fff;
    background: none;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
}
.dealer h3{
    font-size: 22px;
}

.dealer-topic {
    color: #fff;
    padding: 35px 35px;
}








/*gallery*/
.gallery-image{
    width: 100%;
    min-height:300px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.gallery-image img{
    width: 100%;
    margin-bottom: 12px;
}
.gallery-image#half{
    height:165px;
    margin-bottom: 0;
    min-height: 195px;
    overflow: hidden;
}
.galleryShow {
    margin-top: 45px;
}
.galleryShow .album {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    overflow: hidden;
}
.galleryShow .album .image-box {
    height: 265px;
}
.galleryShow .album img{
    margin: 0 auto;
    display: block;
    padding: 5px;
}
.galleryShow .album .card-text{
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
}
.galleryShow .album#widthalbum-70{
    width: 70%;
}

.hover-img-size{
    min-height: 425px;
    overflow: hidden;
}
.column {
    margin: 0;
    padding: 0;
}
.column:last-child {
    padding-bottom: 60px;
}
.column::after {
    content: '';
    clear: both;
    display: block;
}
.column div {
    position: relative;
    float: left;
    width: 100%;
    height: 425px;
    margin: 0 0 0 25px;
    padding: 0;
}
.column div:first-child {
    margin-left: 0;
}
.column div span {
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0.8;
    background-color: #000;
}

.column div.img-small-right {
    position: relative;
    float: left;
    width: 100%;
    height: 425px;
    margin: 0 0 0 25px;
    padding: 0;
}
.column div.img-small-right:first-child {
    margin-left: 0;
}
.column div.img-small-right span {
    position: absolute;
    bottom: 29px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0.8;
    background-color: #000;
}


figure {
    width: 100%;
    height:450px;
    margin: 0;
    padding: 0;
    background: none;
    overflow: hidden;
}
figure:hover+span {
        bottom: -49px;
    opacity: 1;
    font-size: 20px;
    padding: 10px 0;
}
.column div.img-small-right{
    height: 230px;
}
figure.img-small{
    width: 100%;
    height:250px;
    margin: 0;
    padding: 0;
    background: none;
    overflow: hidden;
}
figure.img-small:hover+span {
    bottom: -6px;
    opacity: 1;
    font-size: 20px;
    padding: 10px 0;
    z-index: 3;
}


/* Zoom Out #1 */
.hover03 figure img {
-webkit-transform: scale(1.5);
transform: scale(1.1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.hover03 figure:hover img {
-webkit-transform: scale(1);
transform: scale(1);
}

.hover03 figure.img-small img {
-webkit-transform: scale(1.5);
transform: scale(1.1);
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.hover03 figure.img-small:hover img {
-webkit-transform: scale(1);
transform: scale(1);
}


.galleryShow .card{
    border: 0px !important;
    position: absolute;
    top: 143px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 0;
    margin: 0 12px 0 12px;
    width: 93%;

}
.galleryShow .card-body {
    width: 100%;
    padding: 10px;
}
.galleryShow .card .card-body:hover{
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: rgba(0, 0, 0, 1);
    color: #bc8656;
}
.galleryShow img{
   width: 100%;

}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
}
.image-box img {
    max-width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.image-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}















/*contact*/
.media-info{
    padding: 40% 0 40% 10%;
    margin: 0;
    background-color: #0a0a0a;
}
.media-info li{
    color: #fff;
}
.media-info li img{
    width: 50px;
    margin-right: 12px;
} 

.contact-form .form-control{
    border: 1px solid #f6f7f6;
    background: none;
}
.contact-form .form-group label{
    color: #bc8656;
}



.dealer-map{
     width: 33.33%;
    float: left;
    padding: 5px;
}
.dealer-info{
    margin-bottom: 12px;
    float: left;
    text-align: center;
    color: #fff;
    background-color: #282828;
    padding: 10px 8px 5px 8px; 
    border-radius: 4px;
}
.dealmap{
    width: 100%;
    float: left;
}
.dealmap iframe{
    width: 100%;
}

.tabs-lostyle{
    width: 100%;
    float: left;
    margin-top: 40px;
}
.tabs-lostyle a{
    width: 200px;
    text-align: center;
    height: auto;
    font-size: 20px;
    line-height: 31px;
    padding: 29px 0;
    border: 1px solid #282828;
    margin-bottom: 7px;
    margin-left: 12px;
    /* margin-top: 40px; */
    background-color: #282828;
    color: #fff;
    border-radius: 4px;
}
.tabs-lostyle a.active{
    color: #bc8656;
    border: 1px solid #bc8656;
       background-color: #282828;
}






footer{
    width: 98%;
    float: left;
    height: auto;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #131313;
}

.footer-info{
    list-style: none;
    margin-top: 60px;
}
.footer-info h3{
    font-family: 'LibreFranklin-Regular';
    font-size: 30px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #fff;
}
.footer-info li{
    
}
.footer-info .horizontal{
    list-style: none;
    margin-top: 42px;
}
.footer-info.horizontal li{
    float: left;
    padding-right: 12px;
}
.footer-info li a{
    font-family: 'LibreFranklin-Regular';
    color: #fff;
    font-size: 17px;
}
.footer-info li a:hover{
    color: #bc8656;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer-info li a i{
    color: #bc8656;
    font-size: 13px;
    margin-right: 5px;
}

.googlemap {
    position: absolute;
    top: -40px;
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px solid white;
}
.googlemap iframe {
    width: 100%;
    height: 285px;
}

.copyRight{
    width: 100%;
    text-align: center;
    border-top: 1px solid #f2f2f2;
    font-size: 14px;
}

/*top-button*/
.scroll {
    width: 45px;
    height: 45px;
    right: 15px;
    bottom: -63px;
    position: relative;
    background: rgba(187, 133, 86, 1);
    border-radius: 50%;
    padding: 7px 0;
    margin: 0 auto;
}

.scroll .fa {
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
    line-height: 27px;
}

.scroll:hover {
  background: #c57e3f;
}

.scroll:hover .fa {
  padding-top: 0px;
}

.btn-send{
    color: #bc8656;
    border: 1px solid #bc8656;
    border-radius: 3px;
    font-size: 18px;
    padding: 6px 12px;
}
.btn-send:hover{
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    
}






.select-wrapper {
   position: relative;
   width: 100%;

}
.select-wrapper::after {
   color: #fff;
   content: '▾';
   margin-right: 10px;
   pointer-events: none;
   position: absolute;
   right: 10px;
   top: 7px;
   font-size: 20px;

}
.select {
   -moz-appearance: none;
   -webkit-appearance: none;
   background: #282828;
   border: none;
   border-radius: 50px;
   cursor: pointer;
   padding: 12px;
   width: 100%;
   font-size: 16px;
   color: #fff;
}
.select:focus {
   color: #fff;
}
.select::-ms-expand {
   display: none;
}



.page-nav {
    margin: 0 auto;
    display: table;
}
.page-nav .pagination {
    margin: 15px 0;
}
.page-nav .pagination li a {
    border-color: #d9e0e2;
    color: #768693;
    padding: 6px 14px;
}
.page-nav .pagination li.active a {
    background-color: #282828;
    color: white;
}

.search-product{
	width: 100%;
    float: left;
    margin: 0 auto 15px auto;
    padding: 20px 15px 0 15px;
    border-radius: 5px;
    background-color: #282828;
}
.search-product select{
	height: 40px;
    padding: 5px 8px;
    font-size: 15px;
}
/*.search-product input{
	width: 85% !important;
	margin-bottom: 0;
	border-radius: 5px 0 0 5px;
	border-right: 0;
}*/
.typebox {
    width: 100%;
    height: 40px;
    float: left;
    background: white;
    border: 1px solid #e4eaec;
    border-radius: 50px 0 0 50px;
    font-size: 15px;
    color: #76838f;
    padding-left: 10px;
    margin-bottom: 15px;
}
/*.search-product input {
    width: 85% !important;
    margin-bottom: 0;
    border-radius: 50px 0 0 50px;
    border-right: 0;
}*/
.btn-search {
    width: 15%;
    height: 40px;
    color: white;
    background-color: #bc8656;
    border: 0;
    padding-top: 0px;
    float: right;
    border-radius: 0 50px 50px 0;
}
.btnsearchDark{
    height: 40px !important;
    width:100% !important;
    display: block !important;
    margin: 0 auto !important;
    background: #000 !important;
    
}


.brands-sub {
	width: 100%;
	display: table;
	margin: 0 auto; 
}
.brands-sub li {
	float: left;
	margin: 4px 5px; 
}
.brands-sub li:nth-child(5n-4) {
	margin-left: 0; 
}
.brands-sub li.active a {
	background-color: #9dcbff;
	border: 1px solid #9dcbff;
	color: #000000; 
}
.brands-sub li a {
	min-width: 135px;
	height: 30px;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 16px;
	font-size: 13px;
	color: #073e63;
	text-align: center;
	padding: 2px 15px; 
}
.brands-sub li a:hover {
	-webkit-transition: ease 0.5s;
	transition: ease 0.5s;
	background-color: #7fb8db;
	border-color: #7fb8db;
	color: white;
}
.brands-collapse {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom: 45px;
}
.brands-collapse .panel-group {
	width: 100%;
	float: left;
	margin-bottom: 0;
}
.brands-collapse .panel-group .panel {
	border: none;
	border-radius: 7px 7px 0 0;
	overflow: hidden;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid #9dcbff;
	background-color: #fff;
	margin-bottom:0;
	margin-top: 0;
	padding: 0;		}
.brands-collapse .panel-group .panel:first-child{
	border-bottom:0;

}
.brands-collapse .panel-group .panel:last-child{
	/*border-top:0;*/
	border-radius: 0;
	border-radius:  0 0 7px 7px;
}
.brands-collapse .panel-group .panel .panel-body {
	border-top: none;
	padding: 0;
}
.brands-collapse .row .col-sm-2 {
	padding: 14px 0 0 15px;
	/*border: 2px solid #9dcbff;*/
}
.child-level {
	width: 100%;
	float: left;
	line-height: 30px;
	color:#000000;
	text-align: left;
	padding-left: 15px;
}
.brands-collapse .row .col-sm-10 {
	padding: 10px 15px;
	background-color: #fff;
}
.brands-collapse .panel-group .panel.panel-default .panel-heading {
	background: none;
	border-radius: 0;
	padding: 0;
}
.brands-collapse .panel-group .panel.panel-default .panel-heading:first-child {
	border-top: none;
}


.brands-collapse .panel-group .panel.panel-default .panel-heading .button-plus {
	width: 30px;
	height: 30px;
	float: right;
	border: 1px solid #7fb8db;
	border-radius: 50%;
	font-size: 15px;
	line-height: 30px;
	color: #7fb8db;
	text-align: center;
	margin: 3px 15px 0 0;
}
.brands-collapse .panel-group .panel.panel-default .panel-heading.active .button-plus {
	-webkit-transition: ease 0.5s;
	transition: ease 0.5s;
}
.brands-collapse .panel-group .panel.panel-default .panel-heading.active .button-plus:before {
	font-family: 'FontAwesome';
	content: "\f068";
}
.brands-collapse .panel-group .panel.panel-default .panel-heading .button-plus:before {
	font-family: 'FontAwesome';
	content: "\f067";
}
.brands-collapse .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
	border-top:0;
}

.brands-collapseM {
	width: 100%;
	float: left;
	margin-bottom: 35px; 
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
    body {    width: 100%;    min-width: 0 !important; margin: 0 !important;}
    #bodyGray {
        margin-top: 0 !important;
       
    }
    .container {    min-width: 0; }
    .mobile-none {    display: none; }
    .mobile {    display: block !important; } 
    footer{
        margin-bottom: 0px;
      
    }

    .header-padtop {    margin-top: 0;}
    .navbar-brand{
        margin: 0;
    }
    .navbar-brand img{
        width: 175px;
        display: block;
        margin-right: 0;
        margin-top: -7px;
    }
    .media-info {
        padding: 10% 5% 10% 5%;
       
    }
    .navbar#navStyle{
        background-color: #282828;
    }
    .navbar#navStyle .nav-item {
        width: 100%;
        font-size: 15px;
        text-align: left;
        
    } 
    .navbar#navStyle .nav-item .nav-link{
        text-transform: uppercase;
        letter-spacing: 1px;
        padding-left: 8px;
    }
    .navbar#navStyle .nav-item .nav-link.active{
        background-color: #bb8556;
    }
    .navbar#navStyle .nav-item .nav-link:hover{
        background-color: #bb8556;
        padding-left: 8px;
    }
    .about-box {
        padding: 30px 0;
        height: 810px;
    }
    .about-slide .flex-direction-nav{
        display: none;
    }
    .about-slide .flex-control-nav{
        display: block;
        
    }
    .about-slide .flex-control-paging li a{
        width: 15px !important;
        height: 15px !important;
        
    }
    .about-slide .flex-control-paging li a.flex-active{
        background: #bb8556 !important;
    }
    .about-slide .flex-control-paging li a{
        background: #000 !important;
    }
    
    .dropdown#main-dropdown{
        display: block;
        
    }
    .dropdown#main-dropdown button{
        color: #fff;
        text-transform: uppercase;
        padding: 0;
        margin-top: -5px;
        font-size: 16px;
        color: #bbb3b3;
    }
    .dropdown#main-dropdown > .dropdown-toggle.btn-default:focus,
    .dropdown#main-dropdown > .dropdown-toggle.btn-default:hover {
        background: none !important;
        border-color: none;
        color: #fff;
    }
    .dropdown#main-dropdown .dropdown-toggle::after{
        background: none !important;
        border-color: none;
        color: #fff;
    }
    .dropdown#main-dropdown .dropdown-menu.show{
        background: #282828;
        border: 0;
    }
    .dropdown#main-dropdown .dropdown-menu.show a{
       color: #f2f2f2;
        padding-left: 15px;
    }
    .dropdown#main-dropdown .dropdown-item:focus, .dropdown-item:hover{
            color: #bc8656 !important;
    }

    .productShow-mobile{
        width: 50%;
        float: left;
    }
    .productShow-mobile .card{
        margin: 0 2px;
    }
    .productShow-mobile .card .card-body{
        padding: 7px;
    }
    .productShow-mobile .card .card-body h5{
        font-size: 16px;
        text-align: center;
    }
    .productShow-mobile .card .card-body .price {
        width: 100%;
        float: left;
        font-size: 14px;
        margin-top: -10px;
        text-align: center;
    }
    .productShow-mobile .card .card-body .btn-more {
        width: 100%;
        padding: 2px 8px;
        color: #bc8656;
        text-align: center;
        display: block;
        font-size: 15px;
    }
    
    .name-full {
        width: 100% !important;
        position: relative;
        top: 0;
        left: 0;
        padding: 0 !important;
        height: 100%;
        min-height: 0;
    }
    .name-full#detail {
        padding: 0 0 20px 0 !important;
    }
    .name-full#detail h3{
        font-size: 18px;
    }
    .name-full#detail small {
        font-size: 18px;
    }
    .name-full#detail h4 {
        font-size: 18px;
    }
    .name-full#detail h4 span{
        font-size: 20px;
    }
    
    .img-width-70 {
        width: 100%;
        margin-top: 15px;
    }
    .list-group-horizontal{
        display: block;
    }
    .list-group-item.service {
        width: 50% !important;
        padding: 0;
    }
    .list-group-item.service img{
        width: 60px;
    }
    .list-group-item.service p {
        font-size: 13px;
    }
    .txt {
        margin-top: 10px;
        margin-left: 0;
    }
    
    .border-detailmobile{
        background-color: #fff!important;
        border: 1px solid #b7b4b4;
        border-radius: 6px;
        margin-top: 25px;
        font-size: 15px;
    }
    .nav-item{
        width: 50%;
        text-align: center;
        font-size: 13px;
    }
    .product-full {
        padding: 0;
    }
    .product-full img {
        margin-bottom: 15px;
    }
    .list-group-item.service{
        width: 50% !important;
    }
    .gallery-index .card{
        width: 100%;
        top: 0;
        margin-bottom: 15px;
    }
    .galleryShow .card {
        top: 52px;
        position: absolute;
        margin: 6px auto;
        padding: 0;
        width: 95%;
        left: 5px;
    }
    .gallery-box{
        width: 100%;
        margin: 0 auto;
    }
    .newsFeed {
        margin-bottom: 0px;
    }
    .news-list{
        width: 100%;
        height: auto;
        margin: 0 0 15px 0;
        
    }
    .newsFeed .card {
        /*top: -109px;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        border-radius: 0;
        width: 100%;
        display: block;
        margin: 0;*/
            position: relative;
        top: 0px;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        border-radius: 0;
        width: 100%;
        display: block;
        margin: 0 auto;
        /* bottom: 0; */
        padding: 0px;
        left: 0;
    }
    .gal-img{
        width: 100%;
        float: left;
    }
    .gal-img .gallery-image{
        width: 100%;
        min-height: 0;
    }
    .gal-img .gallery-image img{
        width: 50%;
        float: left;
        padding: 6px;
        margin-bottom: 0;
    }
      
    .news-info {
        padding: 0 15px 0 15px;
    }
    .product-full#news{
        height: 500px;
    }
    .product-full#news .news-info h3 {
        font-size: 18px;
    }
    .news-content {
        padding: 0;
    }
    .news-content div {
        padding: 10px;
    }
    .newsFeed#galleryShow .card-body{
        
    }
    .galleryShow .album {
        width: 50%;
        float: left;
        height: auto;
        position: relative;
        overflow: hidden;
    }
    .galleryShow .album .card-text{
        font-size: 15px;
    }
    .warranty-list li {
        padding: 0 !important;
        width: 100%;
    }
    .border-right {
        border-right: 1px solid #191919 !important;
    }
    .location {
        margin: 0px;
    }
    .location-link li.w-100{
        width: 100% !important;
    }
    .location-link li {
        float: left;
        width: 49.42% !important;
        margin: 1px;
        height: 118px;
    }
    
   



    .dealer-map {
        width: 100% !important; 
        padding: 0;
    }
    .dealer-info {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .company .topicLeft-com {
        padding: 0;
    }
    .company {
        padding: 20px !important;
    }
    .dealer-topic {
        text-align: center;
        padding: 25px 0 0 0;
    }
   
    .stepBox{
        width: 49% !important;
        padding: 10px;
        min-height: 226px;
        overflow: hidden;
        height: 226px;
    }
    .dealer-list {
        width: 48.9%;
        float: left;
        padding: 9px;
    }
    .dealer-list h4 {
        font-size: 19px;
        
    }
    .dealer-list p {
        font-size: 15px;
    }
    .stepBox p{
       font-size: 15px;
    }
    #dealer-select .form-control {
        width: 100%;
    }
    #dealer-select .form-group {
        padding: 0 35px 15px 35px;
        width: 100%;
        float: left;
    }
    .tabs-lostyle{
        width: 100%;
        float: left;
        display: block;
    }
    .tabs-lostyle>ul>li{
        width: 33.33%;
        float: left;
        padding: 5px;
    }
    .tabs-lostyle>ul>li>a{
        width: 100%;
        margin: 0;
        padding: 9px 0;
        font-size: 16px;
    }
   
    .googlemap {
        position: relative;
        top: 0;
    }
    .googlemap iframe {
        margin-top: 15px;
    }
    .footer-info {
        margin-top: 30px;
    }
    .footer-info h3 {
        font-size: 28px;
    }
    .footer-info li a {
        font-size: 16px;
    }
    .footer-info.horizontal {
        display: table;
        margin: 17px auto;
    }
    .scroll {
        width: 45px;
        height: 45px;
        right: 0;
        bottom: -58px;
        position: relative;
        background: rgba(187, 133, 86, 1);
        border-radius: 50%;
        padding: 7px 0px;
        margin: 0 auto;
    }
    .copyRight {
        font-size: 13px;
    }
    
    .hover-img-size {
        min-height: 0 !important;
    }
    .column div {
        height: auto;
    }
    .column:last-child {
        padding-bottom: 30px !important;
    }
    .column div span {
        bottom: -11px !important;
    }
    .column div.img-small-right {
        height: auto !important;
    }
    figure {
    height: auto !important;
    }
    figure.img-small {
    height: auto !important;
    margin: 0 0 40px 0 !important;
    }
    
    .column div.img-small-right span {
        bottom: -2px !important;
    margin-bottom: 15px;
    }
    
}

@media only screen and (min-width: 414px) and (max-width: 736px) {
	body {width: 100%; min-width: 0 !important; }
	.container { min-width: 0; }
	.mobile-none {display: none; }
	.mobile {display: block !important; }
    .dealer-map{
        width: 100%;
    }


}

@media only screen and (min-width: 1024px) and (max-width: 768px) {
	body {width: 100%; min-width: 0 !important; }
	.container { min-width: 0; }
	.mobile-none {display: none; }
	.mobile {display: block !important; }
    .dealer-map{
        width: 100%;
    }

}
