@font-face {
	font-family: Barlow;
	src: url(../fonts/Barlow-Bold.ttf);
	font-weight: 700;
}

@font-face {
	font-family: Barlow;
	src: url(../fonts/Barlow-SemiBold.ttf);
	font-weight: 600;
}

@font-face {
	font-family: Barlow;
	src: url(../fonts/Barlow-Medium.ttf);
	font-weight: 500;
}

@font-face {
	font-family: Barlow;
	src: url(../fonts/Barlow-Regular.ttf);
	font-weight: 400;
}

@font-face {
	font-family: Barlow;
	src: url(../fonts/Barlow-Light.ttf);
	font-weight: 300;
}

@font-face {
	font-family: Barlow-italic;
	src: url(../fonts/Barlow-LightItalic.ttf);
}


/* ==============================
 * 2. Typography
 * ============================== 
 */

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

html {
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", 'Barlow', "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: "Barlow", sans-serif;
	font-weight: 300;
}

.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;
}

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

/*width */

.w30 {
	width: 30%;
}

.w10 {
	width: 10%;
}

.w40 {
	width: 40%;
}

.w60 {
	width: 60%;
}

.w50 {
	width: 50%;
}

.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;
}

.flex1 {
	flex: 1;
}

.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;
}

.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
 * ============================== 
 */

:root {
	--stblue: #0678B6;
}

/* ==============================
 * 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;
}
.headerss {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: white;
}
.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: 50px;
	/* padding: 10px 0; */
}

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

.nav-top .three .language ul {
	display: block;
	margin: 0;
}

.nav-top .three .language li {
	display: block;
	text-align: center;
}

.nav-top .three .language li img {
	width: 80%;
	height: 20px;
	object-fit: contain;

}

.nav-drill {
	margin-top: 60px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.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: block;
	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 #000;
	float: left;
}

.nav-drill form button {
	border-radius: 0;
	margin: 0 0 0 -1px;
	padding: 8px 15px;
	border: 1px solid #000;
	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 {
	padding: 20px 0;
    color: #000;
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 57%;
    z-index: -1;
}
.hd-contact {
    margin-top: -18px;
}
.hd-contact .item:first-child {
	border-right: 2px solid #FCB13E;
	margin-right: 15px;
    padding-right: 15px;
}
.hd-contact .col-lg-2.d-flex.align-items-center.justify-content-end {
    padding-right: 7px;
}

/* .hd-contact .item {
	padding: 0 15px;
} */

.hd-contact p {
	color: #FCB13E;
	padding-left: 6px;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

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

.header-top .language ul li {
	display: inline-block;
	padding: 0 5px;
}

.header-top .language ul li a.active img {
	width: 30px;
	height: 20px;
	border-radius: 3px;
}

.header-top .language ul li a img {
	width: 30px;
	border: 1px solid transparent;
	border-radius: 3px;
	height: 20px;
}

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

.navbar-wrap {
	align-items: flex-end;
	flex-direction: row;
	position: relative;
}

/* Style the brand */

a {
	color: #001659;
}

a:hover {
	color: #001659;
}

.brand {
	width: 20%;
}


.brand a {
	width: 290px;
	height: 60px;
	display: block;
}

.brand img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.search {
	padding-left: 60px;
}

.search .search-box {
	position: absolute;
	right: -28px;
	transform: translate(-28px);
	height: 28px;
	bottom: 3px;
}

.search .search-btn {
	color: #fff;
	float: right;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transition: 0.4s;
	border: 0;
}

.search .search-txt {
	border: none;
	outline: none;
	float: left;
	padding: 0;
	color: #000;
	font-size: 16px;
	transition: 0.4s;
	line-height: 28px;
	transform: translateX(28px);
	width: 0px;
}

.search .search-box:hover>.search-txt {
	width: 320px;
	padding: 0 6px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border: 1px solid #000;
}

.search .search-box:hover>.search-btn {
	background: transparent;
	color: #000;
	z-index: 9;
	position: relative;
}

.menu {
	padding: 0;
}

.menu {
	width: 80%;
}

.menu ul.nav>li {
	padding-right: 40px;
	display: inline-block;
	text-align: center;
}

.menu ul.nav>li img {
	height: 14px;
	margin-right: 5px;
	object-fit: contain;
}

.menu ul.nav>li>a {
	display: block;
	color: var(--stblue);
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	text-transform: initial;
	white-space: nowrap;
	padding: 0;
	transition: all .5s ease;
	position: relative;
	text-transform: uppercase;
}

.menu ul.nav>li>a:hover {
	color: #FCB13E;
}

.menu ul.nav>li>.active {
	color: #FCB13E;
	border-bottom: 2px solid #FCB13E;
}

.menu ul.nav>li>.active::before {
	display: none;
}


.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;
}

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

/* Style the sub-menu */

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

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

.menu ul.sub-menu li a {
	color: var(--stblue);
	display: flex;
	align-items: center;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all .5s ease;
	margin-left: 0 !important;
	padding: 10px 10px;
	font-weight: 500;
}

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

.menu ul.sub-menu li a:hover {
	color: #FCB13E;
	padding-left: 15px !important;
	background-color: #fff;
}

.menu ul.nav li:hover>.sub-menu {
	top: calc(100% + 10px);
	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;
}

.top-bercum {
    padding-top: 123px;
    background: rgb(6 120 182 / 10%);
}
ul.breadcrumb {
    background: none;
    margin: 0;
	padding: 30px 0;
	padding-left: 15px;
}
.breadcrumb>li {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}
/*============== FOOTER ==============*/

.footers {
	background: linear-gradient(106.57deg, #033E5E 0.47%, #056295 44.53%, #0678B6 100%);
	padding: 70px 0 0px 0;
}

.footers .my {
	padding: 30px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
}

.footer {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 50px;
}

.footer .logo {
	width: 370px;
	height: 76px;
}

.footer .logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	padding: 15px 0;
}

.footer .d-flex {
	padding-bottom: 15px;
}

.footer p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
	padding-left: 10px;
}

.footer form {
	position: relative;
	margin-top: 20px;
}

.footer input {
	width: 100%;
	background: #FFFFFF;
	border-radius: 10px;
	border: 0;
	padding: 15px 12px;
	outline: 0;
}

.footer button {
	position: absolute;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #0678B6;
	right: 30px;
	top: 10px;
	bottom: 10px;
	border: 0;
	background-color: transparent;
	outline: none;
}
.footer button:hover {
	background-color: #0678B6;
	color: white;
	outline: none;
	border-radius: 10px;
}
/* css lang  */
.custom-select {
	position: relative;
	}
  
  .custom-select select {
	display: none; /*hide original SELECT element:*/
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #FCB13E transparent transparent transparent;
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,.select-selected {
	color: #ffffff;
	border: 1px solid transparent;
	cursor: pointer;
	user-select: none;
	}
  
  /*style items (options):*/
  .select-items {
	position: absolute;
	background-color: #0678B6;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	padding-left: 15px;
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
	display: none;
  }
  
  .select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
  }
  .custom-select {
    background: none;
    border: none;
  }
.paginate{
	width: 100%;
	text-align: center;
}
.pagination {
	display: inline-block;
  }
  
  .pagination a {
	color: #364859;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 15px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
  }
  
  .pagination a.active {
	background: linear-gradient(90deg, #033E5E 0%, #0678B6 69%);
	color: #FCB13E;
	border: 1px solid #0678B6;
  }





  ::selection {
	background: #212129;
 }
 .search-wrapper.active .input-holder .search-input::placeholder {
    color: white;
}
 /* .search-wrapper::placeholder {
	
 } */
 .search-wrapper {
	position: absolute;
    transform: translate(0%, -53%);
    top: 90%;
    right:0;
 }

 .search-wrapper .input-holder {    
	 height: 70px;
	 width:70px;
	 overflow: hidden;
	 background: rgba(255,255,255,0);
	 border-radius:6px;
	 position: relative;
	 transition: all 0.3s ease-in-out;
 }
 .search-wrapper.active .input-holder {
	 width:800px;
	 border-radius: 50px;
	 background: #0678B6;
	 transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
 }
 .search-wrapper .input-holder .search-input {
	 width:100%;
	 height: 50px;
	 padding:0px 70px 0 20px;
	 opacity: 0;
	 position: absolute;
	 top:0px;
	 left:0px;
	 background: transparent;
	 box-sizing: border-box;
	 border:none;
	 outline:none;
	 font-size: 16px;
	 font-weight: 400;
	 line-height: 20px;
	 color:#FFF;
	 transform: translate(0, 60px);
	 transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	 transition-delay: 0.3s;
 }
 .search-wrapper.active .input-holder .search-input {
	 opacity: 1;
	 transform: translate(0, 10px);
 }
 .search-wrapper .input-holder .search-icon {
	 width:60px;
	 height:60px;
	 border:none;
	 border-radius:6px;
	 background: #FFF;
	 padding:0px;
	 outline:none;
	 position: relative;
	 z-index: 2;
	 float:right;
	 cursor: pointer;
	 transition: all 0.3s ease-in-out;
 }
 .search-wrapper.active .input-holder .search-icon {
	 width: 50px;
	 height:50px;
	 margin: 10px;
	 border-radius: 30px;
 }
 .search-wrapper .input-holder .search-icon span {
	 width:22px;
	 height:22px;
	 display: inline-block;
	 vertical-align: middle;
	 position:relative;
	 transform: rotate(45deg);
	 transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
 }
 .search-wrapper.active .input-holder .search-icon span {
	 transform: rotate(-45deg);
 }
 .search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
	 position: absolute; 
	 content:'';
 }
 .search-wrapper .input-holder .search-icon span::before {
	 width: 4px;
	 height: 11px;
	 left: 9px;
	 top: 18px;
	 border-radius: 2px;
	 background: red;
 }
 .search-wrapper .input-holder .search-icon span::after {
	 width: 14px;
	 height: 14px;
	 left: 0px;
	 top: 0px;
	 border-radius: 16px;
	 border: 4px solid red;
 }
 .search-wrapper .close {
	 position: absolute;
	 z-index: 1;
	 top:24px;
	 right:20px;
	 width:25px;
	 height:25px;
	 cursor: pointer;
	 transform: rotate(-180deg);
	 transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	 transition-delay: 0.2s;
 }
 .search-wrapper.active .close {
	 right:-50px;
	 transform: rotate(45deg);
	 transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	 transition-delay: 0.5s;
 }
 .search-wrapper .close::before, .search-wrapper .close::after {
	 position:absolute;
	 content:'';
	 background: red;
	 border-radius: 2px;
 }
 .search-wrapper .close::before {
	 width: 5px;
	 height: 25px;
	 left: 10px;
	 top: 0px;
 }
 .search-wrapper .close::after {
	 width: 25px;
	 height: 5px;
	 left: 0px;
	 top: 10px;
 }
 