@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: DB_Heavent_Cond;
	src: url('../fonts/DB_Heavent_Cond/DB Heavent Bd Cond v3.2.1.ttf');
}

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

body {
	background-image: url(../images/background/report-bg.jpg);
	font-family: Kanit;
	/* font-family     : DB_Heavent_Cond !important; */
	color: #141c24 !important;
	/* font-size       : larger !important; */
	background: #ffffff;
}

a {
	text-decoration: none;
	color: #141c24;
}

a:hover {
	color: #141c24;
}

h1,
h2,
h3,
h5,
h5,
h6 {
	font-weight: 400;
	margin: 0px 0px 0px 0px;
}

p {
	font-family: Kanit !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 #141c24 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: #aad4da;
	/* color     : #fff; */
}




.header {
	position: absolute;
	text-align: center;
	top: 30px;
	z-index: 1000;
	color: #fff;
	width: 100%;
	/* height         : 99px; */
	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;
	/* height       : 65px; */
	background-color: #fff;
	/* border-bottom: 1px solid #f1f1f1; */
	/* border-bottom   : solid #141c24 5px; */
	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: #23b3b8;
	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;
}


.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.5rem; */
	margin-left: 0px;
	padding: 10px 10px 10px 10px;
	font-weight: 500;
}

.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: #aad4da;
	/* 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: #141c24 !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: #23b3b8;
}


/* Logo */

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

.logo a {
	width: 150px;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	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: 135%;
}

.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-top: 10px;
	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: absolute;
	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;
}






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

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

.address {
	color: #141c24;
}

.address p,
.address a {
	color: #141c24;
	font-weight: bold;
}

.address a:hover {
	color: #23b3b8;
	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 #23b3b8;
	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: #23b3b8;
	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: #141c24;
	/* border-top: solid #23b3b8 10px; */
}

.copyright {
	/* border-top: solid #eee 2px; */
	text-align: center;
	background: #23b3b8;
	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: #23b3b8;
}


.f_contact h3,
.f_siteMaps h3,
.f_maps h3 {
	border-bottom: solid #23b3b8 2px;
	margin-bottom: 15px;
	color: #fff;
}


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

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

.f_siteMaps a {
	color: #f0f0f0;
}

.f_siteMaps a p {
	transition: 0.3s;
}

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


.f_powered_By {
	margin-top: 55px;
	margin-bottom: 20px;
	color: #ccc;
}

.f_powered_By img {
	width: 115px;
}

.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 #23b3b8;

	/* background: #141c24;
    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: #23b3b8;
	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: #23b3b8;
	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;
}

/* @media (max-width: 800px) {
	.doc_item .list_item img {
		width: 28px;
	}
} */

.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: #23b3b8 !important;
}

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

.color-test-3 {
	padding: 10px;
	background: #23b3b8 !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: #23b3b8;
	font-size: 1.1rem;
	/* font-weight  : bold; */
	/* border-bottom: solid #23b3b8  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: #141c24;
	color: #fff;
	padding: 2px 10px 0px 10px;
	border-radius: 3px;
	font-weight: 500;
	width: -webkit-fill-available;
	text-align: center;
	border: solid 2px #141c24;
}

.view-btn label {
	color: #141c24;
}

.view-btn label span {
	color: #141c24;
}


.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: Kanit !important;
}

.topic_page {
	margin-bottom: 20px;
}

.topic_page h1 {
	font-family: FC-Minimal-Regular;
	text-align: center;
	background: #23b3b8;
	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: #23b3b8 !important;
}

/* .content {
	display: block;
	height: auto;
	min-height: 0px !important;
	background-color: none !important;
	padding: 0px !important;
	border-radius: 0px !important;
} */

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

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

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

/* #inneriframe_2 {
	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;
}

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

/* .widget-title .title {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    position: relative !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.widget-title {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.widget-title .title {
    color: #fff;
    font-weight: bold !important;
} */

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

.row_view_more .view_more_btn {
	background: #23b3b8;
	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: #23b3b8;
}

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

.post-content .post-title .title {
	font-size: 20px !important;
	line-height: 44px;
	font-weight: 400;
	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: #23b3b8;
	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: #23b3b8 !important;
	border-color: #23b3b8 #23b3b8 #23b3b8 !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: #23b3b8;
	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: #141c24;
}

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

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

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

.right-menu ul li:hover {

	background: #23b3b8;
	font-weight: 500 !important;
	color: #141c24 !important;
}

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

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



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

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


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


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




@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%;
	}


}



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

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

	.popupcontent {
		width: 78% !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: #fff;
}


.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: #141c24;
	font-weight: 600;
	border: solid 2px #141c24;
}


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


.tab-nav-item {
	width: 160px;
	height: 170px;
	text-align: center;
	display: inline-block;
	/* border       : 1px solid #ddd; */
	padding: 0;
	margin-bottom: 5px;
}


.tab-nav-item a {
	display: block;
	width: 100%;
	color: #000;
	vertical-align: bottom;
	height: 100%;
	padding-top: 146px;
	text-decoration: none;
}


.tab-nav-item a:hover {
	color: #fff;
}




/* ------------------------------------------------------------------------------- */
.tab-nav .t_0 a {
	background: url(../images/icon/cat_icon/cat01.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_0:hover a {
	background: #23b3b8 url(../images/icon/cat_icon/cat01_hover.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_0.active a {
	background: #23b3b8 url(../images/icon/cat_icon/cat01_hover.png) top center no-repeat;
	background-position: center;
	color: #fff;
}

/*  */
.tab-nav .t_1 a {
	background: url(../images/icon/cat_icon/cat02.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_1:hover a {
	background: #23b3b8 url(../images/icon/cat_icon/cat02_hover.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_1.active a {
	background: #23b3b8 url(../images/icon/cat_icon/cat02_hover.png) top center no-repeat;
	background-position: center;
	color: #fff;
}

/*  */
.tab-nav .t_2 a {
	background: url(../images/icon/cat_icon/cat03.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_2:hover a {
	background: #23b3b8 url(../images/icon/cat_icon/cat03_hover.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_2.active a {
	background: #23b3b8 url(../images/icon/cat_icon/cat03_hover.png) top center no-repeat;
	background-position: center;
	color: #fff;
}

/*  */
.tab-nav .t_3 a {
	background: url(../images/icon/cat_icon/cat04.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_3:hover a {
	background: #23b3b8 url(../images/icon/cat_icon/cat04_hover.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_3.active a {
	background: #23b3b8 url(../images/icon/cat_icon/cat04_hover.png) top center no-repeat;
	background-position: center;
	color: #fff;
}

/*  */
.tab-nav .t_4 a {
	background: url(../images/icon/cat_icon/cat05.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_4:hover a {
	background: #23b3b8 url(../images/icon/cat_icon/cat05_hover.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_4.active a {
	background: #23b3b8 url(../images/icon/cat_icon/cat05_hover.png) top center no-repeat;
	background-position: center;
	color: #fff;
}


/*  */
.tab-nav .t_5 a {
	background: url(../images/icon/cat_icon/cat06.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_5:hover a {
	background: #23b3b8 url(../images/icon/cat_icon/cat06_hover.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_5.active a {
	background: #23b3b8 url(../images/icon/cat_icon/cat06_hover.png) top center no-repeat;
	background-position: center;
	color: #fff;
}


/*  */
.tab-nav .t_6 a {
	background: url(../images/icon/cat_icon/cat07.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_6:hover a {
	background: #23b3b8 url(../images/icon/cat_icon/cat07_hover.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_6.active a {
	background: #23b3b8 url(../images/icon/cat_icon/cat07_hover.png) top center no-repeat;
	background-position: center;
	color: #fff;
}


/*  */
.tab-nav .t_7 a {
	background: url(../images/icon/cat_icon/cat08.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_7:hover a {
	background: #23b3b8 url(../images/icon/cat_icon/cat08_hover.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_7.active a {
	background: #23b3b8 url(../images/icon/cat_icon/cat08_hover.png) top center no-repeat;
	background-position: center;
	color: #fff;
}


/*  */
.tab-nav .t_8 a {
	background: url(../images/icon/cat_icon/cat09.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_8:hover a {
	background: #23b3b8 url(../images/icon/cat_icon/cat09_hover.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_8.active a {
	background: #23b3b8 url(../images/icon/cat_icon/cat09_hover.png) top center no-repeat;
	background-position: center;
	color: #fff;
}


/*  */
.tab-nav .t_9 a {
	background: url(../images/icon/cat_icon/cat10.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_9:hover a {
	background: #23b3b8 url(../images/icon/cat_icon/cat10_hover.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_9.active a {
	background: #23b3b8 url(../images/icon/cat_icon/cat10_hover.png) top center no-repeat;
	background-position: center;
	color: #fff;
}


/*  */
.tab-nav .t_10 a {
	background: url(../images/icon/cat_icon/cat11.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_10:hover a {
	background: #23b3b8 url(../images/icon/cat_icon/cat11_hover.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_10.active a {
	background: #23b3b8 url(../images/icon/cat_icon/cat11_hover.png) top center no-repeat;
	background-position: center;
	color: #fff;
}


/*  */
.tab-nav .t_11 a {
	background: url(../images/icon/cat_icon/cat12.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_11:hover a {
	background: #23b3b8 url(../images/icon/cat_icon/cat12_hover.png) top center no-repeat;
	background-position: center;
}

.tab-nav .t_11.active a {
	background: #23b3b8 url(../images/icon/cat_icon/cat12_hover.png) top center no-repeat;
	background-position: center;
	color: #fff;
}

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


/* ----------------------------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 -150px !important;
}

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

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

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

.owl-theme .owl-nav [class*=owl-]:hover i {
	background: #fff !important;
	color: #23b3b8;
	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: #23b3b8;
}

.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: #23b3b8;
	padding: 30px 0px 20px 0px;
	text-transform: uppercase;
}

.title_head span {
	/* color: #3c5464; */
	color: #141c24;
}

.title_head_line {
	border-bottom: solid #141c24 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_article {
	background: #f2f2f2;
}



.sec_article .owl-item.active {
	filter: grayscale(1);
	transform: scale(0.7);
	transition: 0.25s;
	/* opacity   : 0.7; */
}

.sec_article .owl-item.active.center {
	filter: grayscale(0);
	transform: scale(1);
	transition: 0.25s;
	/* opacity   : 1; */
}

/* .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: 30%;
	left: 30%;
	/* margin-left: -20px !important; */
	display: block !important;
	border: 0px solid black;
}

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

.sec_article .owl-prev i,
.sec_article .owl-next i {
	transform: scale(3);
	color: #23b3b8;
}

.sec_article .owl-theme .owl-nav [class*=owl-]:hover i {
	background: none !important;
	color: #141c24;
	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 #23b3b8;
	-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: #23b3b8;
} */

.f_siteMaps i,
.f_contact i,
.f_maps i {
	color: #23b3b8;
}


.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: #141c24 !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 #23b3b8;
}

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

.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 #23b3b8; */
}

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