/*
Theme Name: WebGoc
Theme URI: https://webgoc.com
Description: Thiết Kế Website Chất Lượng Cao
Author: Võ Vương
Author URI: https://webgoc.com
Version: 2.0.0
Text Domain: webgoc
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts
# Global
# Header
	## Main navigation
# Section
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'Gothic';
	font-weight: 400;
    src: url(fonts/Gothic.ttf);
}
@font-face {
    font-family: 'Gothic';
	font-weight: 700;
    src: url(fonts/Gothic-Bold.ttf);
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.row-sm {
	margin-left: -0.375rem;
	margin-right: -0.375rem;
}
.col-sm {
	padding-left: 0.375rem;
	padding-right: 0.375rem;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
	font-family: 'Gothic';
	font-size: 0.9375rem;
	font-weight: 400;	
	background: #F0F1F1;
}
* {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #00A49A;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
	color: #4B4949;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
.f-w-700 {
	font-weight: 700;
}
.text-primary {
	color: #00A59A !important;
}
.bg-primary {
	color: #fff;
	background: #00A59A !important;
}
.bg-dark {
	color: #fff;
	background: #515053 !important;
}
.required {
	color: #999;
}
.form-group {
	margin-bottom: 0.75rem;
}
.form-control,
.btn {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-control {
	background: #f5f5f5;
	border-color: #0BB6B0;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
textarea.form-control {
	min-height: 7rem;
}
.form-control:focus {
	background: #fff;
	border-color: #0BB6B0;
}
.btn {
	text-transform: uppercase;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.btn-dark {
	color: #fff;
	background: #1C726B;
	border-color: #1C726B;
}
.btn-dark:hover,
.btn-dark:focus {
	color: #fff;
	background: #183D39;
	border-color: #183D39;
}
.btn-primary,
.btn-primary:focus {
	color: #fff;
	background: #0BB6B0;
	border-color: #0BB6B0;
}
.btn-primary:hover {
	color: #fff;
	background: #4B4949;
	border-color: #4B4949;
}
.btn .icon {
	margin-right: 0.5rem;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	padding: 0;
	margin: 0;
	background: transparent;
}
.breadcrumb-item,
.breadcrumb-item + .breadcrumb-item:before,
.breadcrumb-item.active {
	color: #fff;
}
a.breadcrumb-item:hover {
	color: #00A49A;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
	margin: 0 0 0.625rem;
}
.page-link {
	color: inherit;
	background: transparent;
	border-color: #000;
	line-height: 1.25;
	padding: 0px 5px;
	margin: 0;
}
.page-link:hover,
.page-link:focus,
.page-item.active .page-link,
.page-item.active:hover .page-link,
.page-item.active:focus .page-link {
	font-weight: 700;
	color: inherit;
	background: transparent;
	border-color: #000;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
}

@media (max-width: 543px) {
	html {
		font-size: 14px;
	}
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal.fade-in-scale-up .modal-dialog {
	opacity: 0;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.modal.fade-in-scale-up.in .modal-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.modal-content {
	border: 0;
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.modal-header {
	padding: 0.9375rem 1.25rem 0;
	border-bottom: 0;
}
.modal-title {
	text-align: center;
}
.modal-body {
	padding: 1.25rem;
}
.modal-line {
	display: table;
	white-space: nowrap;
	margin-top: 1.25rem;
	margin-bottom: 0.625rem;
}
.modal-line::before, 
.modal-line::after {
	border-top: 1px solid #D5D5D5;
	content: '';
	display: table-cell;
	position: relative;
	top: 0.625rem;
	width: 50%;
}
.modal-line > .title {
	color: #333;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

/*--------------------------------------------------------------
# layout
--------------------------------------------------------------*/
.site-content {
	padding: 2.5rem 0 1.25rem;
} 

/*--------------------------------------------------------------
# Page title
--------------------------------------------------------------*/
.page-title {
	font-size: 1.375rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #0BB6B0;
	margin-bottom: 0.5rem;
}
.page-title .amount {
	font-size: 0.9375rem;
	font-weight: 400;
	text-transform: lowercase;
}
.not-found {
	font-size: 1.375rem;
	text-align: center;
	margin-bottom: 1.875rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	position: fixed; 
	z-index: 99;
	top: 0; 
	left: 0; 
	width: 100%;
	background: #0BB6B0;
	border-bottom: 0.25rem solid #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.relative {
	position: relative;
}
.site-logo {
	float: left;
	line-height: 1;
	margin: 0.625rem 0;
	font-size: 1.75rem;
	font-weight: 700;
	text-transform: uppercase;
}
.site-logo img {
	height: 3.5rem;
}
.site-logo span {
	color: #fff;
	display: inline-block;
	vertical-align: bottom;
}
.site {
	padding-top: 80px;
}
.site.smaller .site-header {
	border-bottom: 0;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.site.smaller .site-logo {
	font-size: 1.25rem;
}
.site.smaller .site-logo img {
	height: 2rem;
}

@media (max-width: 545px) {
	.site-logo {
		font-size: 1.5rem;
	}
	.site-logo img {
		height: 3.125rem;
	}
}

/*--------------------------------------------------------------
# Site navigation
--------------------------------------------------------------*/
.site-nav {
	float: right;
	margin-top: 3rem;
}
.site-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-nav .menu > li {
	float: left;
	position: relative;
	line-height: 1.1;
}
.site-nav .menu > li + li {
	padding-left: 0.6875rem;
	margin-left: 0.625rem;
	border-left: 1px solid #fff;
}
.site-nav .menu > li > a {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li > a:focus,
.site-nav .menu > li.current-menu-item > a {
	color: #FFF100;
}
.site.smaller .site-nav {
	margin-top: 1.625rem;
}

@media (max-width: 991px) {
	.site-nav {
		float: none;
		clear: both;
		position: relative;
		z-index: 10;
		right: 0;
		bottom: 0;
	}
	.site-nav .menu > li {
		float: right;
		clear: both;
		padding: 0.5rem 0;
	}
	.site-nav .menu > li + li {
		padding-left: 0;
		margin-left: 0;
		border-left: 0;
	}
	
	.site-nav-toggler {
		float: right;
		padding: 0;
		margin-top: 2.5rem;
		font-size: 1.375rem;
		color: #fff;
		background: transparent;
		border: 0;
	}
	.site-nav-toggler:hover {
		color: #FFF100;
	}
	.site.smaller .site-nav-toggler {
		margin-top: 1.0625rem;
	}
}
@media (max-width: 545px) {
	.site-nav-toggler {
		margin-top: 2.25rem;
	}
}

/*--------------------------------------------------------------
# Site search
--------------------------------------------------------------*/
.site-search-toggler {
	font-size: 1.25rem;
	color: #fff;
	background: transparent;
	border: 0;
	border-left: 1px solid #fff;
	float: right;
	line-height: 0.8;
	padding-left: 0.6875rem;
	padding-right: 0;
	margin-left: 0.625rem;
	margin-top: 3rem;
}
.site-search-toggler:hover {
	color: #FFF100;
}
.site.smaller .site-search-toggler {
	margin-top: 1.625rem;
}
.site-search {
	clear: both;
}
.search-form {
	padding: 0.625rem 0;
}
.search-form .btn-dark:hover,
.search-form .btn-dark:focus {
	background: #2B2929;
	border-color: #2B2929;
}
@media (max-width: 545px) {
	.site-search-toggler {
		margin-top: 2.6875rem;
	}
	.site.smaller .site-search-toggler {
		margin-top: 1.5rem;
	}
}

/*--------------------------------------------------------------
# Template
--------------------------------------------------------------*/
.template-styles {
	list-style: none;
	padding: 0;
	margin-bottom: 1rem;
}
.template-styles li {
	display: inline-block;
	margin-right: 1.5rem;
}
.template-styles button {
	font-size: 1.0625rem;
	font-weight: 700;
	color: inherit;
	background: transparent;
	border: 0;
	display: block;
	padding: 0;
	padding-left: 1.25rem;
	float: left;
	position: relative;
}
.template-styles button:hover,
.template-styles button.active {
	color: #0BB6B0;
}
.template-styles button:before {
	content: ' ';
	position: absolute;
	top: 50%; 
	left: 0;
	width: 0.875rem;
	height: 0.875rem;
	border: 2px solid #0BB6B0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
}
.template-styles button.active:before {
	background: #0BB6B0;
}

.template-cats {
	list-style: none;
	padding: 0;
	margin-bottom: 1.5rem;
}
.template-cats li {
	float: left;
	margin-bottom: 0.5rem;
}
.template-cats li:after {
	content: ' ';
	background: #666;
	display: inline-block;
	width: 1px;
	height: 0.75rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.template-cats li:last-child:after {
	display: none;
}
.template-cats li a {
	color: #333333;
}
.template-cats li a:hover,
.template-cats li.active a {
	color: #0BB6B0;
}

.list-template {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
	margin-bottom: 1.5rem;
}
.template {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	margin-bottom: 0.5rem;
}
.wow {
	visibility: hidden;
}
.template figure {
	margin-bottom: 0;
}
.template .image {
	background: #fff;
	display: block;
	overflow: hidden;
}
.template .image img {
	width: 100%;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	transition: all 0.6s ease-in-out 0s;
}
.template .image:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.template .code {
	font-size: 1.1875rem;
	font-weight: 400;
	color: #fff;
}
.template figcaption {
	text-align: center;
	background: #0BB6B0;
	height: 2rem;
	line-height: 2rem;
	padding: 0 0.625rem;
}

/*--------------------------------------------------------------
# question
--------------------------------------------------------------*/
.btn-question {
	position: fixed; z-index: 99;
	right: 1.25rem;
	bottom: 1.5rem;
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 3rem;
	color: #E4E6E7;
	background: #0AB7B0;
	border: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 0 0.25rem rgba(255, 255, 255, 0.8);
}
.btn-question:hover {
	background: #00A49A;
}
.accordion-questions .panel {
	margin-bottom: 1rem;
}
.accordion-questions .panel > a {
	font-weight: 700;
	color: inherit;
}
.accordion-questions .panel > a:hover {
	color: #00A49A;
}
.accordion-questions .panel > a .number {
	margin-right: 0.3125rem;
}
.accordion-questions .panel-collapse {
	padding-top: 0.9375rem;
	padding-left: 0.9375rem;
}
.modal-question .desc {
	margin-bottom: 0.9375rem;
}
.modal-question .end {
	border-top: 1px dashed #ccc;
	padding-top: 0.625rem;
	margin-top: 1.875rem;
}
@media (max-width: 767px) {
	.btn-question {
		right: 1rem;
		bottom: 1rem;
		width: 4rem;
		height: 4rem;
		line-height: 4rem;
		font-size: 2.5rem;
	}
}

/*--------------------------------------------------------------
# scroll top
--------------------------------------------------------------*/
.scroll-top {
	background-color: #0bb6b0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	position: fixed;
	z-index: 1000;
	bottom: 1rem;
	right: 1rem;
	visibility: hidden; 
	opacity: 0;
}
.scroll-top svg {
	fill: #fff;
	height: 24px;
	-webkit-transition: fill 0.3s ease 0s;
	transition: fill 0.3s ease 0s;
}
.scroll-top:hover svg {
	fill: #fff100;
}