body,p,span,a,th,td,li{
	font-family: "Roboto";
	line-height: 1.4;
}
@font-face {
  font-family: "avo";
  src: url("../fonts/UTM AvoBold.ttf");
}
.pt120{padding-top: 120px;}
.pt100{padding-top: 100px;}
.pt50{padding-top: 50px;}
.pb120{padding-bottom: 120px;}
.pb100{padding-bottom: 100px;}
.pb60{padding-bottom: 60px;}
.mt70 {margin-top: 70px;}
.mt50 {margin-top: 50px;}
.mt40 {margin-top: 40px;}
.mt30 {margin-top: 30px;}
.mt20 {margin-top: 20px;}
.mt15 {margin-top: 15px;}
.mt10 {margin-top: 10px;}
.mt5 {margin-top: 5px;}
img{
	max-width: 100%;
}
ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}
dl, ol, ul{
	margin-bottom: 0;
	padding: 0;
}
a{
	text-decoration: none;
	text-overflow: #333;
}
p{
	margin-bottom: 0;
}
.container{
	width: 1140px;
	max-width: 100%;
}
.textblue{
	color: #0A85E4;
}
.textlink{
	text-decoration: underline;
}
.sticky{
	position: sticky !important;
	top: 0;
	z-index: 99;
}
@media(max-width:1200px) and (min-width:992px){
	.container{
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media(min-width:575px){
	.block-575{
		display: none;
	}
}
@media(min-width:767px){
	.block-mb{
		display: none;
	}
}
@media(max-width:991px){
	.pt130{padding-top: 80px;}
	.pb130{padding-bottom: 80px;}
	.pt120{padding-top: 80px;}
	.pb120{padding-bottom: 80px;}	
	.pb100{padding-bottom: 60px;}	
	.mt70 {margin-top: 50px;}
	.mt50 {margin-top: 40px;}
	.mt40 {margin-top: 40px;}
	.mt30 {margin-top: 20px;}
}
@media(max-width:767px){
	.pt130{padding-top: 70px;}
	.pb130{padding-bottom: 70px;}
	.pt120{padding-top: 60px;}
	.pb120{padding-bottom: 60px;}	
	.pb100{padding-bottom: 60px;}	
	.mt50 {margin-top: 30px;}
	
	.hidden-mb{
		display: none;
	}
}
@media(max-width:479px){
	.block-479{
		display: block;
	}
}

/*----- Header -----*/
.header-m{
	background-color: #032970;
}
.header{
	background-color: #032970;
}
.header-pc{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	padding: 10px 0;
}
.menu-pc ul{
	display: flex;
	align-items: center;
}
.menu-pc ul li {
	padding: 5px 20px;	
}
.menu-pc ul li a{
	font-size: 16px;
	font-weight: bold;	
	color: white;	
}
.menu-pc ul li:last-child{
	padding-right: 0;
}
.menu-pc ul li a:hover{
	color: #5d90f0;    
	text-decoration: underline
}
.choose-language > a{
	display: flex;
  	align-items: center;
	justify-content: space-between;
	width: calc(100% - 20px);
	position: relative;
}
.choose-language-wrap > div{
	border: 1px solid #ccc;
	padding: 5px 15px;
}
.choose-language-wrap > div > a{
	position: relative;
}
.choose-language-wrap > div > a:after{
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #333;
	margin-left: 8px;
}
.menu-pc ul li a:hover::after{
	border-top: 5px solid #f28616;
}
.choose-language{
	display: flex;
	align-items: center;
	min-width: 145px;
}
.choose-language a{
	padding: 0 0 0 10px !important;
	color: #333;
}
.choose-language-wrap{
	position: relative;
}
.sub-menu{
	position: absolute;
	top: 37px;
	width: calc(100% - 25px);
	border: 1px solid #ddd;
	right: 0;
	background: #fff;
	z-index: 2;
}
.sub-menu li{
	padding: 5px 15px !important;
}
.hidden {
	display: none;
}
.header-mb-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
}
.m-logo{
	/*width: 170px;*/
	position: absolute;
	left: calc(50% - 20px);
	height: auto;
    width: 40px;
}
.header-mb-content a img{
	width: auto;
	height: 35px;
}
@media(max-width:1200px){
	.menu-pc ul li{
		padding: 5px 15px;
	}
	.sub-menu{
		width: calc(100% - 15px);
	}
}
@media(max-width:1100px){
	.menu-pc ul li{
		padding: 5px 10px;
	}
	.sub-menu{
		width: calc(100% - 15px);
	}
}
@media(max-width:1080px) and (min-width:992px){
	.menu-pc ul li a{
		font-size: 15px;
	}
}
@media(max-width:991px){
	.header-pc{
		display: none;
	}
	.choose-language a{
		padding: 0 0 0 5px !important;
    font-size: 12px;
	}
	.sub-menu{
		top: 27px;
	}
	.sub-menu{
		width: 100%;
	}
}
@media(min-width:991px){
	.header-m{
		display: none;
	}
	.logo img{
		width: 60px;
        height: auto;
	}
}
/*----- Banner -----*/
.banner{
	position: relative;
}
.banner > img{
	width: 100%;
	height: auto;
}
.bnr-inner{
	width: 100%;		
}
.bnr-inner p,
.bnr-title{
	font-family: "avo";	 
	text-shadow:
	-2px -2px 6px #033E48,  
	 2px -2px 6px #033E48,
	-2px  2px 6px #033E48,
	 2px  2px 6px #033E48,
	 -2px -2px 6px #033E48,  
	 2px -2px 6px #033E48,
	-2px  2px 6px #033E48,
	 2px  2px 6px #033E48;
	text-transform: uppercase;
	font-size: 7vw;
	padding-top: 35vw;
    line-height: 1.5;
}
.bnr-inner h1,
.bnr-inner p{
	color: #fff;	
}
.bnr-inner p{
	margin-top: 10px;
}
/*.bnr-inner > div{		    
	height: 100%;
	display: flex;
	align-items: center;
}*/
.bnr-inner .container, .bnr-inner .flex-container{
	width: 100%;
	height: 100%;
}
.bnr-inner h1{		    
	text-align: center;
	align-self: center;
}
.bnr-inner{
	position: absolute;
	width: 100%;	
	top:0;
	height: 100%;
}
@media(min-width:767px){	
	.bnr-title{
		font-size: 4.5vw;
        padding-top: 10vw;
	}
}
@media(min-width:1170px){
	.bnr-title{
		font-size: 3.5vw;
	}
}
@media(min-width:1440px){
	.bnr-title{
		font-size: 4vw;
	}
}
/*----- End Banner -----*/

.decs{
	text-align: center;
}
.title-big{
	font-family: "avo";
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}
@media(max-width:991px){
	.title-big{
		font-size: 35px;
	}
	.decs{
		text-align: left;
	}
}
@media(max-width:767px){	
	.title-big{
		font-size: 30px;
	}
}
.title-small{
	font-size: 35px;
	position: relative;
	padding-left: 25px;
	display: inline-block;
	text-align: left;
	margin-bottom: 0;
	font-weight: bold;
}
.title-small:before{
	content: '';
	width: 15px;
	height: calc(100% - 15px);
	position: absolute;
	left: 0;
	background: #43B4C9;	
	top: 7px;
}
@media(max-width:767px){
	.title-small{
		font-size: 25px;
		text-align: left !important;
	}
	.title-small:before{
		height: calc(100% - 10px);
		top: 5px;
	}
}
@media(min-width:1140px){
	.row-50{
		margin-left: -25px;
		margin-right: -25px;
	}
	.row-50 > div{
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media(max-width:1024px){
	.img-wrap{
		width: 130px;
		height: 130px;
	}
}
@media(max-width:1024px) and (min-width:767px){
	.about-us-box{
		padding-top: 80px;
	}
}

@media(max-width:374px){
	.img-wrap{
		width: 120px;
		height: 120px;
	}
}

/*----- product-----*/
.product{
	background: url(../img/bg-gray.png) repeat;
}
@media(min-width:1200px){
	.row-90{
		margin-left: -15px;
		margin-right: -15px;
	}
	.row-90 > div{
		padding-left: 15px;
        padding-right: 15px;
	}
}
.product-item{
	box-shadow: 0 2px 8px rgb(0 0 0 / 11%);
	background: #fff;
}
.product-item-01{
	padding: 20px 30px 30px 30px;	
}
.product-item-01 .product-content{
	padding:20px 0 0 0;
}
.product-item > img{
	width: 100%;
	height: auto;
}
.product-item .w40{
	width: 40%;
	display: inline-block;
	float: left;
}
.product-content{
	padding: 20px 30px 30px 30px;
}
.product-content-01{
	display: flow-root;
    padding: 0 0 0 30px !important;
}
.product-name{
	font-size: 25px;
	font-weight: bold;
	line-height: 1.1;
}
.product-content .textlink{
	display: inline-block;
}
@media(max-width:767px){
	.product-list > div:nth-child(2){
		margin-top: 30px;
	}
	.product-content {
    	padding: 20px 15px 30px 15px;
	}
	.product-item .w40{
		width: 100%;
		display: inherit;
		float: none;
	}
	.product-item-01{
		padding: 0 0 0 0 !important;
	}
	.product-item-01 .product-content-01{
		padding: 20px 15px 30px 15px !important;
	}
}

/*----- aboutus -----*/
.aboutus-bnr{
	position: relative;
	width: 100%;
}
.aboutus-bnr-txt{
	position: absolute;	
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top:0;
	left: 0;
}
.aboutus-bnr-txt p{
	font-family: "avo";
	font-size: 45px;
	text-align: center;
	text-shadow: 4px 4px 0 #fff;
}
.aboutus-bnr-txt p span{
	font-family: "avo";
	font-size: 75px;
	display: block;
	line-height: 1;
}
@media(min-width:767px){
	.aboutus{
		border: 1px solid #B4CADE;
	}
	.aboutus-bnr-txt{
		width: 70%;
	}
}
@media(max-width:1140px){
	.aboutus-bnr-txt p{
		font-size: 3.7vw;
	}
	.aboutus-bnr-txt p span{
		font-size: 6vw;
	}
}
@media(max-width:767px){
	.aboutus-wrap{		
		padding-top: 0;
		width: 100%;
		overflow: hidden;
	}
	.aboutus-wrap .container{
		padding-left: 0;
		padding-right: 0;
	}
	.aboutus-bnr{
		overflow: hidden;
	}
	.aboutus-bnr-txt {
		padding-left: 15px;
	}
	.aboutus-bnr > img{
		max-width: inherit;
    width: 130%;
    margin-left: -30%;
	}
	.aboutus-bnr-txt p{
		font-size: 5.7vw;
	}
	.aboutus-bnr-txt p span{
		font-size: 8vw;
	}
}
.title-smaill{
	font-size: 22px;
	font-weight: bold;
	padding-left: 20px;	
	position: relative;
	line-height: 1.1;
}
.title-smaill:before{
	content: '';
	width: 10px;
	height: 100%;
	background: #43B4C9;
	position: absolute;
	left: 0;
	top:0;
}
@media(max-width:991px){
	.title-smaill{
		font-size: 30px;
	}
}
@media(max-width:767px){
	.title-smaill{
		font-size: 20px;
	}
}
.aboutus-content{
	padding-left: 50px;
	padding-right: 50px;
}
@media(min-width:1140px){
	.row-50{
		margin-left: -25px;
		margin-right: -25px;
	}
	.row-50 > div{
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media(max-width:991px){
	.aboutus-content {
    padding-left: 30px;
    padding-right: 30px;
	}
}
@media(max-width:767px){
	.aboutus-content {
    padding-left: 15px;
    padding-right: 15px;
	}
}
.dis-block{
	display: block;
}
.company-tbl{
	width: 100%;
}
.company-tbl th,
.company-tbl td{
	padding: 10px 15px;
	border-spacing: 5px;
	vertical-align: middle;
}
.company-tbl th{
	font-weight: bold;
	background: #fff;
}
@media(min-width:767px){
	.bg-gray{
		background: url("../img/bg-gray.png") repeat;
	}
	.company-info{
		position: relative;
	}
	.company-info:after{
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top:0;
		left: 0;
		background: url("../img/bg-gray.png") repeat;
		opacity: 0.7;
		z-index: -1;
	}
	.company-info{
		padding: 40px 20px;
	}
	.company-tbl {
		border-collapse: separate;
		border-spacing: 7px;
	}
	.company-tbl td{
		padding-left: 25px;
		background-color: #fff;
	}
}
@media(max-width:997px){
	.company-tbl th{
		min-width: 180px;
	}
}
@media(max-width:767px){
	.company-tbl th{
		background-color: #e8e8e8;
	}
	.company-tbl th, .company-tbl td{
		display: block;
    width: 100%;
	}
}
.slick-dots li,
.slick-dots li button{
	width: 40px !important;
	height: 4px !important;
}
.slick-dots li button{
	background: #E8E8E8 !important;
  border-radius: 6px;
	padding: 0 !important;
}
li.slick-active button{
	background: #88E1F2 !important;	
}
.slick-dots li button:before{
	content: none !important;
}
/*-----/ End aboutus -----*/

/*--- news ---*/
.attach-icon:before{
	content: '';
	width: 17px;
	height: 17px;
	background: url("../img/icon-attach.svg") no-repeat;	
	display: inline-block;
	margin-right: 6px;
}
@media(max-width:767px){
	.news p{
		text-align: left;
		line-height: 30px;
	}
}
/*--- / end news ---*/

/*--- Contact ---*/
.f18{
	font-size: 18px;
}
.icon-cm{
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #43B4C9;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.mail-icon > img{
	max-width: 58%;
}
.call-icon > img{
	max-width: 55%;
}
.zalo-icon > img{
	max-width: 68%;
}
.face-icon > img{
	max-width: 27%;
}
.icon-list{
	display: flex;
	justify-content: center;
}
.icon-item{
	max-width: 25%;
	padding: 0 20px;
}
.icon-item p{
	color: #333;
}
.icon-item:hover{
	opacity: 0.8;
}
.contact{
	background: url(../img/bg-gray.png) repeat;
}
.contact-content p{
	font-size: 18px;
}
.contact-content > p:nth-child(1){
	font-size: 30px;
}
@media(max-width:767px){
	.contact {		    
		background: url(../img/bg-gray.png) repeat;
	}
	.contact-content > p:nth-child(1){
		font-size: 22px;
	}
	.icon-cm{
		width: 60px;
		height: 60px;
	}
	.icon-item{
		padding: 0 15px;
	}
	.icon-item p{
		font-size: 16px;
	}
	.contact .text-center{
		text-align: left !important;
	}
}
@media(max-width:374px){
	.icon-item{
		padding: 0 10px;
	}
}
/*---/ End Contact ---*/

/*----- Footer -----*/
.f-nav{
	padding: 20px 0;
}
.f-nav li a{
	font-weight: bold;
	color: #333;
	padding: 0 30px;
}
.f-nav li a:hover{
	color: #0056b3;
}
.f-content{
	background: #505050;
	padding: 50px 0;
	text-align: center;
	color: #fff;
}
.f-company-name{
	font-size: 25px;
	font-weight: bold;
}
.f-phone{
	font-size: 22px;
	font-weight: bold;
}
@media(min-width:767px){
	.f-nav{
		border-top: 3px dotted #B1B1B1;
		padding: 15px 0;
	}
	.f-nav ul{
		display: flex;
		justify-content: space-around;
	}
}
@media(min-width:991px){	
	.f-nav ul{
		justify-content: center;
	}
}
@media(max-width:991px){
	.f-nav li a{
		padding: 0;
	}
}
@media(max-width:767px){
	.f-nav{
		background: #505050;
	}
	.f-nav li{
		padding: 5px 0;
	}
	.f-nav li a{
		color: #fff;
	}
	.f-content {
		padding: 40px 0;
		text-align: left;
	}
	.f-company-name {
		font-size: 18px;
	}
}
#backToTop {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 1041;
	width: 40px;
	height: 40px;
	text-align: center;
	background: url("../img/backtop.svg") center no-repeat;
	background-size: 100%;
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
}
/*-----/ End Footer -----*/















