@font-face {
	font-family: IrisGothamregular;
	src: url(../fonts/IrisGotham.otf);
}

@font-face {
	font-family: IrisGothamblod;
	src: url(../fonts/IrisGothamBold.otf);
}

@font-face {
	font-family: IrisDINPFBold;
	src: url(../fonts/BeVietnam-Medium.ttf);
}

@font-face {
	font-family: KozGoPr6N-Regular;
	src: url(../fonts/KozGoPr6N-Regular.otf);
}

@font-face {
	font-family: Montserrat-Bold;
	src: url(../fonts/Montserrat-Bold.otf);
}

@font-face {
	font-family: MYRIADPRO-REGULAR;
	src: url(../fonts/MYRIADPRO-REGULAR.OTF);
}

:root {
	--blue: #154f78;
	--color-orange: #ea7a02;
	--blue-origin: #005eb0;
	--blue-bold: #175881;

	--din-iris: IrisDINPFBold;
	--regula-iris: IrisGothamregular;
	--blod-iris: IrisGothamblod;
	--koz-Regular: KozGoPr6N-Regular;
	--Montserrat-blod: Montserrat-Bold;
	--MYRIADPRO-REGULAR: MYRIADPRO-REGULAR;
}
/* ==============================
 * 2. Typography
 * ============================== 
 */

h1, h2, h3, h4, h5, h6 {
	font-family: var(--blod-iris);
}

html {
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", 'IrisGothamregular', "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

body {
	line-height: 1.5;
	margin: 0;
	font-family: "IrisGothamregular";

}

.fff {
	color: #fff!important;
}

.upp {
	text-transform: uppercase;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.d-block {
	display: block;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.border {
	border-bottom: 1px solid #333;
}

/*width */

.w30 {
	width: 30%;
}

.w35 {
	width: 35%;
}

.w10 {
	width: 10%;
}

.w40 {
	width: 40%;
}

.w60 {
	width: 60%;
}

.w50 {
	width: 50%;
}

.w45 {
	width: 45%;
}

.w70 {
	width: 70%;
}

.w80 {
	width: 80%;
}

.w90 {
	width: 90%;
}

.w100 {
	width: 100%;
}

.h80 {
	height: 80px;
}

.h100 {
	height: 100%;
}

/*Padding */

.p5 {
	padding: 5px;
}

.flex-fill {
	flex: 1 1 auto!important;
}

.pt150 {
	padding-top: 150px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px !important;
}

.p30 {
	padding: 30px !important;
}

.p40 {
	padding: 40px !important;
}

.p50 {
	padding: 50px !important;
}

.p15-10 {
	padding: 15px 10px !important;
}

.p13-10 {
	padding: 13px 10px !important;
	/*padding-top */
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px;
	/*padding-bottom */
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
	/*padding-left */
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl30 {
	padding-left: 30px;
}

.pl40 {
	padding-left: 40px;
}

.pl50 {
	padding-left: 50px;
	/*padding-right */
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr30 {
	padding-right: 30px;
}

.pr40 {
	padding-right: 40px;
}

.pr50 {
	padding-right: 50px;
}

/*Margin */

.m5 {
	margin: 5px;
}

.m10 {
	margin: 10px;
}

.m15 {
	margin: 15px;
}

.m20 {
	margin: 20px;
}

.m30 {
	margin: 30px;
}

.m40 {
	margin: 40px;
}

.m50 {
	margin: 50px;
}

.m15-10 {
	margin: 15px 10px;
	/*margin-top */
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
	/*margin-bottom */
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb100 {
	margin-bottom: 100px;
	/*margin-left */
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml50 {
	margin-left: 50px;
	/*margin-right */
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr50 {
	margin-right: 50px;
}

/* ==============================
 * 3. Root
 * ============================== 
 */


/* ==============================
 * 4. Base class
 * ============================== 
 */

.flex-container {
	display: flex;
}

.flex-row {
	margin-left: -15px;
	margin-right: -15px;
}

ul {
	list-style: none;
	padding-left: 0;
}

a, a:hover {
	text-decoration: none;
}

.yasuo {
	display: inline-block;
	border-bottom: 1px dashed #000;
	width: 25%;
	margin-bottom: 1em;
}

p {
	margin: 0;
}

h3 {
	margin: 0;
}

/* ==============================
 * 5. General styles
 * ============================== 
 */

/*============= HEADER =========*/

/*========= css  style menu mobile =============*/

#overlay {
	background: rgba(0, 0, 0, 0.4);
	margin-top: 61px;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: none;
}

.nav-is-toggled #overlay {
	display: block;
}

.nav-top {
	align-items: center;
	z-index: 9999;
	width: 100%;
	background-color: transparent;
	height: 60px;
	box-shadow: 0 0 10px -2px #000;
	display: none;
}

.nav-top .hamburger {
	margin-left: auto;
	color: #000;
	cursor: pointer;
	margin-top: 8px;
}

.nav-top .one {
	width: 15%;
	height: 100%;
	min-height: 1px;
	float: left;
	font-size: 24px;
	color: #000;
}

.nav-top .one span {
	cursor: pointer;
	display: block;
	height: 100%;
	width: 50px;
	text-align: center;
	line-height: 60px;
}

.nav-top .two {
	width: 70%;
	float: left;
	min-height: 1px;
	text-align: center;
}

.nav-top .two .logo-x a {
	display: inline-block;
}

.nav-top .two .logo-x img {
	height: 45px;
	padding: 10px 0;
}

.nav-top .three {
	width: 15%;
	float: left;
}

.nav-top .three .language {
	float: right;
	margin-bottom: 0;
	margin-top: 10px;
	margin-right: 15px;
}

.nav-top .three .language li {
	line-height: 1;
}

.nav-top .three .language li:first-child {
	margin-bottom: 5px;
}

.nav-drill {
	margin-top: 60px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.nav-drill .language ul{
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.nav-drill .language ul li img{
	width: 40px ;
	height: 25px;
	margin: 0 7px;
}


.nav-is-toggled {
	overflow: hidden;
}

.nav-is-toggled .nav-drill {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.nav-is-toggled::after {
	opacity: 1;
	visibility: visible;
}

.nav-drill {
	/*display: flex;*/
	position: fixed;
	z-index: 99993;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	background-color: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	transition: 0.45s;
}

.nav-drill form {
	border-bottom: 1px solid var(--blue-origin);
	padding: 1.25em 1em;
	overflow: hidden;
}

.nav-drill form input {
	padding: 8px 15px;
	min-width: 220px;
	border: 1px solid #fff;
	float: left;
}

.nav-drill form button {
	border-radius: 0;
	margin: 0 0 0 -3px;
	padding: 8.5px 15px;
	border: 1px solid #fff;
	float: left;
	outline: none;
	background: transparent;
}

.nav-items {
	flex: 0 0 100%;
}

.nav-item {
	border-bottom: 1px solid #000;
}

.nav-link {
	display: block;
	padding: 0.875em 1em;
	background-color: #fff;
	color: #000;
	font-size: 1rem;
	line-height: 1.5em;
	font-weight: 500;
}

.nav-expand-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	background-color: #fff;
	transition: 0.3s;
	visibility: hidden;
	z-index: 9999;
}

.nav-expand-content .nav-item {
	border-bottom: 0;
}

.nav-expand-content .nav-link {
	border-bottom: 1px dashed #000;
}

.nav-expand-content .nav-back-link {
	display: flex;
	align-items: center;
	background-color: #fff !important;
	color: #000;
}

.nav-expand-content .nav-back-link>i {
	margin-right: 10px;
}

.nav-expand-link {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.nav-expand-link>i {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
}

.nav-expand.active>.nav-expand-content {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}

/*========== Style the navbar - menu desktop ==========*/
.header-top{
	background-color: #25a8e0;
	padding: 10px 0;
	color: #fff;
}
.header-top .wrapper {
	max-width: 250px;
}

.header-top .wrapper .search-input {
	background: #fff;
	width: 100%;
	position: relative;
}

.header-top .search-input input {
	height: 30px;
	width: 100%;
	outline: none;
	border: none;
	border-radius: 5px;
	padding: 0 20px 0 60px;
	font-size: 12px;
}

.header-top .search-input.active input {
	border-radius: 5px 5px 0 0;
}

.header-top .search-input .icon img{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	height: 15px;
	width: 15px;
	text-align: center;
	font-size: 20px;
	color: #644bff;
	cursor: pointer;
}

.header-top .language ul {
	margin: 0;
	padding-left: 50px;
}

.header-top .language ul li{
	display: inline-block;
	padding-left: 20px;
}
.header-top .language ul li a img{
	width: 45px;
	border: 1px solid transparent;
	height: 28px;
}
#header{
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.185);

}
#navbar {
	background-image: none;
	margin-bottom: 0;
	padding: 30px 0;
	border: none;
}

.navbar-wrap {
	align-items: flex-end;
	flex-direction: row;
	position: relative;
}
#wrapper{
	margin-top: 159px;
}
#header-po{
	position: fixed;
    width: 100%;
    z-index: 999999999;
    top: 0;
    left: 0;
    background: #fff;
}
/* Style the brand */

a {
	color: #001659;
}

a:hover {
	color: #001659;
}

.brand {
	width: 20%;
}

.brand-ft {
	width: 20%;
	padding-bottom: 30px;
}


.brand a {
	width: 170px;
	height: 41px;
	display: block;
}
.lh{
	width: 15%;
}
.brand img {
	padding: 0 15px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.pagination{
	justify-content: center;
	margin-bottom: 130px;
}

.pagination li{
	border: 3px solid #25A8E0;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	
}

.pagination li a{
	font-family: IrisGothamregular;
	font-size: 20px;
}

.pagination .next{
	border: 3px solid #000;
	border-radius: 100%;
}

.pagination .active a{
	color: #25A8E0;
	font-weight: normal;
	font-family: IrisGothamblod;
}

.menu {
	padding: 0;
}
.banner-thang {
	z-index: 1;
}
.banner-thang img{
	filter: brightness(0.8);
}

.banner-thang .box-thumbnail {
	position: relative;
	z-index: 1;
  	padding-top: 45% !important;
}

.banner-thang .thumbnail-lazy {
	background: none;
}

.banner-thang .box-thumbnail .text {
	position: absolute;
	top: 70%;
	text-align: center;
	width: 65%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	z-index: 999;
}

.banner-thang .box-thumbnail .text h5 {
	font-size: 28px;
	margin-bottom: 15px;
}

.banner-thang .box-thumbnail .text h3 {
	font-size: 54px;
	margin-bottom: 15px;
	letter-spacing: 6px;
}

.banner-thang .box-thumbnail .text p {
	margin-bottom: 15px;
	font-size: 28px;
}
.menu {
	width: 69%;
}

.menu ul.nav>li {
	padding: 0 14px;
	display: inline-block;
	text-align: center;
}
.menu ul.nav>li img{
	margin-bottom: 20px;
	height: 25px;
	object-fit: contain;
}

.menu ul.nav>li>a {
	display: inline-flex;
	color: #333333;
	font-size: 18px;
	font-family: var(--blod-iris);
	text-transform: uppercase;
	white-space: nowrap;
	padding: 0;
	transition: all .5s ease;
	position: relative;
	align-items: center;
}
.menu ul.nav>li> .active {
	border-bottom: 2px solid #25a8e0;
	color: #25a8e0;

}

.menu ul.nav>li>a::before {
	content: '';
	border-bottom: 2px solid transparent;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .5s ease;
	width: 0;
}


.menu ul li a:hover {
	color: #000;
	background: none;
	color: #25a8e0;

}

.menu ul li a:hover::before {
	border-bottom: 2px solid #25a8e0;
	width: 100%;
}

/* Style the sub-menu */

.menu ul li>.sub-menu {
	position: absolute;
	top: calc(100% + 20px);
	visibility: hidden;
	opacity: 0!important;
	background: #fff;
	padding: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border-top: 2px solid #25a8e0;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	transition: all 0.5s;
	width: 400px;
	z-index: -100;
}

.menu ul.sub-menu li {
	width: 100%;
	text-align: left;
}

.menu ul.sub-menu li a {
	padding: 10px !important;
	color: #001659;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all .5s ease;
	margin-left: 0 !important;
	text-transform: initial;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	padding: 15px 10px;
}
.menu ul.sub-menu li a .img{
	width: 91px;
	height: 83px;
}
.menu ul.sub-menu li a .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.menu ul.sub-menu li a .text{
	flex:1;
	padding-left: 15px;
}
.menu ul.sub-menu li a .text h3{
	font-size: 16px;
	color: #045BA7;
	font-weight: 500;
	margin-bottom: 10px;
}
.menu ul.sub-menu li a .text p{
	color: #787878;
	font-size: 13px;
	margin-bottom: 5px;
}
.menu ul.sub-menu li a .text p span{
	color: #000;
}

.menu ul.sub-menu li:last-child>a {
	border-bottom: 0;
}

.menu ul.sub-menu li a:hover {
	color: var(--blue);
	padding-left: 15px !important;
	background-color: #f0f0f0;
}

.menu ul.nav li:hover>.sub-menu {
	top: calc(100% + 30px);
	visibility: visible;
	opacity: 1!important;
	z-index: 9999;
}

.menu ul.sub-menu li>ul {
	top: -2px !important;
	margin-top: 0 !important;
	left: calc(100% + 1px)!important;
	width: 100%;
	padding: 0 !important;
}

.flex1{
	flex: 1;
}
/*============== FOOTER ==============*/

.footer {
	background: #25A8E0;
	padding-top: 50px;
}

.footer .social a{
	/* padding-right: 25px; */
}

.footer .col-lg-6{
	padding-bottom: 10px;
}
.footer .text-right{
	padding: 20px 0;
	border-top: 1px solid #fff;
}

.footer h3 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
}
.footer p {
	color: #fff;
	margin-right: 15px;
	display: block;
	font-size: 18px;
}

.footer .copy-bt {
	letter-spacing: 1px;
}
.footer .title h3 {
	color: #fff;
	font-size: 22px;
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.footer ul li a{
	color: #fff;
	font-size: 22px;
	padding: 3px 0;
	display: block;
	padding-right: 15px;
}
