@charset "utf-8";
/* CSS Document */

.area-id{
   display:none !important;
}
.area-en{
   display:none !important;
}
.area-vi{
   display:none !important;
}



/* counter */
.counter_item .counter__number{
	font-size: 2.3rem;
}
.counter_item .counter_title{
	font-size: 1.2rem;
}

/* project */
.project-wrapper{
	border: none;
	margin: 0 -50px;
}
@media screen and (max-width: 680px){
	.project-wrapper{
		margin: 0;
	}
}
.project-wrapper .project-item{
	border: none;
	padding: 0 50px;
	margin-bottom: 10px;
}
@media screen and (max-width: 680px){
	.project-wrapper .project-item{
		padding: 0;
	}
}
.project-item .project-thumb{
	position: relative;
	overflow: hidden;
}
.project-item .project-thumb:before{
	content: "";
	display: block;
	padding-top: 65%;
}
.project-item .project-thumb img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.project-wrapper .project-header{
	background: transparent;
	text-align: center;
}
.project-wrapper .project-header .project-meta{
	display: none;
}

/* services */
.section-services .col-sm-6{
	margin-bottom: 30px;
}
.section-services .service-item{
	height: 100%;
	margin-bottom: 0 !important;
}

/* market */
.trade-table{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 720px){
	.trade-table{
		overflow: scroll;
	}
	.trade-table-inner{
		width: 750px;
	}
}
.trade-table__head{
	display: flex;
}
.trade-table__head p{
	width: 16%;
	color: #333;
	font-size: 18px;
}
.trade-table__head p.one{
	width: 38%;
}
.trade-table__head p.two,
.trade-table__head p.three{
	text-align: center;
}
.trade-table__head p.four{
	width: 36%;
}
.trade-table__row{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #333;
	color: #333;
	font-size: 18px;
}
.trade-table__row .txt-data{
	width: 38%;
}
.trade-table__row .txt-spread{
	width: 16%;
	text-align: center;
}
.trade-table__row .txt-swap{
	width: 16%;
	text-align: center;
}
.trade-table__row .txt-swap .txt-empty{
	width: 80%;
	margin: 0 auto;
	height: 30px;
	background: #ffff00;
}
.trade-table__row .icon-label{
	width: 36%;
	padding-left: 2em;
	display: flex;
	align-items: center;
}
.trade-table__row .icon-label img{
	display: block;
	width: 60px;
}
.trade-table__row .icon-label a{
	color: #333;
	padding-left: 3em
}

/* platform */
.platform-ttl{
	text-align: center;
	font-size: 23px;
	margin-top: 10px;
}
.platform-ttl a{
	color: #333333;
}
.platform-thumb{
	height: 280px;
}
@media screen and (max-width: 450px){
	.platform-thumb{
		height: 180px;
	}
}
.platform-thumb img{
	display: block;
	width: auto;
	height: 100%;
	margin: auto;
}
.platform-link{
	display: block;
}
.platform-link:hover{
	opacity: 0.65;
}
.platform-link img{
	display: block;
	width: 80%;
	height: 55px;
	margin: auto;
}
@media screen and (max-width: 450px){
	.platform-link img{
		width: 60%;
		height: 50px
	}
}

/* section */
#my_section{
	display: none;
	padding: 0;
}

/* contact */
#contact{
	background: #fff;
}
#contact .section-title-area{
	margin-bottom: 20px;
}
.address-box{
	display: flex;
	flex-direction: column;
}
.address-box .address-contact:first-of-type{
	order: 2;
}
.address-box .address-contact:last-of-type{
	order: 1;
}
.address-contact{
	font-size: 24px;
}
@media screen and (max-width: 768px){
	.address-contact{
		font-size: 18px;
	}
}
.address-contact .fa{
	display: inline-block;
	width: 30px;
	height: 30px;
}
.address-contact .fa-circle{
	display: none;
}
.address-contact .fa-phone:before,
.address-contact .fa-envelope-o:before{
	content: "" !important;
}
.address-contact .fa-phone{
	background: url(https://hiroseag.com/wp/wp-content/uploads/2024/07/icon-whatapps.png) no-repeat center;
	background-size: contain;
}
.address-contact .fa-envelope-o{
	background: url(https://hiroseag.com/wp/wp-content/uploads/2024/07/icon-mail.png) no-repeat center;
	background-size: contain;
}
.fa-stack{
	width: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* footer */
.site-footer .site-info{
	text-align: left;
}
@media screen and (max-width: 720px){
	.site-footer .site-info .container{
		overflow: hidden;
	}
	.site-footer .site-info{
		white-space: wrap;
	}
}
@media screen and (max-width: 450px){
	.site-footer .site-info a{
		display: block;
		font-size: 11px;
	}
}
.footer-connect{
	padding: 0 0 5rem
}
.footer-connect .fa{
	display: inline-block;
	width: 30px;
	height: 30px;
}
.fa.fa-facebook:before,
.fa-facebook-messenger:before,
.fa-telegram:before,
.fa-youtube:before{
	content: "" !important;
}
.fa-facebook{
	background: url(https://hiroseag.com/wp/wp-content/uploads/2024/07/icon-fb.png) no-repeat center;
	background-size: 30px 30px;
}
.fa-facebook-messenger{
	background: url(https://hiroseag.com/wp/wp-content/uploads/2024/07/icon-mess.png) no-repeat center;
	background-size: 30px 30px;
}
.fa-zalo{
	background: url(https://hiroseag.com/wp/wp-content/uploads/2024/07/icon-zalo.png) no-repeat center;
	background-size: 30px 30px;
}
.fa-telegram{
	background: url(https://hiroseag.com/wp/wp-content/uploads/2024/07/icon-tele-1.png) no-repeat center;
	background-size: 40px auto;
}
.fa-youtube{
	background: url(https://hiroseag.com/wp/wp-content/uploads/2024/07/icon-youtube.png) no-repeat center;
	background-size: 30px 30px;
}

.login-box{
	max-width: 270px;
	display: flex;
	width: 100%;
	position: fixed;
	right: 30px;
	z-index: 9999;
	top: 20px;
}
@media screen and (max-width: 1138px){
	.login-box{
		right: 60px;
		top: 22px;
	}
}
@media screen and (max-width: 767px){
	.login-box{
		right: 55px;
		top: 26px;
	}
}
@media screen and (max-width: 450px){
	.login-box{
		max-width: 180px;
	}
}
.login-box p{
	width: 33.33%;
	margin-bottom: 0;
	padding: 0 5px;
}
.login-box p a{
	display: block;
	color: #fff;
	text-align: center;
	padding: 2px 0;
	font-size: 14px;
}
@media screen and (max-width: 450px){
	.login-box p a{
		font-size: 12px;
	}
}
.login-box__register a{
	background: #00b0f0;
}
.login-box__login a{
	background: #808080;
}
.login-box__blog a{
	background: #FF8C00;
}
.onepress-menu{
	margin-right: 21% !important;
}
@media screen and (max-width: 1360px){
	.onepress-menu{
		margin-right: 24% !important;
	}
}
@media screen and (max-width: 1138px){
	.onepress-menu{
		margin-right: 0 !important;
	}
}
.onepress-menu a {
    font-size: 12px !important;
}
@media screen and (max-width: 767px){
	.onepress-menu a {
		font-size: 10px !important;
	}
}
@media screen and (max-width: 450px){
	.site-logo-div img{
		height: 45px !important
	}
}
#header-section .container{
	width: 100% !important;
}

@media screen and (max-width: 767px){
	#header-section .container{
		
	}
}
/*
#block-58 .cat-item-1{
	display: none !important;
}
*/
/* modify blog */
.display-posts-listing{
	padding-left: 0;
}
.display-posts-listing .listing-item{
	list-style-type: none;
	min-height: 245px;
	position: relative;
	padding-left: 400px;
	padding-bottom: 30px;
	margin-left: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}
@media screen and (max-width: 767px){
	.display-posts-listing .listing-item{
		padding-left: 0;
		padding-bottom: 20px;
		min-height: auto;
	}
}
.display-posts-listing .listing-item.no-thumb{
	min-height: 0;
	padding-left: 0px;
}
.display-posts-listing .listing-item .image{
	width: 380px;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 767px){
	.display-posts-listing .listing-item .image{
		width: 100%;
		display: block;
		position: unset;
		margin-bottom: 15px;
	}
}
.display-posts-listing .listing-item .title{
	font-size: 16px;
	display: block;
	line-height: 1.5;
	font-weight: bold;
}
.display-posts-listing .listing-item .date{
	display: block;
	margin-bottom: 0.9375rem;
}
.display-posts-listing .listing-item .excerpt{
	font-size: 14px;
}