/*
 *	@package	SGO.com.vn Responsive Template for Joomla!
 *	
 *	@copyright	Copyright (C) 2005 - 2018 SGO.com.vn. All rights reserved.
 *	@license	GNU/GPL version 2, or later
 *	@website:	https://sgo.com.vn
 *	Support Forum - https://sgo.com.vn/lien-he/
 */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color : #111;
	line-height: 150%;
	background: #fff;
	overflow-x: hidden;
}

body#bg{
}

*, :before, :after {
	margin: 0;
	padding: 0;
/*	position: relative;		*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}

#page {
	position: relative; /* Set the position property so z-index will apply */
	z-index: 20; /* Make sure this is higher than #menu */
	height: 100%;
	background: #fff;
}

.relative{
	position: relative;
}

.fa{
	font-size: 0 !important;
}

.fa:before{
	font-size: 17px;
}

/* Normal link */
a:link, a:visited {
	text-decoration:none;
	transition: all 0.5s;
	color: #e34448;
}

a:hover {
	outline: none;
	text-decoration : underline;
	transition: all 0.5s;
}

a:active, a:focus  {
	outline: none;
	text-decoration: underline;
	transition: all 0.5s;
}

hr {
	font-size:1px;
}

.article_separator {
	clear:both;
	display:block;
	height:30px;
	margin:0;
	border-bottom:1px solid #f3f3f3;
	}

img{
    max-width:100%;
    height:auto;
}
	
img.img-gray{
	/* filter: url(filters.svg#grayscale); Firefox 3.5+ */
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	-webkit-transition: all .8s ease-in-out;
}

img.img-gray:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}
	
img[data-toggle="tooltip"]{
	cursor: pointer;
}

.tooltip.top .tooltip-arrow{
	border-top-color: #545454;
}
.tooltip.right .tooltip-arrow{
	border-right-color: #545454;
}
.tooltip.bottom .tooltip-arrow{
	border-bottom-color: #545454;
}
.tooltip.left .tooltip-arrow{
	border-left-color: #545454;
}

.tooltip-inner{
    padding: 10px 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
    color: #fff;
	font-style: italic;
    text-align: center;
    background-color: #545454;
    border-radius: 0;
	opacity: 1;
}

.item-image{
	max-width: 260px;
	height: auto;
	padding: 0 15px 0 0;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
	font-size: 11px;
	color:#858583;
}

pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-size: 1em;
	font-family: Consolas, monospace, serif
}

code {
	white-space:nowrap
}

pre code {
	white-space:pre-wrap
}

pre {
	padding:10px;
	background:#ebebeb;
	color:#605f66;
	font-size:13px;
	line-height:20px;
	-moz-tab-size:4;
	tab-size:4
}

/* Heading */

h1, h2, h3, h4, h5, h6{
	margin: 0 0 30px;
    font-family: 'Poppins', sans-serif;
	font-weight: 500; 
	font-style: normal;
	text-transform: uppercase;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

ul {
	margin: 0 0 20px;
}

ul li {
	margin-left:30px;
}

ol {
    padding-left: 20px;
}

ol li {
    padding-left: 5px;
}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}

p{
    margin: 0 0 30px;
}

.page-header {
    border: none;
    margin: 0;
    padding: 0;
}

.bg-white{
	background: #fff;
}

.sgo-btn,
a.sgo-btn,
a.readmore{
	line-height: 120%;
	padding: 10px 15px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff !important;
	display: inline-block;
	background: transparent;
	border: solid 1px #fff;
	border-radius: 0;
	text-shadow: none;
}

.sgo-btn:hover,
a.sgo-btn:hover,
.sgo-btn:focus,
a.sgo-btn:focus,
a.readmore:hover,
a.readmore:focus{
	background: #fff;
    color: #000 !important;
	text-decoration: none;
}

.sgo-btn.white,
a.sgo-btn.white{
	background: #fff;
	border-color: #fff;
	color: #000 !important;
}

.sgo-btn.white:hover,
a.sgo-btn.white:hover{
	background: #000;
	color: #fff !important;
	border-color: #000;
}

.img-scale{
	overflow: hidden;
}
.img-scale img{
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
}
.img-scale:hover img{
	-webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
}

/************************************************************************************
LAYOUT
*************************************************************************************/

.w100 {
	width:100%;
}
.w75 {
	width:75%;
}
.w50 {
	width:50%;
}
.w25 {
	width:25%;
	}
.w20 {
	width:20%;
}
.w0 {
	width:auto;
}
.clear {
	clear:both;
}
.padding-none{
	padding: 0;
}
.overflow {
	overflow:hidden;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.margin-auto {
	margin:auto;
}

.page-header h2,
h2.item-title{
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}

#pathway{
	padding: 15px 30px;
	margin: 0;
}

ul.breadcrumb{
    margin: 0;
    padding: 0;
    background: none;
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
	font-weight: 300;
	line-height: 100%;
	white-space: nowrap;
	color: #5a5a5a;
}

ul.breadcrumb li{
    margin:0;
    padding:0;
    list-style:none;
}

ul.breadcrumb li:first-child{
	display: none;
}

ul.breadcrumb li.active{
	color: #5a5a5a;
}

ul.breadcrumb li a{
    color:#a7a7a7;
}

ul.breadcrumb .divider{
    color: #a7a7a7;
    padding: 0 5px;
}

.breadcrumb > li + li:before{
    content:'';
    padding:0;
}

/***/

.pagination{
    display: block;
    padding-left: 0;
    margin: 50px 0;
    border-radius: 0;
    text-align: center;
}

.pagination ul{
	margin: 0;
	padding: 0;
}

.pagination ul li{
	margin: 0 5px;
	padding: 0;
	display: inline-block;
}

.pagination-sm > li:first-child > a, 
.pagination-sm > li:first-child > span,
.pagination-sm > li:last-child > a, 
.pagination-sm > li:last-child > span{
	border-radius: 0;
}

.pagination > li > a, 
.pagination > li > span{
	color: #fdbc00;
	border-color: #fdbc00;
	padding: 8px 15px;
}

.pagination > li > a:hover, 
.pagination > li > a:focus, 
.pagination > li > span:hover,
.pagination > li > span:focus{
	background: #fdbc00;
	color: #fff;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover{
	background: #fdbc00;
	color: #fff;
}

/*** LAYOUT STYLE ***/

#wrap-top{
	padding: 10px 0;
	background: #262626;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-align: right;
}

#wrap-top p{
	margin: 0;
	padding: 0;
}

#wrap-top a{
	color: #fff;
}

.mod-top{
	padding: 0 15px;
}

#wrap-header{
	padding: 10px 0;
}

#wrap-header p{
	margin: 0;
	padding: 0;
}

#logo{
	width: auto;
	float: left;
	margin-left: 15px;
}

#wrap-mainmenu{
	width: auto;
	float: right;
}

#mod-slideshow p{
	margin: 0;
	padding: 0;
}

#mod-slideshow img{
	width: 100%;
	height: auto;
}

#wrap-container{
	padding: 65px 0;
}

.innerpage #wrap-container{
	padding: 30px 0 60px;
}

.homepage #mainbody{
	text-align: center;
}

#mod-user1{
	text-align: center;
	font-size: 15px;
}

#mod-user1 .custom h3{
	font-weight: 400;
	margin-bottom: 15px;
}

#mod-user1 .custom p:last-child{
	margin: 0;
	padding: 0;
}

/***/

#wrap-garments{
	background: #e9f1fa;
	padding: 70px 0 10px;
}

.mod-garments-title{
	text-align: center;
}

.mod-garments-title h3{
	font-size: 30px;
	margin-bottom: 20px;
}

.mod-garments-content p,
.mod-garments-content h3{
	margin: 0;
	padding: 0;
}

.mod-garments-content{
	margin-right: -20px;
	margin-left: -20px;
}

.mod-garments-content .user-item{
	margin: 0;
	padding: 0 5px;
}

.mod-garments-content .custom{
	position: relative;
	width: calc(20% - 10px);
	float: left;
	margin: 0 5px;
}

.mod-garments-content .custom h3{
	position: absolute;
	bottom: 10px;
	left: 0;
	background: #262626;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 12px 20px;
}

/***/

#wrap-services{
	padding: 60px 0 30px;
	text-align: center;
}

#wrap-services a{
	color: #111;
}

#wrap-services a:hover,
#wrap-services a:focus{
	color: #e34448;
	text-decoration: none;
}

.mod-services-title h3{
	font-size: 30px;
	margin-bottom: 20px;
}

.mod-services-content p{
	margin: 0;
	padding: 0;
}

.mod-services-content h3{
	font-size: 17px;
	margin: 5px 0 15px;
}

.mod-services-content .user-item{
	font-size: 15px;
	margin-bottom: 30px;
}

.mod-services-content .user-item:nth-child(3n+1){
	clear: left;
}

/***/

#mod-bottom{
	background: url('../images/bg-section.jpg') center center no-repeat;
	background-size: cover;
	padding: 60px 0;
}

#mod-bottom .moduletable{
	background: rgba(255, 255, 255, 0.9);
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-align: center;
	padding: 50px 40px 20px;
	line-height: 150%;
}

#mod-bottom .moduletable h3{
	font-size: 40px;
	margin-bottom: 20px;
}

#mod-bottom .moduletable .sgo-btn{
	font-size: 13px;
	background: #262626;
	padding: 20px 50px;
}

#mod-bottom .moduletable .sgo-btn:hover,
#mod-bottom .moduletable .sgo-btn:focus{
	background: transparent;
	border-color: #262626;
}

/***/

#wrap-footer,
#wrap-info{
	background: #262626;
	color: #fff;
	font-size: 14px;
}

#wrap-footer a,
#wrap-info a{
	color: #fff;
}

#wrap-footer{
	padding: 50px 0 30px;
}

#wrap-footer h3{
	font-size: 15px;
	margin-bottom: 20px;
}

#wrap-footer p{
	margin-bottom: 20px;
}

#wrap-footer ul.menu{
	margin: 0;
	padding: 0;
}

#wrap-footer ul.menu li{
	margin: 0;
	padding: 0 0 15px;
	width: 49%;
	display: inline-block;
}

#wrap-footer ul.menu li a{
	margin: 0;
	padding: 0;
	background: none;
	text-transform: uppercase;
}

#wrap-footer ul.menu li a:hover,
#wrap-footer ul.menu li a:focus{
	background: none;
	text-decoration: underline;
}

.footer3 a{
	margin-right: 30px;
}

.footer3 .fa:before{
	font-size: 25px;
}

/***/

#wrap-info{
	font-size: 13px;
	line-height: 130%;
}

#wrap-info p{
	margin: 0;
	padding: 0;
}

.wrap-info-content{
	width: 100%;
	float: left;
	padding: 15px 0;
	border-top: solid 1px #4d4d4d;
}

.info1{
	width: auto;
	float: left;
}

.info2{
	width: auto;
	float: right;
	text-align: right;
}











