@font-face {
    font-family: Bebas;
    src: url(../fonts/UTMBebas_0.woff);
}
@font-face {
    font-family: Oxy;
    src: url(../fonts/OxyVietnam.woff);
}
@font-face {
    font-family: OxyBold;
    src: url(../fonts/OxyVietnamBold.woff);
}
html {
  scroll-behavior: smooth;
}
a {
	text-decoration: none;
	color: #2d2a28;
}
a:hover {
	text-decoration: none;
}
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Roboto;
    color: #313434;
    max-width: 1920px;
    margin: auto;
}
header {
    position: relative;
}
.home-row {
    float: left;
    width: 100%;
    position: relative;
}
.social {
    position: fixed;
    z-index: 9999;
    top: 20%;
    right: 5%;
}
.social a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.header-row {
    float: left;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
    /* background-image: linear-gradient(to right,rgba(23, 64, 108, 0.8), rgba(34, 77, 119, 0.8)); */
    /*border-bottom: 1px solid #092b58;
    line-height: 36px;*/
    background: #00a288;
    z-index: 999;
    transition: top 0.4s ease-in-out;
}
.header-row.nav-up {
    top: -145px;
}
.wrap-row {
    max-width: 85%;
    margin: auto;
    padding: 0px;
}
.header-row .wrap-row .header-box {
    float: left;
    width: 100%;
}
.header-row .wrap-row .header-menu {
    float: left;
    width: 100%;
}
.header-row .wrap-row .header-logo {
    position: absolute;
    top: 10px;
    left: 3%;
}
.header-logo img {
	margin-bottom: 20px;
}
.header-row .wrap-row .header-menu ul {
    width: 100%;
    padding-left: 0px;
    float: left;
}
.header-row .wrap-row .header-menu ul > li {
    display: inline-block;
    line-height: 70px;
}
.header-row .wrap-row .header-menu ul > li a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 16px;
    background: transparent;
}
.header-row .wrap-row .header-menu ul > li a:hover {
    background: transparent;
    color: #e2bb03;
}
.header-row .wrap-row .header-menu.menu-1 ul {
    /*text-align: right;*/
    float: right;
}
.header-row .header-mobile {
    position: fixed;
    right: 5%;
    top: 34px;
    color: #fff;
    font-size: 16px;
}
.header-row .header-mobile i {
    color: #e2bb03;
}
.header-row .header-mobile a {
    color: #fbf7dc;
}
.header-row .header-mobile a:hover {
    color: #fff;
}

.lien-he {
    width: 300px;
    position: fixed;
    top: 10%;
    right: -100%;
    z-index: 9999;
    background: #4e4e4e66;
    padding: 20px 20px 20px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    transition: 0.5s;
}
.lien-he.active {
    right: 11%;
}
.lien-he .closed {
    float: right;
    clear: both;
    width: 15px;
}
.lien-he .closed:hover {
    cursor: pointer;
}
.lien-he .closed img {
    width: 100%;
}
.lien-he h3 {
    font-size: 18px;
    font-family: OxyBold;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.lien-he input, textarea {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 7px;
    line-height: 30px;
        color: #000;
}
.lien-he .submit {
    display: inline-block;
    background-image: linear-gradient(to right,rgba(194, 160, 65, 1), rgba(231, 209, 95, 1), rgba(194, 160, 65, 1));
    border: none;
    box-shadow: none;
    border-radius: 50px;
    text-transform: uppercase;
    width: 80%;
}

.page-content{
	width: 80%;
	margin: 0 auto;
	height: auto;
}

@media only screen and (max-width: 1600px) and (min-width: 1367px) {
    
}
@media only screen and (max-width: 1366px) and (min-width: 1024px) {
    .header-row .wrap-row .header-menu ul > li a {
        font-size: 14px;
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 625px)  { 
	.page-content {
		width: 100%;
		height: auto;
		padding-left: 5%;
		padding-right: 5%;
	}
	.page-content img{
		max-width: 100%;
		height: auto;
	}
	.wrap-row{
	    max-width: 96%;
	    height: auto;
	}
   .swiper-wrapper{
       margin-top: 0px;
       
   }
}


@media only screen and (max-width: 425px)  { 
    .header-row .wrap-row .header-menu.menu-1 {
        display: none;
    }
    .lien-he {
        background: #4e4e4ec9;
    }
	.page-content {
		width: 100%;
		height: auto;
		padding-left: 5%;
		padding-right: 5%;
	}
	.page-content img{
		max-width: 100%;
		height: auto;
	}
	
}

@media only screen and (max-width: 320px)  {
    .lien-he.active {
        right: 3%;
    }
}