﻿@charset "utf-8";
html, body {
	height: 100%;
	width: 100%;
}
* {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}
body {
	height: 100%;
	color: #1F1F1F;
	font-family: 'kanitlight', Tahoma, Geneva, sans-serif;
	line-height: 1.3em;
	font-size: 18px;
	min-width: 300px;
}
input, input:before,input:after{
    -webkit-user-select: initial !important;
    -khmtl-user-select: initial !important;
    -moz-user-select: initial !important;
    -ms-user-select: initial !important;
    user-select: initial !important;
}
label {
	font-weight: normal;
	margin-bottom:0;
	font-family:inherit;
	font-size:inherit;
}
p {
	color: inherit;
}
h1, h2, h3, h4, h5, h6,p {
	font-weight:normal;
	margin: 0;
	color:inherit;
	font-size:inherit;
	font-family:inherit;
}
h1{
	font-size:60px;
	color:#1F5992;
	font-family:'kanitlight';
}
h1.subhead{
	font-size:45px;
	color:#1F1F1F;
	font-family:'kanitlight';
}
h2{
	font-size:40px;
	font-family:'kanitregular';
}
h3{
	font-size:30px;
	font-family:'kanitregular';
}
h3{
	font-size:30px;
	font-family:'kanitregular';
}
ol, ul {
	padding-left: 30px;
}
hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top:1px solid #DDDDDD;	
}
hr.brd999{
	border-top: 1px solid #999999;	
	
}
b, strong{
	font-weight:normal;
	font-family: 'kanitmedium';	
}
a,a:focus, a:hover{
	color:inherit;	
	/*font-size:inherit;*/
}
a:active, a:focus{
	text-decoration:none;
	outline:none;	
}
input{
outline:none;	
}
a.arrow-right{
	background:url(../../../../images/default-source/share/arrow-more.gif) center right no-repeat;
	display:inline-block;
	padding-right:25px;
	color:inherit;
	font-size:inherit;
}
a.totop{
	background:url(../../../../images/default-source/share/totop.png) center left no-repeat;
	display:inline-block;
	padding-left:25px;
	color:inherit;
	font-size:inherit;	
}
a.linknext{
	background:url(../../../../images/default-source/share/paging-next.png) center right no-repeat;
	display:inline-block;
	padding-right:40px;
	color:inherit;
	font-size:inherit;	
}
.arrow-upborder{
	 width:0px;
	 height:0px;
	 border-left:10px solid transparent;
	 border-right:10px solid transparent;
	 border-bottom:10px solid #666;
}
.timenews{
	font-family:"Times New Roman", Times, serif;
}
.img-responsive{
	display:inline-block;
}
.img-resize{
	width:100%;
	height:auto;
}
.detail-text img, .information img, .padImage img, .propertydsc img, .desc p img , .product-detail .description img,.product-detail .propertydsc img{
	width:100% !important;
	height:auto !important;
	padding-bottom: 20px;
}

.relative{
	position:relative;	
}
.absolute{
	position:absolute;	
}
/**********COLOR************/
.white{
	color:#FFFFFF;	
}
.black{
	color:#1F1F1F;	
}
.hd {
	padding-top:40px;
	text-align:center;
}
.hdsub{
	padding-top:70px;
	text-align:center;
}
.teaser-img {
    padding-top: 40px;
}
select::-ms-expand{
    display:none !important;
}

/******Layout*******/
.row {
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2,
.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
.col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11,
.col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5,
.col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1,
.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 0px;
	padding-left: 0px;
}
.wrapper {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
	position:relative;
}
.Wrapper-menu{
    padding: 0;
}
.inline-block{
	display: inline-block;
}
.toppage{
	float:right;
	margin-bottom:20px;
}
/**********Button***********/
.btn{
	font-family: 'kanitmedium';
	font-size: 16px;
	background: transparent;
	border-radius:45px;
	color: #fff;
	width: 100%;
	height: 45px;
	text-align: center;
	transition: background-color 500ms linear, color 200ms;
	display: inline-block;
	text-decoration: none;
	line-height: 2em;	
}
.btn.focus, .btn:focus, .btn:hover {
  color: inherit;
  text-decoration: none;
}
.btn.blue{
	background-color:#205992;
}

.btn.blue:visited, .btn.blue:focus{
    color: #fff;
    font-size: 16px;
}
.btn.blue:hover{
	border:1px solid #205992;
	background-color:#FFF;
	color:#205992;
    font-size: 16px;
}
.btn.red{
	background-color:#DB402B;
}
.btn.red:hover{
	border:1px solid #DB402B;
	color:#DB402B;
	background-color:#FFF;
}
.btn.white{
	border:1px solid #fff;
	background-color: #fff;
	color:#000;
	font-size: 16px;
}
.btn.white:hover{
	font-size:16px;
}
.btn.blackwhite{
    border:1px solid #000;
	background-color: #fff;
	color:#000;
	font-size: 16px;
}
.btn.blackwhite:hover {
    font-size:16px;
}
.btn.light-red{
	background-color: #F45345;
	color:#fff;
	font-size: 16px;
}
.btn.light-red:hover{
	font-size: 16px;
}
.btn.gray999{
	background-color: #999999;
}
.btn.transparent{
	background: transparent;
	border:1px solid #fff;
	color:#fff;
	font-size:16px;
	font-family:'kanitlight';
}
.btn.transparent:hover{
	font-size:16px;
}
.btn.transparent1{
	background-color: #A5A4A1;
    opacity: 0.7;
	font-size: 16px;
}
.btn.transparent1:hover{
	color:#fff;
	font-size: 16px;
}
.inputi{
    border-bottom:red solid 1px !important;
    background-image:url('/images/default-source/share/invalid-input.png');
    background-position: center right;
    background-repeat:no-repeat;

}
.sfFormBox{
    vertical-align:top;
}
/*.breadcrumb #breadcrumb-bar{
  background-color: #464646;	
}
.breadcrumb{
	padding: 8px 15px;
	margin-bottom: 0px;
	list-style: none;
	border-radius:0;
	background-color: #464646;
	color:rgba(255,255,255,.5);
	font-size:16px;
	font-family:'kanitlight';
}*/
 #breadcrumb-bar{
  background-color: #464646;	
}
 #breadcrumb-bar .RadSiteMap_Default{
    max-width: 1230px;
    margin: 0 auto;
    padding: 8px 15px;
	margin-bottom: 0px;
	list-style: none;
	border-radius:0;
	background-color: #464646;
	color:rgba(255,255,255,.5);
	font-size:16px;
	font-family:'kanitlight';
}
 #breadcrumb-bar .RadSiteMap .rsmFlow{
    padding-bottom:0;
	margin: 0;
    padding: 0;
    list-style: none;
}
 #breadcrumb-bar .RadSiteMap .rsmFlow>.rsmItem {
    display: inline-block;
}
 #breadcrumb-bar  .RadSiteMap .rsmLink{
    padding:0px;
}


 #breadcrumb-bar .RadSiteMap_Default .rsmOneLevel .rsmLink:hover{
    border-color: transparent;
   color:rgba(255,255,255,.5);
    background-color: transparent;
    background-image: initial;
}
 #breadcrumb-bar  ul li+li:before{
	color:rgba(255,255,255,.5);
	content: ">";
	padding:0 5px 0 0;
}
 #breadcrumb-bar ul .active{
	color:rgba(255,255,255,.5);
}
 #breadcrumb-bar  .sfBreadcrumbNodeSeparator{
    display:none;
}
/****************paging******************/
.paging{
	text-align:center;	
	font-family:'kanitregular';
	font-size:16px;
	color:#545454;
	vertical-align:middle;
}
.paging img{
  vertical-align: initial;
}
.paging .prev{
	margin-right:5%;	
}
.paging .next{
	margin-left:5%;	
}
.paging a,
.paging span{
	display:inline-block;
	width:30px;
	height:30px;
	line-height:2em;
}
.paging a:hover{
	color:#205992;
	text-decoration:none;
}
.paging a.active,.paging a.active:hover{
	color:#FFFFFF;
	background-color:#205992;
	border-radius:30px;
}
/*********owlcarousel***********/
.owl-carousel .owl-item img{
	width:100%;
	height:auto;	
}
.owl-theme .owl-nav.disabled+.owl-dots{
	position:absolute;
	bottom:0;
	width:100%;	
	margin-top:0px;
}
.owl-theme .owl-dots .owl-dot span{
	background:#BBBBBB;
	margin: 5px 5px;	
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:#215992;
}
/*********Banner*************/
#banner-footer{
	background-color:#F8F8F8;
	padding:50px 0px;
}
#banner-footer .banner a{
display:block;	
}
#banner-footer .banner:first-child a{
	margin-right:10px;	
}
#banner-footer .banner:last-child a{
	margin-left:10px;	
}

/*************Uniform****************/
div.selector {
	border-bottom: 1px solid rgba(33,89,146,0.25);
	height:49px;
	background-color: transparent;
	/*width: 94% !important;*/
	padding: 0px 3%;
	/*display: table;*/
	display:inline-table;
	background:url(../../../../images/default-source/share/ddl.png) center right no-repeat;
    text-align:left;
}
div.selector.focus, div.selector.hover {
	background: url(../../../../images/default-source/share/ddl.png) center right no-repeat;
}

div.selector span {
	background: none;
}
div.selector span {
	text-shadow: none;
	font-size: 30px;
	font-family:'kanitlight';
	color:#205992;
	font-style: normal;
	font-weight: normal;
	padding-right: 0;
	/*width: 100% !important;*/
	display: table-cell;
	vertical-align: middle;
	padding-right:30px;
}
div.selector select {
	background: 0 0;
	position: absolute;
	height: 100%;
	top: 3px;
	left: 0;
	width: 100%;
	font-size: 18px;
	font-family:'kanitlight';
	color:#205992;
	line-height: 2em;
	font-style: normal;
	font-weight: normal;
}
.input div.selector{
	border-bottom:solid 1px rgba(34,34,34,0.5);	
}
.input div.selector span {
	text-shadow: none;
	font-size: 20px;
	font-family:'kanitlight';
	color:#333333;
	font-style: normal;
	font-weight: normal;
	padding-right: 0;
	display: table-cell;
	vertical-align: middle;
}
.input div.selector select {
	background: 0 0;
	position: absolute;
	height: 100%;
	top: 3px;
	left: 0;
	width: 100%;
	font-size: 18px;
	font-family:'kanitlight';
	color:#333333;
	line-height: 2em;
	font-style: normal;
	font-weight: normal;
}
/**white**/

.white div.selector {
	border-bottom: 1px solid rgba(250,250,250,0.5);
	height:49px;
	background-color: transparent;
	/*width: 94% !important;*/
	padding: 0px 3%;
	/*display: table;*/
	display:inline-table;
	background:url(../../../../images/default-source/share/ddl1_w.png) center right no-repeat;
    text-align:left;
}
.white div.selector.focus, .white div.selector.hover {
	background: url(../../../../images/default-source/share/ddl1_w.png) center right no-repeat;
}

.white div.selector span {
	background: none;
}
.white div.selector span {
	text-shadow: none;
	font-size: 30px;
	font-family:'kanitlight';
	color:#FFFFFF;
	font-style: normal;
	font-weight: normal;
	padding-right: 0;
	/*width: 100% !important;*/
	display: table-cell;
	vertical-align: middle;
}
.white div.selector select {
	background: 0 0;
	position: absolute;
	height: 100%;
	top: 3px;
	left: 0;
	width: 100%;
	font-size: 18px;
	font-family:'kanitlight';
	/*color:#FFFFFF;*/
	line-height: 2em;
	font-style: normal;
	font-weight: normal;
}
.white .input div.selector{
	border-bottom:1px solid rgba(250,250,250,0.5);	
}
.white .input div.selector span {
	text-shadow: none;
	font-size: 20px;
	font-family:'kanitlight';
	color:#ffffff;
	font-style: normal;
	font-weight: normal;
	padding-right: 0;
	display: table-cell;
	vertical-align: middle;
}
.white .input div.selector select {
	background: 0 0;
	position: absolute;
	height: 100%;
	top: 3px;
	left: 0;
	width: 100%;
	font-size: 18px;
	font-family:'kanitlight';
	/*color:#ffffff;*/
	line-height: 2em;
	font-style: normal;
	font-weight: normal;
}
/*****/

.input div.selector.fixedWidth{
	width:100%;
}

.input{
	margin-top:20px;	
}
.input input{
	border-radius:50px;
	height:50px;
	width:100%;
	border:1px solid rgba(153,153,153,0.5);
	background-color:#FFFFFF;
	padding:0 7%;
	font-family:'kanitregular';
	font-size:18px;
	color:#1F1F1F;
}
input.input-search{
	width: 70%;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
	border: 0;
	text-indent:50px;
	padding:10px;
	margin-top:20px;
	background: #fff url(/images/default-source/icon/search-home.png) center left no-repeat;
	background-position-x: 20px;	
}

.input input::-moz-placeholder {
  color: #1F1F1F;
  opacity: 1;
}
.input input:-ms-input-placeholder {
  color: #1F1F1F;
  opacity: 1;
}
.input input::-webkit-input-placeholder {
  color: #1F1F1F;
  opacity: 1;
}

/*******Tab Menu**********/
#tab_menu .nav_menu{
	background:#E6E6E6;
	height:90px;	
}
#tab_menu .nav_menu ul{
	list-style:none;
	width:100%;
	padding-left:0;
	margin-bottom:0;
}
#tab_menu .nav_menu ul li{
	float:left;
	width:100%;
	color:#C1C1C1;
	font-size:18px;
	text-align:center;
	border-right:1px solid #FFFFFF;
	height:90px;	
}
#tab_menu .nav_menu .owl-carousel .owl-item li img{
	width:auto;
	height:auto;
	display: inline-block;	
}

#tab_menu .nav_menu ul li a{
	display:block;
	margin-top:10px;	
}
#tab_menu .nav_menu ul li a:hover,#tab_menu .nav_menu ul li a:active{
	text-decoration:none;	
}
#tab_menu .nav_menu ul li h2{
	text-align:center;	
	font-size:18px;
	font-family:'kanitregular';
	margin-top:5px;
	display:block;
}
#tab_menu .nav_menu ul li.active{
	color:#FFFFFF;
	background-color:#205992;
}
#tab_menu .nav_menu ul li.tab-search{
	background-color:#FFFFFF;
	color:#205992;
}
#tab_menu .nav_menu ul li.tab-search.active{
	background-color:#205992;
	color:#FFFFFF;
}
#tab_menu .nav_submenu{
	background-color:#205992;
	height:60px;
	text-align:center; 	
	width:100%;
	vertical-align:middle;
}
#tab_menu .nav_submenu .expand{
	display:none;	
}
#tab_menu .nav_submenu a{
	display:inline-block;
	padding:18px 20px 0 20px;	
	font-size:18px;
	font-family:'kanitlight';
	color:rgba(255,255,255,0.5);
}
#tab_menu .nav_submenu a:hover{
	color:rgba(255,255,255,1);	
	text-decoration:none;
}
#tab_menu .nav_submenu a h3{
	display:block;
	line-height:1.3em;
	font-size:18px;
	font-family:'kanitlight';
}
#tab_menu .nav_submenu a.active{
	color:rgba(255,255,255,1);
	height:59px;
}
#tab_menu .nav_submenu a.active h3{
	color:rgba(255,255,255,1);
	height:41px;
	border-bottom:3px solid #DB402B;
	padding:0 10px;
}

.back{
    margin-top: 40px;
    margin-bottom: 40px;
}

#product-rec h5{
	font-size:25px;	
	font-family: 'kanitregular';
	padding-left:30px;		
}
#product-rec #products{
    padding-top:20px;
}
#product-rec #products .item{
	/*padding: 30px;*/
	margin-bottom: 15px;
	text-align: center;
	position: relative;
	/*height: 390px;*/
}
#product-rec #products .item .text a {
	display: block;
}
#product-rec #products .item .text a:hover {
	text-decoration: none;
}
#product-rec #products .item .text a.title {
	height: 40px;
	display: table;
	width: 100%;
	margin-top:0px;
}
#product-rec #products .item .text a h4 {
	    color: #205992;
	font-family: 'kanitregular';
	display: table-cell;
	vertical-align: top;
}
#product-rec #products .item .text a p {
	color: #545454;
	font-size: 16px;
        line-height:1.4em;
}
#product-rec .item-hover {
	font-family: 'kanitmedium';
	font-size: 16px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.85);
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	cursor: pointer;
}
#product-rec .item:hover {
	box-shadow: 0 0px 30px 5px rgba(0,0,0,.15);
	border-radius: 10px;
}
#product-rec  .item:hover .item-hover {
	visibility: visible;
	opacity: 1;
}
#product-rec .btn-action {
    max-width: 190px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 105px;
    margin: auto;
    position: absolute;
}
#product-rec .btn-action .addcart {
    margin-top: 10px;
    background-color: #DB402B;
    color:#FFF;
}

.bannerimg1{
    padding: 0 10px 0 0;
    margin:60px 0;
}
.bannerimg2{
    padding: 0 0 0 10px;
    margin:60px 0;
}
.bannerimg2 #contentPlaceholder_ctl02_C016_Col01,.bannerimg1 #contentPlaceholder_ctl02_C016_Col01{
    margin:0;
    padding:0;
}
.wrap-bottombanner{
    background-color:#F8F8F8;
}

/******Video Teaser******/
.video{
	width:100%;
	height:100%;
	position:relative;	
}
.video .play{
	background-color: #F45345;
    opacity: 0.8;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);	
	cursor:pointer;
}
.video .play img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 13px;
    height: 18px;
}
.video .img-cover{
	position:relative;
	z-index:1;	
}
.video .frameyoutube {
	visibility:hidden;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.video .frameyoutube iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.youtube{
	position:relative;
	padding-bottom:56.25%;
	width:100%;
	height:0;
	overflow:auto;
	-webkit-overflow-scrolling:touch;	
}
.youtube iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/**TAG**/
.subj {
    background: #EEEEEE;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width:auto;
    padding: 5px 15px;
}
.subj.float-right{
    float: right;
    margin-left: 10px;
}
.subj.float-left{
    float: left;
}
.subj p{
    font-size: 15px;
    text-align: center;
}
.info-tag{
    position: absolute;
    right: 10px;
    top: 10px;
}
.images-info{
    margin:0 15px;
    position: relative;
}
.images-info:hover{
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.33);
    border: 0;
}
.text-info{
    padding:15px;
    text-align: left;
    color:#000;
    height:140px;
    border: 1px solid #DDDDDD;
}
.text-info p{
    font-size: 16px;
    line-height: 2em;
}
.text-info h4{
    font-size: 20px;
    /*font-weight: bold;*/
    line-height: 1.3em;
}

.mapInfo{
	background-color: #FFF; 
	text-align:left;
}
.mapInfo a{
	color:#000000; 
	font-size:15px; 
	line-height:1.4em; 
	display:block;
	background: url(/images/default-source/icon/arrowg15-r.png) right center no-repeat; 
	padding-right:40px;
	font-family: 'kanitlight';
}
.center {
	text-align: center;
}

.kanitlight{
    font-family: 'kanitlight' !important;	
}

.kanitmedium{
    font-family: 'kanitmedium' !important;	
}

.kanitregular{
    font-family: 'kanitregular' !important;
}

.hidecontent{
    display: none !important;
}

.showcontent{
    display: block !important;
}

.showPChideMobile{
     display: block !important;
}

.showMobilehidePC{
     display: none !important;
}

.inner-div {
	padding: 0 10px;
	vertical-align: bottom;
	display: inline-block;
}
.inner-div1 {
	padding: 0 10px;
	vertical-align: top;
	display: inline-block;
}

.detail-content .second-div {
    margin-top:30px;
    margin-bottom: 50px;
}

@media (min-width: 1200px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
    #tab_menu .nav_menu{
	    overflow:hidden;	
    }
    #tab_menu .nav_menu ul{
	    width:auto;
	    padding:0 25px;
    }

    #tab_menu .nav_menu .owl-theme .owl-nav{
	    position:absolute;
	    top:40%;
	    margin-top:0;	
	    width:100%;
    }

    #tab_menu .nav_menu .owl-theme .owl-nav [class*=owl-]{
	    margin: 0;
	    padding: 0;
	    background-color:transparent;
	    display: inline-block;
	    cursor: pointer;
	    border-radius: 0;	
    }
    #tab_menu .nav_menu .owl-carousel .owl-nav .owl-next{
	    background: url(../../../../images/default-source/share/tab-next.png) no-repeat right center;
	    position:absolute;
	    right:15px;
	    height:30px;
	    width: 20px;	
    }
    #tab_menu .nav_menu .owl-carousel .owl-nav .owl-prev{
	    background: url(../../../../images/default-source/share/tab-prev.png) no-repeat right center;
	    position:absolute;
	    left:-30px;
	    height:30px;
	    width: 20px;	
    }
    #tab_menu .nav_menu .owl-theme .owl-nav .disabled{
	    display:none;
    }

    #tab_menu .nav_submenu{
	    overflow:hidden;
	    max-height:60px;
	    transition:max-height 1s ease-in-out;	
	    -webkit-transition:max-height 1s ease-in-out;	
	    -moz-transition:max-height 1s ease-in-out;	
	    -o-transition:max-height 1s ease-in-out;	
    }
    #tab_menu .nav_submenu .expand{
	    cursor:pointer;
	    display:block;
        padding-top: 18px;
	    margin:0 10px;
        color: rgba(255,255,255,0.5);
	    background:url(../../../../images/default-source/icon/plus-w.png) no-repeat center right;
	    height:60px;
    }	

    #tab_menu .nav_submenu .expand h3{
	    color: rgba(255,255,255,1);
	    height: 41px;
	    padding: 0 10px;
        font-size:20px;
        font-family: 'kanitlight';
    }
    #tab_menu .nav_submenu.expandmenu{
	    height:auto;
	    overflow:visible;
	    max-height:500px;
    }
    #tab_menu .nav_submenu.expandmenu .wrapper{
	    padding:0;	
    }
    #tab_menu .nav_submenu.expandmenu .expand{
	    margin:0 35px;
        background:url(../../../../images/default-source/icon/minus-w.png) no-repeat center right;
    }
    #tab_menu .nav_submenu.expandmenu a{
	    padding: 15px 20px 15px 20px;
    }
    #tab_menu .nav_submenu.expandmenu a:last-child{
	    padding: 15px 20px 30px 20px;
    }
    #tab_menu .nav_submenu .all{
	    display:none;	
    }
    #tab_menu .nav_submenu a{
	    display:block;
	    color:#FFF;		
    }
    #tab_menu .nav_submenu a.active{
	    background-color:#F45345;
    }
    #tab_menu .nav_submenu.expandmenu  a.active h3{
	    border-bottom:0;
	    position:relative;
    }
}

@media (max-width: 991px) {
	.detail-content .row.center.first-div .inner-div:first-child img,
    .detail-content .row.center.second-div .inner-div:last-child img {
        width:380px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	
    #tab_menu .nav_menu{
	    overflow:hidden;	
    }
    #tab_menu .nav_menu ul{
	    width:auto;
	    padding:0 25px;
    }
    #tab_menu .nav_menu .owl-theme .owl-nav{
	    position:absolute;
	    top:40%;
	    margin-top:0;	
	    width:100%;
    }
    #tab_menu .nav_menu .owl-theme .owl-nav [class*=owl-]{
	    margin: 0;
	    padding: 0;
	    background-color:transparent;
	    display: inline-block;
	    cursor: pointer;
	    border-radius: 0;	
    }
    #tab_menu .nav_menu .owl-carousel .owl-nav .owl-next{
	    background: url(../../../../images/default-source/share/tab-next.png) no-repeat right center;
	    position:absolute;
	    right:15px;
	    height:30px;
	    width: 20px;	
    }
    #tab_menu .nav_menu .owl-carousel .owl-nav .owl-prev{
	    background: url(../../../../images/default-source/share/tab-prev.png) no-repeat right center;
	    position:absolute;
	    left:-30px;
	    height:30px;
	    width: 20px;	
    }
    #tab_menu .nav_menu .owl-theme .owl-nav .disabled{
	    display:none;
    }

    #tab_menu .nav_submenu{
	    overflow:hidden;
	    max-height:60px;
	    transition:max-height 1s ease-in-out;	
	    -webkit-transition:max-height 1s ease-in-out;	
	    -moz-transition:max-height 1s ease-in-out;	
	    -o-transition:max-height 1s ease-in-out;	
    }
    #tab_menu .nav_submenu .expand{
	    cursor:pointer;
	    display:block;
        padding-top: 18px;
	    margin:0 10px;
        color: rgba(255,255,255,0.5);
	    background:url(../../../../images/default-source/icon/plus-w.png) no-repeat center right;
	    height:60px;
    }	
    #tab_menu .nav_submenu .expand h3{
	    color: rgba(255,255,255,1);
	    height: 41px;
	    padding: 0 10px;
        font-size:20px;
        font-family: 'kanitlight';
    }
    #tab_menu .nav_submenu.expandmenu{
	    height:auto;
	    overflow:visible;
	    max-height:500px;
    }
    #tab_menu .nav_submenu.expandmenu .wrapper{
	    padding:0;	
    }
    #tab_menu .nav_submenu.expandmenu .expand{
	    margin:0 35px;
        background:url(../../../../images/default-source/icon/minus-w.png) no-repeat center right;
    }
    #tab_menu .nav_submenu.expandmenu a{
	    padding: 15px 20px 15px 20px;
    }
    #tab_menu .nav_submenu.expandmenu a:last-child{
	    padding: 15px 20px 30px 20px;
    }
    #tab_menu .nav_submenu .all{
	    display:none;	
    }
    #tab_menu .nav_submenu a{
	    display:block;
	    color:#FFF;		
    }
    #tab_menu .nav_submenu a.active{
	    background-color:#F45345;
    }
    #tab_menu .nav_submenu.expandmenu  a.active h3{
	    border-bottom:0;
	    position:relative;
    }

	.bannerimg1{
		padding: 0;
		margin:30px 0 0;
	}
	.bannerimg2{
		padding: 0;
		margin:30px 0;
	}
}


@media (max-width: 768px) {

	.wrap-bottombanner{
		padding-top: 20px;
		padding-bottom: 20px;	
	}
	.bannerimg1{
		padding:0;
		margin:0;
	}
	.bannerimg2{
		padding: 0 ;
		margin:20px 0px 0px 0px;
	}
    .back{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
	.inner-div {
	    width: 100%;
    }

    .detail-content .row.center.first-div .inner-div:first-child img, 
    .detail-content .row.center.second-div .inner-div:last-child img {
        width: 100%;
    }

    .detail-content .row.center.visible-xs.small-div {
        margin-top:20px;
    }

    .inner-xs img {
	    width: 100%;
	    padding: 0 10px;
    }

    .detail-content .second-div {
        margin-top: 20px;
    }


    .showPChideMobile{
         display: none !important;
    }

    .showMobilehidePC{
         display: block !important;
    }
	
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2,
	.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
	.col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11,
	.col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5,
	.col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1,
	.col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
	.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
	.col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12,
	.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
	.col-xs-7, .col-xs-8, .col-xs-9 {
		padding-right: 0px;
		padding-left: 0px;
	}
	h1{
		font-size: 50px;
	}
    .hd h1{
        font-size: 35px;
    }
	h1.subhead{
		font-size: 30px;
	}
	.hd {
		padding-top: 30px;
	}
	.hdsub{
		padding-top: 40px;
		text-align:center;
	}

	#tab_menu .nav_menu{
		overflow:hidden;	
	}
	#tab_menu .nav_menu ul{
		width:auto;
		padding:0 25px;
	}

	#tab_menu .nav_menu .owl-theme .owl-nav{
		position:absolute;
		top:40%;
		margin-top:0;	
		width:100%;
	}

	#tab_menu .nav_menu .owl-theme .owl-nav [class*=owl-]{
		margin: 0;
		padding: 0;
		background-color:transparent;
		display: inline-block;
		cursor: pointer;
		border-radius: 0;	
	}
	#tab_menu .nav_menu .owl-carousel .owl-nav .owl-next{
		background: url(../../../../images/default-source/share/tab-next.png) no-repeat right center;
		position:absolute;
		right:15px;
		height:30px;
		width: 20px;	
	}
	#tab_menu .nav_menu .owl-carousel .owl-nav .owl-prev{
		background: url(../../../../images/default-source/share/tab-prev.png) no-repeat right center;
		position:absolute;
		left:-30px;
		height:30px;
		width: 20px;	
	}
	#tab_menu .nav_menu .owl-theme .owl-nav .disabled{
		display:none;
	}

	#tab_menu .nav_submenu{
		overflow:hidden;
		max-height:60px;
		transition:max-height 1s ease-in-out;	
		-webkit-transition:max-height 1s ease-in-out;	
		-moz-transition:max-height 1s ease-in-out;	
		-o-transition:max-height 1s ease-in-out;	
	}
	#tab_menu .nav_submenu .expand{
		cursor:pointer;
		display:block;
		padding-top: 18px;
		margin:0 20px;
		color: rgba(255,255,255,0.5);
		background:url(../../../../images/default-source/icon/plus-w.png) no-repeat center right;
		height:60px;
	}	

	#tab_menu .nav_submenu .expand h3{
		color: rgba(255,255,255,1);
		height: 41px;
		padding: 0 10px;
		font-size:20px;
		font-family: 'kanitlight';
	}
	#tab_menu .nav_submenu.expandmenu{
		height:auto;
		overflow:visible;
		max-height:500px;
	}
	#tab_menu .nav_submenu.expandmenu .wrapper{
		padding:0;	
	}
	#tab_menu .nav_submenu.expandmenu .expand{
		margin:0 35px;
		background:url(../../../../images/default-source/icon/minus-w.png) no-repeat center right;
	}
	#tab_menu .nav_submenu.expandmenu a{
		padding: 15px 20px 15px 20px;
	}
	#tab_menu .nav_submenu.expandmenu a:last-child{
		padding: 15px 20px 30px 20px;
	}
	#tab_menu .nav_submenu .all{
		display:none;	
	}
	#tab_menu .nav_submenu a{
		display:block;
		color:#FFF;		
	}
	#tab_menu .nav_submenu a.active{
		background-color:#F45345;
	}
	#tab_menu .nav_submenu.expandmenu  a.active h3{
		border-bottom:0;
		position:relative;
	}
.mapInfo a{
	font-size:13px;	
}
}
@media (max-width:480px) {
    
    .hd h1{
        font-size: 30px;
    }
	#tab_menu .nav_menu	.wrapper{
		padding:0 10px;		
	}
	#tab_menu .nav_menu ul{
		padding:0 15px;
	}
	#tab_menu .nav_menu .owl-carousel .owl-nav .owl-next{
		right: -20px;	
	}
	#tab_menu .nav_menu .owl-carousel .owl-nav .owl-prev{
		left:-20px;	
	}

	#tab_menu .nav_submenu .expand{
	margin:0;	
	}

	input.input-search{
		background-size: 25px;
	}
    #product-rec #products .item .text a p {
	    font-size: 13px;
    }
}
@media (max-width: 380px) {

    .hd h1 {
        font-size: 25px;
    }
}