@font-face {
	font-family: FC-Minimal-Regular;
	src: url('../fonts/FC-Minimal/FC-Minimal-Regular.ttf');
}

@font-face {
	font-family: THSarabunNew;
	src: url('../fonts/THSarabunNew/THSarabunNew.ttf');
}

@font-face {
	font-family: Kanit;
	src: url('../fonts/Kanit/Kanit-Regular.ttf');
}


@font-face {
	font-family: Calisto-MT;
	src: url('../fonts/calisto-mt/CALIST.ttf');
}



@font-face {
	font-family: DB-Helvethaica-X-Thin;
	src: url('../fonts/DB-Helvethaica-X/DB-Helvethaica-X-Thin.ttf');
}

@font-face {
	font-family: DB-Helvethaica-X-Thin-Cond;
	src: url('../fonts/DB-Helvethaica-X/DB-Helvethaica-X-Thin-Cond-v3.2.ttf');
}


@font-face {
	font-family: DB-Helvethaica-X-Med-Cond;
	src: url('../fonts/DB-Helvethaica-X/DB-Helvethaica-X-Med-Cond-v3.2.ttf');
}


html {
	scroll-behavior: smooth;
	width: 100% !important;
	overflow-x: hidden;
}

body {
	background-image: url(../images/background/report-bg.jpg);
	font-family: DB-Helvethaica-X-Thin-Cond;
	color: #2b2b33 !important;
	background: #ffffff;
}

a {
	text-decoration: none;
	color: #2b2b33;
}

a:hover {
	color: #2b2b33;
}

h1,
h2,
h3,
h5,
h5,
h6 {
	/* font-weight: 600; */
	font-family: DB-Helvethaica-X-Med-Cond;
	margin: 0px 0px 0px 0px;
}

p {
	font-family: DB-Helvethaica-X-Thin !important;
	margin-bottom: 1rem;
}

/* section {
	padding: 0px 0px 25px 0px;
} */

.header_old {
	position: sticky !important;
	top: 0 !important;
	z-index: 4 !important;
}



.header_old .navbar {
	background: #fff;
	padding: 0;
	border-bottom: solid #2b2b33 5px;
	/* flex-wrap : wrap !important; */
}

.header_old .navbar .pc_nav {
	padding: 0px 0px 0px 0px;
	justify-content: space-between !important;
}



.header_old .navbar-brand img {
	width: 65px;
}


.header_old .navbar .navbar-nav .nav-item .nav-link:hover {
	transition: 150ms;
	background: #104b87d6;
	color: #fff;
}


.pc_nav {
	padding-right: var(--bs-gutter-x, 0rem) !important;
	padding-left: var(--bs-gutter-x, 0rem) !important;
}


.header {
	position: absolute;
	text-align: center;
	top: 0;
	z-index: 1000;
	color: #fff;
	width: 100%;
	transition: background-color 200ms ease-in-out 0s;
	-o-transition: background-color 200ms ease-in-out 0s;
	-moz-transition: background-color 200ms ease-in-out 0s;
	-webkit-transition: background-color 200ms ease-in-out 0s;
}


.header.header-fixed {
	display: block;
	margin-top: 0 !important;
	position: fixed;
	background-color: #fff;
	top: 0px;
}

.header .nav-right {
	display: none;
}

.header-fixed .nav-right {
	display: flex;
}



.row>* {
	padding-right: calc(var(--bs-gutter-x)/ 3);
	padding-left: calc(var(--bs-gutter-x)/ 3);
}

/* .dropdown-item {
	font-size: 22px !important;
} */
.lang_icon_mobile {
	display: flex;
}

.lang_icon_mobile a {
	padding: 5px !important;
}


.header-fixed .info-title,
.header_old .info-title {
	display: flex;
}


.info-title {
	display: none;
	background: #1d2228;
	color: #fff;
	justify-content: space-between;
	align-items: center;
	padding-top: 6px;
}

.info-title .fa {
	color: #fff;
}

.info-title label {
	margin: 0px 30px 0px 20px;
	font-size: 16px;
	font-weight: 500 !important;
}

.info-title label a {
	color: #fff;
}


.info-title .info_btn_icon {
	margin-left: 15px;
}

.info-title .info_btn_icon img {
	width: 28px;
	padding: 0px 0px 7px 0px;
	margin-right: 7px;
}


.lang_btn .lang img {
	width: 25px;
	margin: 0px 10px 0px 0px;
}

.navbar {
	background: none;
	/* padding      : 0; */
	/* border-bottom: solid #444 5px; */
	flex-wrap: wrap;

	padding-top: 0rem;
	padding-bottom: 0rem;
}



.header-fixed .navbar {
	background: none;
	padding: 0;
	/* border-bottom: solid #444 5px; */
	/* flex-wrap    : nowrap; */
}

.header-fixed .navbar .pc_nav {
	padding: 0px 0px 0px 0px;
	justify-content: space-between !important;
}


/* .navbar a {
	color: #444;
	font-weight: bold;
} */

/* .navbar-brand{
	width: 30%;
} */

.navbar-brand img {
	width: 115px;
}

.navbar .navbar-nav .nav-item .nav-link {
	font-size: 1.7rem;
	margin-left: 0px;
	padding: 10px 10px 10px 10px;
	font-weight: 600;
}

.navbar-nav,
.d-flex {
	align-items: center;
}


.navbar-nav .nav-item .nav-link.active {
	transition: 0.1s;
	background: #3c5464;
	color: #fff;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
	transition: 150ms;
	background: #104b87d6;
	color: #fff;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-menu {
	margin-top: 0;
}


.dropdown-menu {
	position: absolute;
	top: 100%;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0.25rem;
}


.dropdown-item.active,
.dropdown-item:hover {
	background-color: #3c5464 !important;
	color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #2b2b33 !important;
}




.submenu {
	/* display: none;
	position: absolute;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0.25rem;
	padding: 0.5rem 0;
	top: 100%;
	left: 100% !important;
	width: 100% !important;
	transform: translate(0%, -100%); */
}

/* ------------------------------------------ */

.carousel-control-prev span,
.carousel-control-next span {
	transform: scale(2);
	color: #fff;
}


.carousel-caption {
	font-family: Calisto-MT !important;
	letter-spacing: 2.5px;
	text-shadow: 2px 2px 5px #2b2b2b;
	transform: scale(1.5);
}

.carousel-caption h6,
.carousel-caption h1,
.carousel-caption h5 {
	font-family: Calisto-MT !important;
}

/* Logo */

.logo {
	float: left;
	text-align: left;
	display: inline-block;

	background: #104b87;
}

.logo a {
	width: 150px;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.logo a img {
	width: 100%;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.header .logo a img.logo-light {
	transition: 0.3s;
	opacity: 1;
	width: 100%;
}

.header .logo a img.logo-dark {
	opacity: 0;
}

.header.header-fixed .logo a img.logo-light {
	opacity: 0;
}

.header.header-fixed .logo a img.logo-dark {
	opacity: 1;
	width: 45%;
	top: -10px;
}

.logo {
	float: left;
	text-align: left;
	display: inline-block;
}

.logo a {
	max-width: 100%;
	margin: 20px;
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	position: relative;
}

.logo a img {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}



/* ------------------------------ */
.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: flex-start;
	background: #fff;
	flex-wrap: nowrap;
}


#show_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	font-size: 1.7rem;
	padding: 0px 20px 0px 30px;
}

.pc_nav {
	width: fit-content;
	margin-left: unset;
}



/* ------------------------ */
.tagline {
	display: flex;
	align-items: center;
	justify-content: space-evenly;

	font-family: DB-Helvethaica-X-Thin-Cond;

	padding: 30px 0px;

}

.tagline_text_1 h1 {
	font-weight: 600 !important;
	letter-spacing: 1.5px
}

.tagline_text_2 {
	border-left: solid #000 2px;
	padding: 0 15px;
	font-size: 20px;
	font-weight: bolder;
}

.tagline_text_2 p {
	margin-bottom: 0rem
}


.img_title_1 img {
	width: 100%;
}

.img_title_2 {
	animation: change-height 1.5s;


	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #fff;
	background: #104b87;
	padding: 20px;
	position: relative;
	z-index: 1;
	width: 350px;
	height: auto;
	left: 350px;
	bottom: 185px;
}

/* ------------------------ */

/* ------------------------------------------ */

.contect {
	margin: 100px 0px 100px 0px;
}

.address {
	color: #2b2b33;
}

.address p,
.address a {
	color: #2b2b33;
	font-weight: bold;
}

.address a:hover {
	color: #fff;
	font-weight: bold;
}

.qr_code {
	width: 100px;
	margin-left: 20px;
}

.qr_code img {
	width: 100%;
	border-radius: 2.5px;
}

.top_layout img {
	width: 100%;
	height: auto;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	background-color: #eee;
	border: 1px solid #ced4da;
	border-radius: 2px;
}

.word_cus {
	font-size: smaller;
	margin: 15px 15px 0px 0px;
	color: #444;
}

.heading-1 {
	position: relative;
	text-align: start
}

.heading-1:before {
	content: "";
	display: block;
	border-top: solid 3px #fff;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	z-index: 0;
}

.heading-1 span {
	background: #fff;
	padding: 10px 10px 10px 0px;
	position: relative;
	z-index: 1;
}

.contact_h {
	background: #fff;
	padding: 20px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	text-align: center;
}


/* footer {
	background-image: url(../../assets-g/images/background/footer_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
 	padding-bottom: 35%; 
} */


footer {
	padding: 25px 0px 0px 0px;
	background: #191c21;
	/* border-top: solid #fff 10px; */
}

.copyright {
	/* border-top: solid #eee 2px; */
	text-align: center;
	background: #1d2228;
	color: #ffffff;
}

.copyright a {
	font-weight: bold;
	color: #fff;
}

.copyright a:hover {
	font-weight: bold;
	color: #ff4624;
}

.footer_info {
	width: 100%;
	/* height  : 200px; */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0px 0px 25px 0px;
}

.footer_info .f_img img {
	width: 90%;
	height: auto;
}

.footer_info .f_text {
	/* margin-left: 20px; */
	margin-top: 20px;
	color: #f0f0f0;
	font-weight: bold;
}

.footer_info .f_text p {
	margin-bottom: 0.5rem;
}

.f_maps iframe {
	width: 100%;
	/* height    : 300px; */
	border-radius: 2px;
}

.fs_text_url p {
	margin-bottom: 0;
}

.fs_text_url p a {
	font-weight: bold;
	color: #fff;
}


.f_contact h3,
.f_siteMaps h3,
.f_maps h3 {
	/* border-bottom: solid #fff 2px; */
	margin-top: 35px;
	margin-bottom: 15px;
	color: #fff;
}


.f_contact,
.f_siteMaps,
.f_maps {
	color: #f0f0f0;
}

.f_contact p {
	font-size: 1.5rem;
}

.f_siteMaps p {
	margin-bottom: 0.5rem;
}

.f_siteMaps a {
	color: #f0f0f0;
}

.f_siteMaps a p {
	transition: 0.3s;
	font-size: 1.5rem;
}

.f_siteMaps a:hover p {
	transition: 0.3s;
	margin-left: 15px;
}


.f_powered_By {
	color: #ccc;
}

.f_powered_By img {
	width: 200px;
}

.swal2-popup {
	display: none;
	position: relative;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	width: 25em;
	max-width: 100%;
	padding: 1.25em;
	border: none;
	border-radius: 3px;
	background: #fff;
	font-family: inherit;
	font-size: 1rem;
}

.sweet_loader {
	width: 140px;
	height: 140px;
	margin: 0 auto;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-name: ro;
	transform-origin: 50% 50%;
	transform: rotate(0) translate(0, 0);
}

@keyframes ro {
	100% {
		transform: rotate(-360deg) translate(0, 0);
	}
}

/* ------------------------------------------------------------------------------- */

.top_user {
	text-align: center;
	background: #ffffff;
	border-radius: 3px;
	border-top: solid 4px #fff;

	/* background: #2b2b33;
    padding: 8px;
    border-radius: 3px;
	margin-bottom: 15px; */
}

.top_user .t_img img {
	width: 100%;
}

.btn_function a img {
	width: 100%;
}

.btn_other {
	margin-top: 15px;
	margin-bottom: 15px;
	background: #fff;
	padding: 5px;
	border-radius: 0px 0px 3px 3px;
}

.btn_other a img {
	width: 100%;
	margin-bottom: 5px;
}

.btn_topinfo {
	margin-top: 15px;
	margin-bottom: 15px;
	/* background: #fff; */
	/* padding   : 10px; */
	border-radius: 0px 0px 3px 3px;
}

.btn_topinfo a img {
	width: 100%;
}

.visitor {
	margin-top: 10px;
}

@media (max-width: 800px) {
	.visitor {
		font-size: 80%;
	}

	.bg_content {
		padding: 10px !important;
	}

	.owl-stage {
		justify-content: space-around !important;
	}

}

/* @media (max-width: 600px) {
	.visitor {
		font-size: 10%;
	}
} */

.visitor h5 {
	text-align: center;
	background: #fff;
	color: #fff;
	padding: 5px;
	border-radius: 3px 3px 0px 0px;
	font-size: 85%;
}

.visitor .vis_con p {
	display: flex;
	justify-content: space-between;
}

.vis_con {
	background: #fff;
	padding: 10px;
	border-radius: 0px 0px 3px 3px;
	font-weight: 700;
}

.topic_m,
.topic_s {
	margin-bottom: 20px;
}

.topic_m h5,
.topic_s h5 {
	text-align: center;
	background: #fff;
	color: #fff;
	padding: 5px;
	border-radius: 3px 3px 0px 0px;
	font-size: 120%;
}

.topic_m .content_m,
.topic_s .content_m {
	background: #0250744a;
	padding: 10px;
	border-radius: 0px 0px 3px 3px;
	font-weight: 700;
}

.topic_s a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background-image: url(../images/logo/icon2.svg);
	background-repeat: no-repeat;
}



.topic_m .content_m,
.topic_s .content_m {
	background: #0250744a;
	padding: 10px;
	border-radius: 0px 0px 3px 3px;
	font-weight: 700;
}

.topic_m .content_m_color_2 {
	background: #019f4940 !important;
}

.topic_m .content_m_color_3 {
	background: #b6d3396b !important;
}

.topic_m .content_m_color_4 {
	background: #e91e634a !important;
}

/* ---------------------------------------- */

::-webkit-scrollbar {
	width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.scroll {
	/* width: 100%; */
	height: 337px;
	overflow: auto;
}

.scroll::-webkit-scrollbar {
	width: 5px;
	height: 0px;
}

.scroll {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

/* ---------------------------------------- */

.doc_item .list_item {
	display: flex;
	padding: 5px 0px 5px 0px;
	justify-content: space-between;
}

.doc_item .list_item img {
	width: 28px;
	height: fit-content;
}



.doc_item .list_item p {
	margin-left: 15px;
}

.post_topic {
	width: 78%;
}

.post_topic,
.post_date {
	display: flex;
}

.post_topic p {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post_date {
	color: #6f6f6f;
	font-weight: 500;
	font-size: small;
}

.color-test {
	display: flex;
	position: fixed;
	z-index: 10;
	top: 40px;
}

.color-test-1 {
	padding: 10px;
	background: #fff !important;
}

.color-test-2 {
	padding: 10px;
	background: #019F49 !important;
}

.color-test-3 {
	padding: 10px;
	background: #fff !important;
}

.color-test-4 {
	padding: 10px;
	background: #e91e63 !important;
}

.content_m iframe {
	width: 100%;
	height: 600px;
}

/* .content_m iframe ::-webkit-scrollbar{
	width: 10px;
} */

.card-text span {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-title {
	text-align: center;
	color: #1d2228;
	font-size: 1.5rem !important;
	font-weight: bold;
	border-bottom: solid #1d2228 3px;
}

.card-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.view-btn {
	display: flex;
	justify-content: center;
	align-items: end;
	margin-top: 10px;
}

.view-btn a {
	background: #2b2b33;
	color: #fff;
	padding: 2px 10px 0px 10px;
	border-radius: 3px;
	font-weight: 500;
	width: -webkit-fill-available;
	text-align: center;
	border: solid 2px #2b2b33;
}

.view-btn label {
	color: #2b2b33;
}

.view-btn label span {
	color: #2b2b33;
}


.view-btn i,
.row_view_more_product i {
	position: relative;
	bottom: -2px;
	left: 1px;
}




.owl-theme .owl-controls .owl-page {
	display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 #869791;
	border-radius: 20px;
	display: block;
	height: 12px;
	margin: 5px 7px;
	opacity: 0.5;
	width: 12px;
}

.t_text img {
	width: 100%;
}

/* -----------------------------page css custom --------------------*/

.custom_TB {
	background: #fff;
	padding: 10px;
	border-radius: 0px 0px 3px 3px;
	/* font-weight: 700; */
}

.custom_TB table tr td p span {
	font-size: 23px;
	font-weight: 500;
}

.custom_TB table tr td span strong {
	font-size: 23px;
	font-weight: 500;
}

.custom_TB table tr td p {
	margin-top: 15px;
}

.page-title {
	margin-bottom: 0 !important;
	font-family: DB-Helvethaica-X-Thin-Cond !important;
}

.topic_page {
	margin-bottom: 20px;
}

.topic_page h1 {
	font-family: FC-Minimal-Regular;
	text-align: center;
	background: #fff;
	color: #fff;
	padding: 5px;
	border-radius: 3px 3px 0px 0px;
}

.btn_other_2 {
	/* margin-top: 15px;
	margin-bottom: 15px; */
	background: #fff;
	padding: 5px;
	border-radius: 0px 0px 3px 3px;
}

.btn_other_2 a img {
	width: 100%;
	margin-bottom: 5px;
}

.nav-mobile-header {
	background-color: #1d2228 !important;
}

.outerdiv {
	height: 600px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#inneriframe {
	height: 1248px;
	left: 0px;
	position: absolute;
	top: -110px;
	width: 100%;
}

.btn_other a img {
	position: relative;
	left: 0px;
	transition: 0.2s;
}

.btn_other a:hover img {
	position: relative;
	left: 10px;
	border-radius: 50px 0px 0px 50px;
	box-shadow: 3px 4px 4px rgb(167, 167, 167);
}




.btn_other_2 a img {
	position: relative;
	left: 0px;
	transition: 0.2s;
}

.btn_other_2 a:hover img {
	position: relative;
	left: 15px;
	border-radius: 0px 50px 50px 0px;
	box-shadow: 3px 4px 4px rgb(167, 167, 167);
}

.btn_function a img {
	position: relative;
	/* right  : 0px; */
	left: 0px;
	transition: 0.2s;
}

.btn_function a:hover img {
	position: relative;
	/* right: 15px; */
	left: 15px;
}

/* ----------------------------------------------------------------------------------------- */


.row_view_more {
	display: flex;
	align-items: center;
	justify-content: end;
}

.row_view_more .view_more_btn {
	background: #fff;
	color: #fff;
	padding: 4px 10px 0px 10px;
	border-radius: 0px 0px 0px 0px;
	transition: 0.4s;
	margin-top: 8px;
	font-weight: 500 !important;
}

.row_view_more .view_more_btn:hover {
	background: #F07B46;
	color: #fff;
	border-radius: 25px 0px 0px 25px;
	transition: 0.4s;
}

.list_item {
	transition: 0.1s;
	/* background    : #f5f5f5;
    margin-bottom : 0px !important;
    padding-top   : 8px;
    padding-bottom: 0px; */
}

.list_item:hover {
	background: #BBE1FA !important;
}

.page-title {
	font-size: 24px;
	font-weight: 400 !important;
	line-height: 26px;
	margin-bottom: 25px !important;
	margin-top: 0;
	color: #fff;
}

.data_list {
	/* background: #f5f5f5; */
	margin-bottom: 0px !important;
	padding-top: 8px;
	padding-bottom: 0px;
}

.data_list:hover {
	background: #BBE1FA !important;
}

.widget-title .title::after {
	background-color: #0F4C75 !important;
}

.w-popular-list li .left {
	text-align: center;
	width: 60px !important;
	height: auto !important;
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
	background: none !important;
}

.pagination {
	justify-content: center;
}

.related-posts .post-list {
	margin: 0;
	padding: 0;
	margin-top: 20px;
	display: block !important;
}

.content,
.detail {
	display: block;
	height: auto;
	min-height: 450px;
	background-color: white;
	padding: 15px;
	border-radius: 0px;
	font-size: 1.5rem;
	font-weight: 600;
}

.post-content .post-title .title {
	font-size: 28px !important;
	line-height: 44px;
	font-weight: 600;
	margin: 0;
}

.cut_text {
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dataList_post {
	padding: 5px;
	background: #eee;
}

.top_row {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 3px 3px 0px 0px;
}

.top_row .view_more_btn {
	background: #0f4c75;
	color: #fff;
	padding: 8px 10px 2px 10px;
	border-radius: 0px 0px 0px 0px;
	transition: 0.4s;
	font-weight: 500 !important;
}

.top_row .view_more_btn:hover {
	background: #F07B46;
	color: #fff;
	border-radius: 25px 0px 0px 25px;
	transition: 0.4s;
}

.scrollup i {
	background-color: #ff4624 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #ffffff !important;
	background-color: #fff !important;
	border-color: #fff #fff #fff !important;
}

.nav-tabs .nav-link {
	margin-bottom: -1 px;
	background: #eee;
	border: 1px solid #423a3a00;
	border-top-left-radius: 0.25 rem;
	border-top-right-radius: 0rem;

	font-size: 24px;
}

.right-menu {
	background: #fff;
}

.right-menu h2 {
	background: #fff;
	padding: 0 10px;
	font-size: inherit;
	font-weight: 500;
	color: #fff;
}

::marker {
	unicode-bidi: isolate;
	font-variant-numeric: tabular-nums;
	text-transform: none;
	text-indent: 0px !important;
	text-align: start !important;
	text-align-last: start !important;
	color: #2b2b33;
}

.widget-title .title::after {
	background-color: #fff !important;
}

.btn-custom {
	background-color: #ff4624 !important;
	border-color: #ff4624 !important;
}

.custom-checkbox input:checked+.checkbox-icon {
	background-color: #fff;
	border: 1px solid #fff;
}

.right-menu ul li:hover {

	background: #fff;
	font-weight: 500 !important;
	color: #2b2b33 !important;
}

.site_maps_style {
	background: #fff;
	padding: 5px 0px 0px 0px;
	border-top: solid 4px #fff;
}

.site_maps_style ul {
	padding-left: 9px;
	padding-bottom: 5px;
}

.site_maps_style ul li {
	list-style-type: none;
}

.site_maps_style ul li img {
	width: 17px;
	margin-right: 5px;
}

.site_maps_style ul li:hover {
	background: #eee;
}




.img-block a {
	width: 100%;
	height: 205px;
}

/* ------------- */

.img_edit .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: auto !important;
}


.post-image img {
	width: 100% !important;
}


@media (max-width: 1380px) {
	.navbar .pc_nav {
		font-size: smaller;
	}
}


@media (max-width: 1100px) {
	/* .header.header-fixed {
		top: 12px;
	} */


	#sec_video_present {
		padding: 30px 0 0px 0px !important;
	}

	.img_title_2 {
		font-size: 22px;
		left: 30px;
		bottom: -15px;
		margin-bottom: 45px;
	}


	.sec_article .owl-stage {
		margin-left: 0 !important;
	}

	.slider-counter {
		font-size: 1rem !important;
	}

	#owl_article .owl-prev {
		margin: -15px 0px 0px -20px !important;
	}

	#owl_article .owl-next {
		margin: -15px -20px 0px 0px !important;
	}

	.col_our_title {
		top: 0 !important;
	}

	#sec_map iframe {
		height: 250px !important;
		margin-bottom: -25px !important;
	}

}


@media (max-width: 990px) {


	#player {
		width: 100%;
		height: 410px;
	}

	.navPC_right {
		display: none;
	}

	#nav-desktop,
	.pc_nav {
		display: none !important;
	}

	.header,
	.header-fixed {
		position: fixed !important;
		top: 0px !important;
	}


	.nav-mobile-header {
		position: unset !important;
	}

	.info-title {
		display: none !important;
	}



	.navbar {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}





	#sec_video_present {
		padding: 30px 0 0px 0px !important;
	}

	.img_title_2 {
		font-size: 22px;
		left: 30px;
		bottom: -15px;
		margin-bottom: 45px;
	}


	.sec_article .owl-stage {
		margin-left: 0 !important;
	}

	.slider-counter {
		font-size: 1rem !important;
	}

	#owl_article .owl-prev {
		margin: -15px 0px 0px -20px !important;
	}

	#owl_article .owl-next {
		margin: -15px -20px 0px 0px !important;
	}

	.col_our_title {
		top: 0 !important;
	}

	#sec_map iframe {
		height: 250px !important;
		margin-bottom: -25px !important;
	}
}




@media (max-width: 800px) {
	.mb_position {
		position: relative;
		width: 120%;
		left: -20%;
	}

	section {
		padding: 0px 0px 15px 0px;
	}
}



@media (max-width: 767px) {
	#player {
		height: 308px;
	}
}



@media (max-width: 600px) {
	.owl-carousel .owl-item img {
		display: block;
		width: 100%;
		height: 265px;
	}

	.mb_position {
		position: relative;
		width: 133%;
		left: -33%;
	}


	.popup-content {
		width: 100%;
	}


	.our_text {
		font-size: 18px !important;
	}

	.owl_title {
		height: 100px !important;
	}


}



@media (max-width: 540px) {
	.info-title {
		display: none !important;
	}

	.owl-carousel .owl-item img {
		display: block;
		width: 100%;
		height: 245px;
	}

	.popupcontent {
		width: 78% !important;
	}


	.tagline {
		flex-wrap: wrap;
	}

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

	.tagline_text_2 {
		font-size: 26px;
	}

	.tagline_text_1 h1 {
		font-size: 2.3rem;
		margin-bottom: 10px
	}

	.img_title_2 {
		font-size: 22px;
		left: 30px;
		bottom: -15px;
		margin-bottom: 45px;
	}


	.sec_article .owl-stage {
		margin-left: 0 !important;
	}

	.slider-counter {
		font-size: 1rem !important;
	}

	#owl_article .owl-prev {
		margin: -15px 0px 0px -20px !important;
	}

	#owl_article .owl-next {
		margin: -15px -20px 0px 0px !important;
	}


	#sec_video_present {
		padding: 25px 0 0px 0px !important;
	}

	#sec_art_bg_1 .art_text {
		transform: scale(1) !important;
	}

	#sec_art_bg_2 .art_text_2 {
		padding: 0px 0 !important;
		transform: scale(0.8);
	}


	#sec_art_bg_3 .art_3_title {
		flex-wrap: wrap;
	}

	#sec_art_bg_3 .art_3_title {
		padding: 10px 15px !important;
	}

	#sec_art_bg_3 .art_3_title h1 {
		font-size: 3rem !important;
	}

	.col_our_title h1 {
		font-size: 7rem !important;
	}

	.col_our_title p {
		font-size: 1.3rem !important;
	}

	.col_our_title {
		top: 0 !important;
	}

	#sec_art_bg_6 {
		padding: 30px 0 !important;
	}

	.art_text_6 p {
		font-size: 1.3rem !important;
	}

	#sec_map iframe {
		height: 250px !important;
		margin-bottom: -25px !important;
	}

	.carousel-caption {
		transform: scale(0.8) !important;
	}
}

@media (max-width: 450px) {
	#player {
		height: 236px;
	}

}


@media (max-width: 400px) {
	.info-title {
		display: none !important;
	}

	.owl-carousel .owl-item img {
		display: block;
		width: 100%;
		height: 185px;
	}

	.card-title {
		font-size: small;
	}
}




.popupcontent img {
	width: 100% !important;
}

.nav-mobile {
	height: auto;
	width: 0;
	position: fixed;
	z-index: 9999999;
	top: 0;
	left: 0;
	padding-top: 60px;
	text-align: center;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	background-color: #1d2228;
}


.nav-mobile-right {
	height: auto;
	width: 0;
	position: fixed;
	z-index: 9999999;
	top: 0;
	right: 0;
	padding-top: 15px;
	text-align: center;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
	background-color: #fff;


	text-align: -webkit-match-parent;
}

.close_btn {
	text-align: center;
}

.close_btn a {
	color: #dc3545;
	border-color: #dc3545;
}


.index-blank {
	background: #fff !important;
	width: 100%;
	/* background-image: url(https://yourteedin.com/splash-v2/picture_bg.png); */
	min-height: 100%;
	background-position: center;
	background-size: cover;
}

.into_website {
	text-align: center;
	position: relative;
	margin-top: -64%;
}

.into_website a {
	font-weight: 600;
	font-size: 35px;
}


#owl-carousel-vdo .owl-item img {
	display: block;
	width: 100%;
	height: auto;
}

.map_m {
	padding-top: 10px;
}

.bg_content {
	padding: 30px;
	background: #eeeeee85;
}

.container_custom {
	padding-right: var(--bs-gutter-x, 0rem);
	padding-left: var(--bs-gutter-x, 0rem);
}





















/* ----------------test---------------------- */
.card_product .card-text {
	font-size: 0.85rem;
}

.card_product {
	border: solid 2px #fff !important;
}

.card_product:hover {
	border: solid 2px #eee !important;
	background: #eeeeee52;
	transition: 0.3s;
}


/* .card_product a img,
.card_product img {
	transition: 0.3s;
} */

/* .card_product a:hover img,
.card_product:hover img {
	transition: 0.3s;
	transform : scale(0.8);
} */
.card_product a .img-block-product,
.card_product .img-block-product {
	transition: 0.3s;
}

.card_product a:hover .img-block-product,
.card_product:hover .img-block-product {
	transition: 0.3s;
	transform: scale(0.85);
}


.view-btn a:hover {
	background: none;
	color: #2b2b33;
	font-weight: 600;
	border: solid 2px #2b2b33;
}


.row_view_more_product {
	display: flex;
	justify-content: center;
	align-items: end;
	margin-top: 50px;
}


.row_view_more_product a {
	font-size: 16px;
	background: #ff4624;
	color: #fff;
	padding: 2px 10px 3px 10px;
	border-radius: 3px;
	font-weight: 500;
	width: fit-content;
	text-align: center;
	border: solid 2px #ff4624;

}


.row_view_more_product a:hover {
	background: none;
	color: #ff4624;
	font-weight: 600;
	border: solid 2px #ff4624;
}



#owl-carousel-product-btn .owl-item {
	width: 160px !important;
}




/* ----------------------------nav owl */
.owl-stage-outer {
	/* height: 42% !important; */
}


.owl-stage {
	display: flex;
	/* flex-wrap   : wrap; */
	justify-content: center;
}

.owl-prev {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 15%;
	left: -3%;
	display: block !important;
	border: 0px solid black;
	margin: 0px 0px 0px 0px !important;
}

.owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 15%;
	right: -2%;
	display: block !important;
	border: 0px solid black;
	margin: 0px -7px 0px 0px !important;
}


#owl_article .owl-prev {
	margin: 0px 0px 0px 0px !important;
}

#owl_article .owl-next {
	margin: 0px 0px 0px 0px !important;
}

.owl-prev:hover,
.owl-next:hover {
	background: none !important;
}

.owl-prev i,
.owl-next i {
	transform: scale(4);
	color: #2b2b33;
}

.owl-theme .owl-nav [class*=owl-]:hover i {
	background: #fff !important;
	color: #000000;
	text-decoration: none;
}


.cat_page_bg {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cat_page_bg img {
	width: 100%;
	height: auto;
}

.cat_page_bg h1 {
	position: absolute;
	z-index: 1;
	color: #fff;
	font-weight: 600;
}



.sec_info_bottom {
	background: #fff;
}

.sec_info_bottom .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.sec_info_bottom .box .text_in {
	width: 75%;
	color: #fff;
}

/* .sec_info_bottom .box .icon_in {
	filter: invert(1);
} */

.sec_info_bottom .title_head {
	text-align: center;
	font-weight: 600;
	color: #fff;
	padding: 30px 0px 30px 0px;
}




.title_head {
	text-align: center;
	font-weight: 600;
	color: #fff;
	padding: 30px 0px 20px 0px;
	text-transform: uppercase;
}

.title_head span {
	/* color: #3c5464; */
	color: #2b2b33;
}

.title_head_line {
	border-bottom: solid #2b2b33 4px;
	position: relative;
	top: -25px;
	left: 47.5%;
	width: 5%;
}


/* Divider */

.divider {
	padding-bottom: 20px;
}

.divider span {
	display: inline-block;
	vertical-align: middle;
}

.divider .fa {
	font-size: 20px;
	margin: 0 20px;
}

.divider .outer-line {
	width: 25%;
	border-bottom: 1px solid #ddd;
}







/* ------------------------------------------บทความ */
.sec_promotion img {
	margin-bottom: 15px;
}

#sec_promo {
	background: #e8e8ed;
	padding: 50px 0px 0px 0;
}

/* .sec_article {
	background: #f2f2f2;
} */

.sec_article .owl-stage {
	/* margin-left: -750px; */
}

.sec_article .owl-item {
	/* width: 600px !important; */
}

.sec_article .owl-item.active {
	transform: scale(1);
	transition: 0.25s;
	opacity: 1;
}


.sec_article .owl-item {
	transform: scale(0.9);
	transition: 0.25s;
	opacity: 0.6;
}



/* .sec_article .owl-item.active .item a{
		pointer-events: none;
} */


.sec_article .owl-carousel .owl-dots.disabled,
.sec_article .owl-carousel .owl-nav.disabled {
	display: block;
}

.sec_article .owl-prev {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 94%;
	left: 45%;
	/* margin-left: -20px !important; */
	display: block !important;
	border: 0px solid black;
}

.sec_article .owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 94%;
	right: 45%;
	display: block !important;
	border: 0px solid black;
	margin: 6px;
}

.sec_article .owl-prev i,
.sec_article .owl-next i {
	transform: scale(1);
	color: #000;
}

.sec_article .owl-theme .owl-nav [class*=owl-]:hover i {
	background: none !important;
	color: #2b2b33;
	text-decoration: none;
}

.sec_article .owl-prev:hover,
.sec_article.owl-next:hover {
	background: none !important;
}




.search_input .form-control {
	display: block;
	width: 100%;
	padding: 2px 5px 0px 5px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.slider-nav {
	display: flex !important;
	justify-content: space-between;
}


.random-slider-nav .prev {
	right: unset !important;
	left: auto !important;
	margin-left: 0 !important;
	margin-right: 10px !important;
	text-align: right !important;
}

.random-slider-nav .next {
	margin-right: 8px !important;
	text-align: left !important;
}

.random-slider-nav {
	/* top: 180px !important;
	bottom: auto !important;
	opacity: 1 !important;
	display: block !important; */

	position: unset;
}


.embed-responsive-16by9 {
	padding-bottom: 56.25% !important;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}



#owl_article .item,
#owl-carousel-review .item {
	text-align: center;
}


.pomo_btn img {
	transition: 0.3s;
}

.pomo_btn:hover img {
	transition: 0.3s;
	transform: scale(0.9);
}



/* ------------- */
.img-block {
	padding: 5px;
}

.img-block a {
	width: 100%;
	height: 199px;

	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;

	border-radius: 2px;
	border: solid #eee 2px;
}

.img-block-article {
	padding: 5px;
}

.img-block-article a {
	width: 100%;
	height: 300px;

	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}



.img-block-our_work {
	padding: 5px;
}

.img-block-our_work a {
	width: 100%;
	height: 170px;

	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}



.img-block-cat {
	padding: 5px;
}

.img-block-cat div {
	width: 100%;
	height: 168px;

	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}

@media (max-width: 1400px) {
	.img-block-cat div {
		width: 100%;
		height: 138px;
	}
}

@media (max-width: 400px) {
	.img-block-cat div {
		width: 100%;
		height: 108px;
	}
}







.img-block-product {
	padding: 5px;
}

.img-block-product {
	width: 100%;
	height: 180px;

	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}



/* ------------- */




.sec_our_work {
	background: none;
}


.nav-desktop {
	background: #ffffffcc;
	/* border-radius: 50px; */
	padding: 0px 10px 0px 0px;
}

.content,
.detail {
	/* font-size: 24px;
	font-weight: 500; */
}

.post-content .post-summary h2 {
	/* margin: 0 !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500; */
}




/* ------------------------------------------- */
/* .f_siteMaps .fa-chevron-circle-right{
	color: #fff;
} */

.f_siteMaps i,
.f_contact i,
.f_maps i {
	color: #fff;
	font-size: 1.5rem;
}


.f_contact .fa-phone-square {
	color: #f29900;
}

.f_contact .fa-envelope {
	color: #f14336;
}

.f_contact .fa-facebook-official {
	color: #0b7de6;
}



.f_contact a:hover {
	color: #f14336 !important;
}

.contact-right p a {
	color: #2b2b33 !important;
}

.contac-map {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 450px;
	align-items: center;
	justify-content: space-between;
}

.contac-map p:nth-child(1) {
	margin-right: 10px;
	height: 100%;
	width: 100%;
	border: solid 3px #fff;
}

.contac-map p:nth-child(2) {
	margin-left: 10px;
	height: 100%;
	width: 100%;
	border: solid 3px #fff;
}

.contac-map p iframe {
	width: 100% !important;
	height: 100% !important;
}



.lang_icon_h {
	position: absolute;
	z-index: 1;
	right: 0;
	margin-right: 15px;
}


.flag-lang {
	filter: grayscale(1);
}


.f_active .flag-lang {
	filter: grayscale(0);
}




































/* ************************************************************** */

/* ------------------------------------------ */
.sub_dropdown .submenu {
	display: none;
}


.sub_dropdown:hover .submenu {
	display: block;
}



.submenu {
	position: absolute;
	z-index: 1000;
	min-width: 10rem;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0.25rem;


	left: 100%;
	top: 0;
	width: 100%;
}











/* #menu {
	background: #343434;
	color: #eee;
	height: 35px;
	border-bottom: 4px solid #eeeded
} */

#menu {
	padding-left: 0rem;
}


#menu ul,
#menu li {
	margin: 0 0;
	padding: 0 0;
	list-style: none
}

/* #menu ul {
	height: 35px
} */

#menu li {
	float: left;
	display: inline;
	position: relative;
	/* font: bold 12px Arial;
	text-shadow: 0 -1px 0 #000;
	border-right: 1px solid #444;
	border-left: 1px solid #111;
	text-transform: uppercase */
}

/* #menu li:first-child {
	border-left: none
} */

/* #menu a {
	display: block;
	line-height: 35px;
	padding: 0 14px;
	text-decoration: none;
	color: #eee;
} */

/* #menu li:hover>a,
#menu li a:hover {
	background: #111
} */

#menu input {
	display: none;
	margin: 0 0;
	padding: 0 0;
	width: 80px;
	height: 35px;
	opacity: 0;
	cursor: pointer
}

#menu label {
	font: bold 30px Arial;
	display: none;
	width: 35px;
	height: 36px;
	line-height: 36px;
	text-align: center
}

#menu label span {
	/* font-size: 12px;
	position: absolute;
	left: 35px */
}

#menu ul.menus {
	height: auto;
	width: 180px;
	position: absolute;
	z-index: 99;
	display: none;
	/* border: 0; */
}

#menu ul.menus li {
	display: block;
	width: 100%;
	text-transform: none;
}

#menu li:hover ul.menus {
	display: block
}


/* #menu a.prett {
	padding: 0 27px 0 14px
} */

#menu a.prett::after {
	content: "";
	width: 0;
	height: 0;
	border-width: 6px 5px;
	border-style: solid;
	border-color: #eee transparent transparent transparent;
	position: absolute;
	top: 15px;
	right: 9px
}

#menu a.prett.open::after {
	content: "";
	width: 0;
	height: 0;
	border-width: 6px 5px;
	border-style: solid;
	border-color: transparent transparent #eee transparent;
	position: absolute;
	top: 9px;
	right: 9px
}

/* #menu ul.menus a:hover {
	background: #333;
} */

#menu ul.menus .submenu {
	/* display: none;
	position: absolute;
	left: 180px;
	background: #111;
	top: 0;
	width: 180px; */
}

/* #menu ul.menus .submenu li {
	background: #111;
} */

#menu ul.menus .has-submenu a.open~.submenu {
	display: block;
}

/* ************************************************************** */









.Hotbg {
	background: #d0d0d0;
	height: 40px;
	border-radius: 40px;
	/* border: solid 1px #fff; */
}

.Hotbg:hover>.Hotbg-txt {
	width: 240px;
	padding: 0 6px;
}

.Hotbg:hover>.Hotbg-btn {
	background: #3c5464;
	color: #fff;
}

.Hotbg-btn {
	color: #ff4624;
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ff4624;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s;
	color: #fff;
	cursor: pointer;
}

.Hotbg-btn>i {
	font-size-adjust: 30px;
}

.Hotbg-txt {
	border: none;
	background: none;
	outline: none;
	float: left;
	padding: 0;
	color: #464646;
	font-size: 16px;
	transition: 0.4s;
	line-height: 40px;
	width: 0px;
	font-weight: bold;
}











#sec_video_present {
	padding: 80px 0 50px 0px;
}

#sec_art_bg_1,
#sec_art_bg_2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
}

#sec_art_bg_1 img,
#sec_art_bg_2 img,
#sec_art_bg_3 img {
	width: 100%;
	position: relative;
	z-index: 1;

}

#sec_art_bg_1 .art_text {
	position: absolute;
	z-index: 2;
	color: #fff;
	text-align: center;

	letter-spacing: 5px;
	transform: scale(1.6);


}

.spacing_animate {
	animation: letter-spacing-animate 2.5s ease-out forwards;
	animation-delay: 1s;
}

#sec_art_bg_1 .art_text h1 {
	font-family: DB-Helvethaica-X-Thin-Cond !important;
}

#sec_art_bg_1 .art_text span {
	font-family: DB-Helvethaica-X-Med-Cond !important;
}

/* .letter-spacing-animate{
	animation: letter-spacing-animate 2.5s ease-out forwards;
	animation-delay: 1s;
} */

@keyframes letter-spacing-animate {
	0% {
		letter-spacing: 55px;
	}

	50% {
		letter-spacing: 5px;
	}

	60% {
		letter-spacing: 13px;
	}

	70% {
		letter-spacing: 15px;
	}

	80% {
		letter-spacing: 17px;
	}

	100% {
		letter-spacing: 5px;
	}
}

#sec_art_bg_2 {
	background-image: url(../images/MuseArts_BG_2.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#sec_art_bg_2 .art_text_2 {
	/* position: absolute;
	z-index: 2; */
	padding: 160px 0;
	color: #fff;
	text-align: center;
}

#sec_art_bg_2 .art_text_2 h1 {
	font-size: 7rem;
	font-weight: bolder;
	letter-spacing: 5px;
}

#sec_art_bg_2 .art_text_2 p {
	font-size: 2rem;
	margin-bottom: 0;
}





#sec_art_bg_3 {
	display: flex;
	justify-content: center;
	padding: 0 !important;



	background-image: url(../images/MuseArts_BG_3.webp);
	background-repeat: no-repeat;
	background-size: cover;
}


#sec_art_bg_3 .art_3_title {
	position: relative;
	z-index: 2;
	color: #2b2b33;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 70px 0px;
}


#sec_art_bg_3 .art_3_title h1 {
	font-size: 6rem;
	font-weight: bolder;
	letter-spacing: 5px;
}

#sec_art_bg_3 .art_3_title p {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 0rem;
}

#sec_art_bg_3 #art_3_content {
	/* position: absolute;
	z-index: 2; */
	padding: 105px 0;
}

.line_center {
	border: solid 1px #0000001c;
	width: 30%;
}

#art_3_content .col-lg-3 {
	padding: 5px;
}


#sec_art_bg_4 {
	background: #191c21;
}



/* figcaption imagehover */

/* [class*=" imghvr-"] figcaption,
[class^="imghvr-"] figcaption {
	background-color: #fff !important;
	padding: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
}

[class*=" imghvr-"],
[class^="imghvr-"] {
	position: relative;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	background-color: #fff;
	color: #fff;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	transform: translateZ(0);
	box-shadow: 1px 2px 10px #000000e7;
} */


/* --------------------------------------------- */
.content_img {
	position: relative;
	z-index: 2;
	width: 100%;
}

.image {
	display: block;
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	z-index: 2;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: #000000;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .3s ease;
}

.content_img:hover .overlay {
	bottom: 0;
	height: 100%;
}

.text {
	color: white;
	font-size: 100px;
	position: absolute;
	z-index: 2;
}

/* --------------------------------------------- */

#sec_art_bg_5 {
	padding: 0;
	background-color: #e8e8ed;
}

#sec_art_bg_6 {
	text-align: center;
	background-image: url(../images/MuseArts_BG_6.png);
	background-repeat: no-repeat;
	background-size: cover;

	padding: 110px 0;
}

.art_text_6 p {
	font-size: 2.3rem;
	margin-bottom: 0;
	font-weight: 600;
}

.art_text_6 p span {
	text-transform: uppercase;
}








.zoom-in-zoom-out {
	animation: zoom-in-zoom-out 4s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.3, 1.5);
	}

	100% {
		transform: scale(1, 1);
	}
}


.col_our_title {
	position: relative;
	z-index: 2;
	top: 25%;
	text-align: center;

}

.col_our_title h1 {
	font-size: 8rem;
	font-weight: bolder;
}

.col_our_title p {
	text-transform: uppercase;
	font-size: 1.5rem;
}




/* --------------------------------------------------------------- */
@keyframes change-height {
	0% {
		width: 50px;
		height: 0px;
	}

	50% {
		width: 100px;
		height: 50px;
	}

	100% {
		width: 350px;
		height: 400px;
	}
}



















.close-btn {
	width: 100px;
	height: 50px;
	display: block;
	margin: 50px auto;
	cursor: pointer;
	border: 2px solid black;
	background-color: white;
}


.video-popup {
	display: none;
	width: 100%;
	height: 100vh;
	margin: auto;
	position: fixed;
	top: 0;
	box-shadow: 10px 10px 10px 10px black;
	z-index: 1;
}

.popup-bg {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100vh;
	position: absolute;
}

.popup-content {
	background: black;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1000px;
	height: auto;
}

.popup-title {
	padding: 30px;
	margin: 0 auto;
	color: red;
	text-transform: uppercase;
}











#sec_blog {
	background: #202020;
	padding: 70px 0;
}

.owl_title {
	background: #e8e8ed;
	text-align: center;
	padding: 10px;
	height: 80px;
}





.our_text {
	position: absolute;
	z-index: 1;
	bottom: 120px;
	background: #00000058;
	color: #fff;
	display: flex;
	width: 100%;
	/* height: 0px; */
	justify-content: center;
	align-items: center;
	font-size: 40px;
	text-align: center;
}