/******************************************
    IMPORT FONT
******************************************/

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,900italic,900,700italic,700,500italic,500,400italic,300italic,300,100italic,100);

@font-face {
font-family: 'Noto Serif';
font-style: normal;
font-weight: 400;
src: local('Noto Serif'), local('NotoSerif'), url(/dat/modcss/Noto-Serif/Noto.woff) format('woff');
}
@font-face {
font-family: 'Noto Serif';
font-style: normal;
font-weight: 700;
src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(/dat/modcss/Noto-Serif/Noto-bold.woff) format('woff');
}


/*** ======= // TABLE OF CONTENT // ============================
General Styling
uss-style
===================================================== ***/   
body {
		background-color: #fff;
		color: #606060;
		font-size:14px; 
		font-family:Arial, Helvetica, sans-serif;
		line-height: 21px;
		letter-spacing: 0.25px;
	}
	
.fa{line-height:inherit}
p {
	font-size: 14px;	
	 color:#555555;
	 line-height:20px;
	 
}

iframe{
    width:100%;
    border:0;
}

h1, h2, h3, h4, h5, h6, .main-menu .navbar-nav  li  a {
    font-family: 'Roboto Slab';
    color: #111;
    /* word-spacing: -3px; */
}

h1 {
	font-size: 28px;
	margin:0px;
	font-weight:800;
}
h2 {
	font-size: 24px;
	font-weight:800;
}
h3 {
	font-size: 20px; 
	line-height:25px
}
h4 {
	font-size: 16px;
	
}

h5 {
	font-size: 14px;
	color:#3b3b3b;
	
}

h6 {
	font-size: 14px;
	color:#3b3b3b;line-height:18px
	
}
img {
    max-width: 100%;
	height: auto;
	border: none; 
	vertical-align: middle;
}
h1,h2,h3,h4,h5,h6{margin-top:-3px;
word-break: break-word;
margin-bottom: 10px;
-webkit-text-size-adjust: 100%;
}

ul{list-style-type:none; margin:0; padding:0}

/* --------------------------------------------------------------------------
   Links
-------------------------------------------------------------------------- */
	
	a, 
	a:visited { 
	text-decoration: none; color:#333333
	}
	
   /**
	* Remove the gray background color from active links in IE 10.
	*/
	
	a:active {
 		background: transparent; /* 1 */
	}
	
	a:active,
	a:hover, 
	a:focus {
		outline: 0; 
		text-decoration: underline;
	}	
			

	a,.btn,.pagination li a {
		transition: opacity 0.5s;
		-webkit-transition: all ease 0.5s;
		-moz-transition: all ease 0.5s;
		-o-transition: all ease 0.5s;
		-ms-transition: all ease 0.5s;
		transition: all ease 0.5s;
	}
	a:hover,.btn:hover,.pagination li a:hover{
		-webkit-transition: all ease 0.7s;
		-moz-transition: all ease 0.7s;
		-o-transition: all ease 0.7s;
		-ms-transition: all ease 0.7s ;
		transition: all ease 0.5s ;
	}
	a:focus,button:focus{
		outline:0px;
	}
/*	
uss-style (font)
-------------------------------------------------------------------------- */

.bold-h3 h3.entry-title{font-weight:700}
.bold-h4 h4.entry-title{font-weight:700}
.font12-h3 h3.entry-title{font-size:12px;line-height:16px}
.font12-h4 h4.entry-title{font-size:12px;line-height:16px}
.font13-h3 h3.entry-title{font-size:13px;line-height:18px}
.font13-h4 h4.entry-title{font-size:13px;line-height:18px}
.font14-h3 h3.entry-title{font-size:14px;line-height:18px}
.font14-h4 h4.entry-title{font-size:14px;line-height:18px}
.font15-h3 h3.entry-title{font-size:15px;line-height:19px}
.font15-h4 h4.entry-title{font-size:15px;line-height:19px}
.font16-h3 h3.entry-title{font-size:16px;line-height:21px}
.font16-h4 h4.entry-title{font-size:16px;line-height:21px}

/*	
uss-style (Margin and padding)
-------------------------------------------------------------------------- */

	.pt-10{padding-top:10px}
	.pt-15{padding-top:15px}
	.pt-20{padding-top:20px}
	.pt-30{padding-top:30px}
	.pt-40{padding-top:40px}
	.pt-50{padding-top:50px}
	.pt-60{padding-top:60px}
	.pt-70{padding-top:70px}
	.pt-80{padding-top:80px}
	.pt-90{padding-top:90px}
	.pt-100{padding-top:100px}
	.pb-10{padding-bottom:10px}
	.pb-15{padding-bottom:15px}
	.pb-20{padding-bottom:20px}
	.pb-30{padding-bottom:30px}
	.pb-40{padding-bottom:40px}
	.pb-50{padding-bottom:50px}
	.pb-60{padding-bottom:60px}
	.pb-70{padding-bottom:70px}
	.pb-80{padding-bottom:80px}
	.pb-90{padding-bottom:90px}
	.pb-100{padding-bottom:100px}
	.mrt-10{margin-top:10px}
	.mrt-15{margin-top:15px}
	.mrt-20{margin-top:20px}
	.mrt-30{margin-top:30px}
	.mrt-40{margin-top:40px}
	.mrt-50{margin-top:50px}
	.mrt-60{margin-top:60px}
	.mrt-70{margin-top:70px}
	.mrt-80{margin-top:80px}
	.mrt-90{margin-top:90px}
	.mrt-100{margin-top:100px}
	.mrt-120{margin-top:120px}	
	.mrb-10{margin-bottom:10px}
	.mrb-15{margin-bottom:15px}
	.mrb-20{margin-bottom:20px}
	.mrb-30{margin-bottom:30px}
	.mrb-40{margin-bottom:40px}
	.mrb-50{margin-bottom:50px}
	.mrb-60{margin-bottom:60px}
	.mrb-70{margin-bottom:70px}
	.mrb-80{margin-bottom:80px}
	.mrb-90{margin-bottom:90px}
	.mrb-100{margin-bottom:100px}

/*	
uss-style (article)
-------------------------------------------------------------------------- */

.post:before,
.post:after{
  content: " ";
  display: table;
}
.post:after{
  clear: both;
}
.post {
    position: relative;
}

.date-time {
    display: block;
    font-size: 12px;
     line-height: 16px;
    color:#aaa
}

	article .post-content {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
article .post-content p{margin-bottom:0; margin-top:10px}
  
/*	
uss-style (img)
-------------------------------------------------------------------------- */
	
	.post-img img {
		display: bl ock;
		width: 100%;
		height: auto;
			-webkit-transition: all 1s ease; /* Safari and Chrome */
		-moz-transition: all 1s ease; /* Firefox */
		-o-transition: all 1s ease; /* IE 9 */
		-ms-transition: all 1s ease; /* Opera */
		transition: all 1s ease;
	}

/* article-thumbnail */
.article-thumbnail .post-img{
    overflow:hidden;
	height:150px
}
.article-thumbnail .post-content-wrap{height:60px}
@media (max-width: 999px) and (min-width: 720px){
.article-thumbnail .post-img{height:140px}
}

@media (max-width: 479px) and (min-width: 0)
{
.article-thumbnail .post-img{height:140px}
}
	
	.post-img.media-left {
	  float: left;
	  margin-right: 15px;
	  width: 100px;
	}
	.post-img.alignright {
	  float: right;
	  margin-left: 15px;
	  max-width: 100px;
	}
	.top-img .post-img {
    margin-bottom: 15px;
    }
	
/*	
uss-style (img-text tren anh)
-------------------------------------------------------------------------- */
.post-text-on .post-image {
    overflow: hidden;
}

.post-text-on .post-content-wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    width: 100%;
    background: linear-gradient(to top,#161616,transparent);
    background: -webkit-linear-gradient(to top,#161616,transparent);
    background: -o-linear-gradient(to top,#161616,transparent);
    background: -moz-linear-gradient(to top,#161616,transparent);
    z-index: 9; color:#ffffff
}
.post-text-on h3.entry-title a{color:#ffffff}


/*	
Pagination
-------------------------------------------------------------------------- */
	.pagination>li:first-child>a,.pagination>li:first-child>span
	 {
		margin-left: 0;border-radius:3px;
	}
	.pagination>li:last-child>a, .pagination>li:last-child>span
	 {
		margin-right: 0;border-radius:3px;
	}
	
	.pagination li a{
	margin:0 3px 0 0 !important;
	color:#222;border:none;border-radius:3px;
	}
	.pagination>.active>a,
	.pagination>.active>span,
	.pagination>li>a:focus, .pagination>li>span:focus {
	border-radius:3px;color: #fff;
	}

/*	
keywords
-------------------------------------------------------------------------- */
.kw-st1 .keywords{ padding-top:15px}
.kw-st1 .keywords a:after
{
	content: '/';
	margin: 0 15px;
}
.kw-st1 .keywords a{color:#9d9d9d; font-size:12px
}
.kw-st1 .keywords a:last-child:after{margin:0;content: '';}

.post-title-only .number {
    width: 40px;
    height: 40px;
    float: left;
    line-height: 40px;
    font-weight: 600;
    font-size: 21px;
    border: 3px solid #eeefef;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
}
.post-title-only .post-title{ margin-top:10px}
.post-title-only article.post {
    margin-bottom: 10px;
}

/*
read more
-------------------------------------------------------------------------- */

.rm-st1 .read-more a{
    display: inline-block;
   padding: 3px 15px;
    font-size: 11px;
    margin-top: 15px;
    color: #ffffff;
   text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
	position: relative;
border-radius:30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid;
   
}
.rm-st1 .read-more a:hover{
 background-color: transparent
}

/*	
list-inline and list-block
-------------------------------------------------------------------------- */
	/*list-inline*/
	.list-inline li{display:inline-block}
    .list-inline li{margin-left: 20px;}
	/*list-block*/
	.list-block li{margin-bottom: 15px;}

/*	
share
-------------------------------------------------------------------------- */
.icon.icon-circle {display:block;
width:48px;height: 48px; font-size: 14px; 
text-align: center; 
color: #fff; -moz-border-radius: 50%; 
-webkit-border-radius: 50%; border-radius: 50%; }
.icon.icon-circle > * { 
position: absolute; top: 50%; left: 50%; 
-moz-transform: translate3d(-50%, -50%, 0); 
-webkit-transform: translate3d(-50%, -50%, 0); 
transform: translate3d(-50%, -50%, 0); 
-webkit-filter: blur(0); filter: blur(0); }

.share-it {
position: fixed; bottom: 60px; right: 30px; z-index: 455; }
.share-it > .icon {
position: relative; background: #3ba3e2; color: #fff; -moz-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1); 
-webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1); 
-moz-transition: all 0.3s ease-out; 
-o-transition: all 0.3s ease-out; 
-webkit-transition: all 0.3s ease-out; 
transition: all 0.3s ease-out; }
.share-it > .icon > i {
z-index: 1; }

@media (max-width: 768px) {
.share-it {
bottom: 15px; right:15px}
}
.share-it > .icon:before {
position: absolute; top: 0; left: 0; width: 100%; height: 100%; -moz-border-radius: 50%; 
-webkit-border-radius: 50%; border-radius: 50%; 
background: #fff; 
-moz-transform: scale(0, 0); 
-ms-transform: scale(0, 0); 
-webkit-transform: scale(0, 0); 
transform: scale(0, 0); 
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); 
opacity: 0; content: ' '; 
-moz-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1); 
-webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1); 
box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1); 
-moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
-o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
-webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.share-it .share-list {
list-style: none; position: absolute; top: 0; right: 100%; width: 100vw; 
margin-right: 10px; visibility: hidden; }
.share-it .share-list > li {
float: right; direction: rtl; 
margin-right: 10px; visibility: hidden; 
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); 
opacity: 0; 
-moz-transform: translateY(20px) scale(0.5); 
-ms-transform: translateY(20px) scale(0.5); 
-webkit-transform: translateY(20px) scale(0.5); 
transform: translateY(20px) scale(0.5); 
-moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
-o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
-webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); 
}
.share-it .share-list > li .icon {
-moz-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1); }
.share-it .share-list > li:nth-child(1){ -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.share-it .share-list > li:nth-child(2){ -moz-transition-delay: 0.1s; -o-transition-delay: 0.1s; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.share-it .share-list > li:nth-child(3){ -moz-transition-delay: 0.2s; -o-transition-delay: 0.2s; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
.share-it .share-list > li:nth-child(4){ -moz-transition-delay: 0.3s; -o-transition-delay: 0.3s; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }
.share-it .share-list > li:nth-child(5){ -moz-transition-delay: 0.4s; -o-transition-delay: 0.4s; -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }
.share-it .share-list > li:nth-child(6){ -moz-transition-delay: 0.5s; -o-transition-delay: 0.5s; -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.share-it .share-list > li:nth-child(7){ -moz-transition-delay: 0.6s; -o-transition-delay: 0.6s; -webkit-transition-delay: 0.6s; transition-delay: 0.6s; }
.share-it .share-list > li:nth-child(8){ -moz-transition-delay: 0.7s; -o-transition-delay: 0.7s; -webkit-transition-delay: 0.7s; transition-delay: 0.7s; }
.share-it .share-list > li:nth-child(9){ -moz-transition-delay: 0.8s; -o-transition-delay: 0.8s; -webkit-transition-delay: 0.8s; transition-delay: 0.8s; }
.share-it .share-list > li:nth-child(10){ -moz-transition-delay: 0.9s; -o-transition-delay: 0.9s; -webkit-transition-delay: 0.9s; transition-delay: 0.9s; }
.share-it .share-list > li:nth-child(11){ -moz-transition-delay: 1.0s; -o-transition-delay: 1.0s; -webkit-transition-delay: 1.0s; transition-delay: 1.0s; }
.share-it .share-list > li:nth-child(12){ -moz-transition-delay: 1.1s; -o-transition-delay: 1.1s; -webkit-transition-delay: 1.1s; transition-delay: 1.1s; }
.share-it.open > .icon {color: #3ba3e2; }
.share-it.open > .icon:before{
-moz-transform: scale(1.3, 1.3); 
-ms-transform: scale(1.3, 1.3); 
-webkit-transform: scale(1.3, 1.3); 
transform: scale(1.3, 1.3); 
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); 
opacity: 1; 
}
.share-it.open .share-list {
visibility: visible;}
.share-it.open .share-list > li {
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); 
opacity: 1; 
-moz-transform: translateY(0px) scale(1); 
-ms-transform: translateY(0px) scale(1); 
-webkit-transform: translateY(0px) scale(1); 
transform: translateY(0px) scale(1); 
visibility: visible; }

.icon.icon-circle.icon-facebook { background-color: #213553; }
.icon.icon-circle.icon-facebook:hover, .icon.icon-circle.icon-facebook:focus { color: #fff; background-color: #121e2f; }
.icon.icon-circle.icon-twitter { background-color: #3aa8db; }
.icon.icon-circle.icon-twitter:hover, .icon.icon-circle.icon-twitter:focus { color: #fff; background-color: #238ebf; }
.icon.icon-circle.icon-google-plus { background-color: #d04f3e; }
.icon.icon-circle.icon-google-plus:hover, .icon.icon-circle.icon-google-plus:focus { color: #fff; background-color: #b03a2b; }

.col-sm-8.b-border{
    border-right: 1px solid #e2e2e2;
}

.main-content{
    padding-right:15px;
    display: block;
    position: relative;
}

.sidebar{
    padding-left:15px;
    display: block;
    position: relative;
}


/*	
slot-title
-------------------------------------------------------------------------- */
.title-body h2.widget-title {
    margin-top: 0px;
    font-size: 14px;
    color: rgb(26, 26, 26);
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
    text-transform: uppercase;
}


.title-body h2.widget-title::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: rgb(240, 240, 240);
}

.title-body h2.widget-title::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background:#00a859 ;
}


/*----------------------------------------------------------------------------------------------
					Button-Hidden cart
-----------------------------------------------------------------------------------------------*/
.pro-v0003 .price-box{padding-bottom:20px}
.pro-v0003 .price-box,
.pro-v0003 .post-title-shop
{text-align:center}
.pro-v0003 .post-title-shop{ font-size:15px; font-weight:bold; line-height:20px; overflow:hidden; min-height:60px; padding-left:15px; padding-right:15px}
.pro-v0003 .price-box ins{padding-right:6px;text-decoration:none}
.pro-v0003 .price-box ins span{color:#666666}
.pro-v0003 .price-box del span{color:#999}
.product_text h3{line-height:18px;}
.product_text h3 a{font-size:13px !important ; font-weight:normal !important ;}
.pro-v0003 article{border: 6px solid #eee;
border-radius:4px; overflow:hidden
}

.pro-v0003 .product-content-container{
position: relative;
z-index: 9;
background: #fff;padding-top:15px}

.pro-v0003 .product-image-container {
    position: relative;
    overflow: hidden;
}
.pro-v0003 .product-image-container .post-img {
    margin-bottom: 0px !important;
}
.pro-v0003 .featured-inner .act-shop {
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.40);
  padding: 10px;
  font-size: 12px;
  text-align: center;
  opacity: 0;
  transition: 400ms;
  -webkit-transition: 400ms;left:0
}

.pro-v0003 .featured-inner:hover .act-shop {
  opacity: 1;
  bottom: 0;
}

.pro-v0003 .featured-inner .act-shop a {
  color: #fff;
  background: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  font-size: 12px;
  font-weight: 600;
}

.pro-v0003 .featured-inner .act-shop a:hover {
  background: none;
}

.pro-v0003 .featured-inner .act-shop i {
  margin: 0 8px;
  font-size: 14px;
  color: #fff;
}

.tab-content{padding-top:15px}

.main-wrap .post-img {
    position: relative;
}
.home-page .number {
    width: 23px;
    height: 23px;
    line-height: 23px;
    position: absolute;
    left: -10px;
    top: 23px;
    background: #ea5050;
    font-size: 11px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
}

.home-page .no-list li  
{
	color: #C5C5C5;
	background-position: left 11px;
	padding: 7px 0 0 18px;
	background-image: url('/img1/store/new-pro/icon_arrow_right_blue.png');
        background-repeat: no-repeat;
}

/*	
search-page-font-color
-------------------------------------------------------------------------- */
.search-header h1{font-size:23px; line-height:28px; font-weight:400; margin-bottom:30px}
/*	
detail-page-font-color
-------------------------------------------------------------------------- */
.story h1.headline{
font-family: 'Noto Serif';
    letter-spacing: -1px;
    font-size: 2em;
    color: #111;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -1px !important;
}

.story .article-summary:before {
    content: 'kienthuclamchame.com';
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    line-height: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #00a859;
    padding: 3px 6px;
    position: relative;
    top: -2px;
    margin-right: 3px;
}

.story .article-summary {
font-family: 'Noto Serif';
    font-size: 16px;
    font-weight: bold;
    color: #222;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 14px;
}
.storyContents, .storyContents p{
font-family: 'Noto Serif';
font-size: 16px;
line-height: 24px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color:#222222
}
.storyContents p,
.storyContents div{margin:15px 0}
@media (max-width: 999px) and (min-width: 720px){
.story .article-summary {
font-size: 20px;
line-height: 32px !important;
margin-top: 10px;
}	
.storyContents, .storyContents p{	
font-size: 20px;
line-height: 32px !important;
}
}
@media (max-width: 479px) and (min-width: 0){
.story h1.headline{
letter-spacing: 0;
}
}


/*	
detail-page-tag
-------------------------------------------------------------------------- */
.tags-list .tags-title{ text-transform:uppercase}
.tags-list ul li{margin-left:10px; display:inline-block}
.tags-list ul li a{display:block; color:#9a9a9a}


/*dung cho module list bai thuoc chuyen muc, thay doi do rong anh
Cach dung: gan class vao module "truong:wrap-class"
*/
@media (min-width: 992px){
.side-bar h3.entry-title{font-size:14px}
.left-content h3.entry-title{font-size:18px; font-weight:700; line-height:23px}
}

@media (max-width: 992px){
.convert-col-v1 h3.entry-title{
    max-height: 54px;
    overflow: hidden;
}
}
@media (max-width: 767px){
.convert-col-v1 > article{margin-bottom:0;margin-bottom: 15px;
    overflow: hidden;}
.convert-col-v1 > article > .row  > div:nth-child(1){padding-left:0; padding-right:0
}
.convert-col-v1 > article > .row  > div:nth-child(2) > .post-content,
.convert-col-v1 > article > .row .post-bottom-meta,
.convert-col-v1 > article > .row .keywords,
.convert-col-v1 > article > .row .read-more
{ display:none}
.convert-col-v1 > article:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    float: left;
    margin-top: 12px;
}
}
/*dung cho module list bai , chia cot
Cach dung: gan class vao module "truong:wrap-class"
*/
@media (max-width: 767px){
.convert-col-v2 .post-img
{display: block;float:left;
width: 130px !important; margin-right:15px; margin-bottom:0
 }

}

@media (max-width: 768px){
article h3.entry-title{
    font-size: 18px;
    line-height: 24px;
     max-height: 72px;
}
.sidebar{padding-left:0}
}
@media (max-width: 480px){
article h3.entry-title{
    font-size: 14px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 5px;

}
}

/*share------------------------------------------*/
.social-media span i {
    display: inline-block;
    font-size: 12px;
    color: #555;
    margin-right: 8px;
    vertical-align: middle;
}
.social-media span {
    display: inline-block;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
}
.social-media ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.social-media {
    padding: 0px;
    margin: 0px;
}

.social-media ul li {
    display: inline-block;
    margin-right: 5px;
}
.social-media ul li a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    margin-bottom:0;
    font-size: 14px;
}
.social-media ul li a i{line-height:inherit}
.social-media ul li a[data-original-title="facebook"] {
    background-color: #516eab;
}

.social-media ul li a[data-original-title="twitter"] {
    background: #4db2ec;
}

.social-media ul li a[data-original-title="google"] {
    background: #b63a2b;
}
.social-media ul li a[data-original-title="linkedin"] {
    background-color: #0077b5;
}

.social-media ul li a[data-original-title="pinterest"] {
    background: #cb2027;
}

.social-media ul li a[data-original-title="zing"] {
    background: #F79400;
}

.weather-container {
    padding: 30px;
    background-color: #f8f8f8;
}
}
.weather-header h2 {margin:0px}
.other-area {float:right; width:50%; text-align:right}
.other-area a {font-size:13px; color:green}
.other-area ul.dropdown-menu {max-height:250px; overflow:auto; right:0px; left:auto !important}
.weather-current {}
.weather-current .weather-info {overflow:hidden}
.weather-current {overflow:hidden}
.weather-current .weather-icon {width:50%; float:right; text-align:center}
.weather-current .weather-icon i {font-size:50px; color:white; text-shadow: 2px 3px #92966E;}
.weather-current .weather-icon p {margin:0 auto; padding:0px; color:#666; font-size:16px}
.weather-current .temperature {float:left; width:50%}
.weather-current .temperature .number {font-size:36px; line-height:50px}
.weather-current .day-temperature {color:#222222; margin-bottom:10px}
.weather-current .day-temperature .max {margin-left:20px}
.weather-forecast {margin:10px 0 !important; border-top: solid 1px #eeeeee; padding:10px 0 0;border-bottom: solid 1px #eeeeee}
.weather-forecast li .day {display:inline-block; width:25%; text-align:left; position:relative}
.weather-forecast li {overflow:hidden; height:30px}
.weather-forecast li .forecast-items {width:75%; float:right}
.weather-forecast li .forecast-items li {width:29%; display:inline-block; text-align:center}
.weather-forecast li .forecast-items li.icon {width:10% !important}
.forecast-items li i {font-size:20px; color:orange; text-shadow: 3px 2px #92966E; position:relative;}

.gold-tb td{padding:10px}
.gold-sub{ margin-top:15px}
.gold-area{ background:#f8f8f8;}


.tab-head:after {
    content: "";
    background: #ffa200;
    height: 2px;
    overflow: hidden;
    display: block;
    position: relative;
    top: 12px;
}

.tab-head{overflow:hidden}
.nav-tabs{ border-bottom:none; float:left}

.nav-tabs>li>a{
    font-size: 12px !important;
    font-weight: 400;
    padding: 7px 10px 5px !important;
    margin: 0 5px 5px 0;
    color: #ffa200;
    border: 0;
    border-radius: 0;
    background: none;
    display: inline-block !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
box-shadow: #ffa200 0 2px 0 inset,#ffa200 0 -2px 0 inset,#ffa200 2px 0 0 inset,#ffa200 -2px 0 0 inset; border:none}

.owl-tab .owl-carousel{ margin-top:0; margin-bottom:0}
.owl-tab .post-img {
    float: left;
    margin-right: 15px;
    width: 100px;
}
.owl-tab article {
    overflow: hidden;margin-bottom:20px
}
.owl-tab .owl-carousel .owl-nav > div {
    color: transparent;
    font-size: 0;
    position: relative
    right: 0px;
    text-align: center;
    width: 30px;
    height: 30px;
}
.owl-tab .owl-carousel .owl-nav{opacity:1;background: #fff; top:-20px}

.owl-tab .owl-carousel .owl-nav > div:first-child {
    left: auto; right:28px
}
.owl-tab .owl-carousel .owl-nav > div{ right:0;background: #ffffff;
box-shadow: #ffa200 0 2px 0 inset,#ffa200 0 -2px 0 inset,#ffa200 2px 0 0 inset,#ffa200 -2px 0 0 inset;
}

.owl-tab .owl-carousel .owl-nav > div:after {
    font-size: 12px;
    line-height: 32px; color:#ffa200 
}