/* Yosu CSS */
/* General */
body {
	font-family: 'SanomatSansVN', sans-serif;
	font-size: 1.5rem;
	font-weight: normal;
	color: #333;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff; 
    padding-right: 0 !important;
}
html,body{ 
	-webkit-overflow-scrolling : touch !important;
	overflow: auto !important; 
	/* height: 100% !important; */
}
p {
	line-height: 1.3;
}
a {
	color: initial;
}
a:hover, a:focus {
	cursor: pointer;
	text-decoration: unset;
	color: #00b14f;
}
img {
	max-width: 100%;
	height: auto;
}
input:focus, textarea:focus {
    border-color: rgba(21,156,64,.6) !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(21,156,64,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(21,156,64,.6) !important;
}
ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.color-main {
	color: #00b14f;
}
.bg-main {
	background-color: #00b14f;
}
.y-box-img {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 80%;
    background: #f9f9f9;
}
.y-box-img .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.y-box-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto;
}

.box-img-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.box-img-flex.y-img-left{
	justify-content: flex-start;
}
.box-img-flex img {
	width: auto !important;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.y-text-editor *{
	max-width: 100%;
}
.y-text-editor p{
	margin-bottom: 10px;
}
.y-text-editor img{
	max-width: 100%;
	height: auto !important;
	display: initial;
}
.y-text-editor iframe{
	max-width: 100%;
}
.y-text-editor table{
	width: 100%;
}
.y-text-editor i{
	font-style: italic;
}
.y-text-editor u{
    text-decoration: underline;
}
.y-text-editor a{
	text-decoration: underline;
}
.y-text-editor b,
.y-text-editor strong{
	font-weight: bold;
}
.y-text-editor ul{
	padding-left: 0;
	list-style-type: disc;
	list-style-position: inside;
}
.y-text-editor ul li{
	list-style-type: disc;
	list-style-position: inside;
}
.y-text-editor ol{
	padding-left: 0;
	list-style-type: decimal;
	list-style-position: inside;
}
.y-text-editor ol li{
	list-style-type: decimal;
	list-style-position: inside;
}

/* General CSS */
.page {
    background-color: #fff;
}
.title-main {
	color: #00b14f;
	text-align: center;
    font-size: 6rem;
    margin-top: 40px;
    margin-bottom: 50px;
    line-height: 7rem;
    font-weight: bold;
    text-transform: uppercase;
}
.title-2 {
    color: #fff;
    font-size: 4.5rem;
    letter-spacing: 4px;
    padding-top: 10px;
}
.btn-main {
	background: #00b14f;
    color: #fff;
    padding: 20px 70px;
    font-size: 2rem;
    letter-spacing: 1.5px;
    border-radius: 15px;
}
.btn-main:focus {
	background: #00b14f;
    color: #fff;
    text-decoration: none;
}
.btn-main:hover {
	background: #00b14f;
    color: #fff;
}
.scroll-top-btn {
    position: fixed;
    bottom: 20px;
    right: 15px;
    background-color: #00b14f;
    color: #fff;
    padding: 10px 12px;
    transition: .2s;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}
.scroll-top-btn:hover, .scroll-top-btn:focus {
	color: #fff;
}
.scroll-top-btn.visible {
    opacity: 0.8;
    visibility: visible;
}
.scroll-top-btn:hover {
    opacity: 1;
}

/* Header */
.box-header-mobile {
	display: none; 
}
.top-header {
	padding: 10px 0;
}
.header {
	background-color: #fff;
	padding: 10px 0;
}
.header.affix {
    top: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.6);
}
.header .logo {
	height: 62px;
}
.menu-header li {
	padding: 20px 10px;
}
.menu-header li a {
	padding: 5px 0;
}
.menu-header li.active a {
	color: #00b14f;
	border-bottom: 2px solid #00b14f;
}
.header .box-search {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-width: 1140px;
	width: 100%;
    margin: 0 auto;
}
.header .box-search .input-search {
	width: 100%;
	height: 44px;
	padding-left: 12px;
	padding-right: 50px;
	color: #000;
	background-color: #fff;
}
.header .box-search .btn-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
	background: #00b14f;
	color: #fff;
	border: 0;
}

/* Footer */
.footer .content-footer {
	padding: 60px 0;
}
.footer .logo-footer {
	margin-bottom: 20px;
}
.footer .title-footer {
	text-transform: uppercase;
}
.footer .desc-company {
	margin-bottom: 20px;
}
.footer .list-contact li {
	margin-bottom: 10px;
}
.bot-footer {
	padding: 20px 0;
	border-top: rgba(196, 196, 196, 0.5);
}
.map-footer iframe {
	width: 100%;
	height: 200px;
}





/* ========================== RESPONSIVE =================================== */
@media (min-width: 992px) {
	.header .logo {
	    justify-content: flex-start;
	}
	.header-mobile, .m-menu-bar {
		display: none;
	}
	.logo-footer {
		justify-content: flex-start;	
	}
}

@media (max-width: 991px) {
	.header {
		display: none;
	}
	.header-mobile {
		position: relative;
	}
	.m-menu-bar {
		position: absolute;
		top: 15px;
		right: 10px;
		z-index: 9;
	}
	.m-menu-bar i {
		font-size: 28px;
	}
	#nav-mobile {
		z-index: 99;
	}
}

@media (max-width: 767px) {
	.top-header, .top-header .list-social {
		text-align: center;
	}
}