@charset "utf-8";
/* =========================== Font Face ============================= */
/*
font-family: 'Raleway', 'Prompt', sans-serif;
font-weight: 300, 500, 700;
font-family: 'Prompt', sans-serif;
font-weight: 300, 400, 500;
*/


/* =================================================================== */

/* ==================== Auto Selected Menu =========================== */
#home #menu_home,
#about_us #menu_about_us,
#product #menu_product,
#our_service #menu_our_service,
#news_activities #menu_news_activities,
#health_articles #menu_health_articles,
#contact #menu_contact {
	/*	color: #ee5792 !important;*/
	color: #ec008c !important;
}

/* =================================================================== */


/* =========== Fixed Bootstrap / iHover / Animate.css / Slick ======== */
.container-fluid {
	max-width: 1920px;
}

.btn {
	border-radius: 1.25rem !important;
	font-family: 'Prompt', sans-serif;
	font-weight: 300;
	font-size: 18px;
	transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
}

.btn-danger {
	border: 0;
	color: #FFF;
	background-color: #d70f64;
	min-width: 120px;
	/*	max-width: 300px;*/
}

.btn-danger:hover,
.btn-danger a:hover {
	/*	background-color: #ee5792;*/
	border-radius: 1.25rem;
	border: 0;
	background-color: #b30851;
	color: #FFF !important;

}

/*
.btn-danger:hover {
	background-color: #ff8a00;
    border-color: #ff8a00;
	border-radius: 1.25rem;
	border: 0;
}
*/

.btn-danger span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.btn-danger span:after {
	content: '»';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -1px;
	transition: 0.5s;
}

.btn-danger:hover span {
	padding-right: 25px;
}

.btn-danger:hover span:after {
	opacity: 1;
	right: 0;
}

#mainNav .nav-link:hover {
	color: #ee5792;
	transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
}


.navbar-light .navbar-nav .nav-link {
	font-family: 'Raleway', 'Prompt', sans-serif;
	font-weight: 500;
	color: #646464;
	font-size: 17px;
}

#dropdown_submenu {
	border: 0;
	color: #646464 !important;
}

#dropdown_submenu .dropdown-item {
	font-family: 'Raleway', 'Prompt', sans-serif;
	font-weight: 500;
	color: #646464 !important;
	font-size: 18px;
}

.navbar {
	padding-bottom: 0;
	padding-top: 0.6rem;
}

.card {
	border: 0;
}

.card-header {
	background-color: #FFF;
	border-bottom: 0;
}

.card-img,
.card-img-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}


#navbarMain .dropdown-toggle::after {
	margin-top: 8px;
}

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

.accordion-button:focus {
	border-color: #fdced8;
	box-shadow: 0 0 0 0.25rem rgb(248 174 190 / 25%);
}

.accordion-button:not(.collapsed) {
	color: #ee5792;
	background-color: #ffeff2;
}

.accordion-button::after {
	background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) !important;
}

/*animate.css fix*/
.animate__animated.animate__delay-025s {
	-webkit-animation-delay: .25s;
	animation-delay: .25s;
	-webkit-animation-delay: calc(var(--animate-delay)*0.25);
	animation-delay: calc(var(--animate-delay)*0.25);
}

.animate__animated.animate__delay-05s {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-delay: calc(var(--animate-delay)*0.5);
	animation-delay: calc(var(--animate-delay)*0.5);
}

.animate__animated.animate__delay-075s {
	-webkit-animation-delay: .75s;
	animation-delay: .75s;
	-webkit-animation-delay: calc(var(--animate-delay)*0.75);
	animation-delay: calc(var(--animate-delay)*0.75);
}

.animate__animated.animate__delay-125s {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
	-webkit-animation-delay: calc(var(--animate-delay)*1.25);
	animation-delay: calc(var(--animate-delay)*1.25);
}

.animate__animated.animate__delay-15s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	-webkit-animation-delay: calc(var(--animate-delay)*1.5);
	animation-delay: calc(var(--animate-delay)*1.5);
}

.animate__animated.animate__delay-175s {
	-webkit-animation-delay: 1.75s;
	animation-delay: 1.75s;
	-webkit-animation-delay: calc(var(--animate-delay)*1.5);
	animation-delay: calc(var(--animate-delay)*1.75);
}

.animate__animated.animate__slow1s {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: calc(var(--animate-duration) * 1);
	animation-duration: calc(var(--animate-duration) * 1);
}

/*ไล่เฉดสี text และ button*/
.gradient-text {
	text-align: center;
	background: #38B1CF;
	background: linear-gradient(to right, #38B1CF 0%, #FF24A0 50%, #BDCF1F 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gradient-button {
	background: linear-gradient(45deg, #feac5e, #c779d0, #4bc0c8);
}

/* Slick */
html {
	overflow-x: hidden;
}

/* iHover */
.ih-item.square {
	width: unset !important;
	height: unset !important;
	border: unset !important;
	box-shadow: unset !important;
}

.ih-item.square.effect6 .info h3 {
	font-size: 20px;
	background: transparent;
	margin: 30% 0 0 0;
	font-weight: 300;
}

.ih-item.square.effect6 .info p {
	font-size: 14px;
	font-style: normal;
	padding: unset;
	text-transform: uppercase;
}

/*Btn Flip*/
.btn-flip {
	opacity: 1;
	outline: 0;
	color: #fff;
	line-height: 40px;
	position: relative;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	font-family: "Open Sans";
	text-transform: uppercase;
}

.btn-flip:hover:after {
	opacity: 1;
	transform: translateY(0) rotateX(0);
}

.btn-flip:hover:before {
	opacity: 0;
	transform: translateY(50%) rotateX(90deg);
}

.btn-flip:after {
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	color: #323237;
	display: block;
	transition: 0.5s;
	position: absolute;
	/*  background: #adadaf;*/
	content: attr(data-back);
	transform: translateY(-50%) rotateX(90deg);
	background-color: #f8aebe;
}

.btn-flip:before {
	top: 0;
	left: 0;
	opacity: 1;
	/*  color: #adadaf;*/
	display: block;
	padding: 0 30px;
	line-height: 40px;
	transition: 0.5s;
	position: relative;
	/*  background: #323237;*/
	content: attr(data-front);
	transform: translateY(0) rotateX(0);
	background: #ee5792;
	background: -webkit-linear-gradient(to left, #cb2a69, #ee5792);
	background: linear-gradient(to left, #cb2a69, #ee5792);
	color: #FFF;
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .55);
	border-color: transparent;
}

.navbar-toggler:focus {
	box-shadow: none;
}


/*Hamberger Menu Animation*/
.menu {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
}

.line {
	fill: none;
	stroke: #777;
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}

.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 6;
}

.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}

.opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}

.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 6;
}

.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}


/* =================================================================== */


/* ============= Navbar Stroke Underline Animation =================== */
#navbarMain .nav-link {
	display: inline-block;
	position: relative;
	opacity: 0.9;
}

#navbarMain .nav-link:hover {
	opacity: 1;
}

.nav-link::before {
	transition: 300ms;
	height: 3px;
	content: "";
	position: absolute;
	background-color: #ee5792;
	background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}

.nav-link-ltr::before {
	width: 0%;
	bottom: 10px;
}

.nav-link-ltr:hover::before {
	width: 100%;
}

.nav-link-fade-up::before {
	width: 100%;
	bottom: 5px;
	opacity: 0;
}

.nav-link-fade-up:hover::before {
	bottom: 10px;
	opacity: 1;
}

.nav-link-grow-up::before {
	height: 0%;
	width: 100%;
	bottom: 0px;
}

.nav-link-grow-up:hover::before {
	height: 3px;
}

/*=====================================================================*/



/* ============ Navbar Shrink / Fixed-Top Animation ================== */
#logo {
	/*	max-width: 376px;*/
	/*filter: opacity(50%) brightness(0) invert(0);*/
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

#logo.shrink {
	/*	max-width: 250px;*/
	filter: none;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

#mainNav {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

#mainNav .dropdown-item:hover {
	background-color: #efefef;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

#slogan,
#slogan.shrink {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.icon_pink {
	color: #ec008c !important;
}

.icon_light_pink {
	color: #f8aebe !important;
}

/* =================================================================== */



/* =========================== Parallax ============================== */
#body_advisor_box,
#customer_feedback_box {
	min-height: 400px;
	background: transparent;
}

/* =================================================================== */


/* ==========================Scroll Bar=============================== */
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #f3f3f3;
	border-radius: 6px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background: #f8aebe;
	/*background: linear-gradient(to bottom, #BF953F, #FCF6BA, #B38728);*/
}

/* =================================================================== */


/* =========================== Custom CSS ============================ */
html {
	scroll-behavior: smooth;
}

body {
	background-color: #FFF;
	font-family: 'Prompt', sans-serif;
	font-weight: 300;
	color: #444;
	font-size: 18px;
}

a,
a:link,
a:active,
a:visited {
	font-family: 'Prompt', sans-serif;
	font-size: 18px;
	/*color: #ee5792;*/
	color: #444;
	text-decoration: none;
	transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
}

a:hover {
	font-family: 'Prompt', sans-serif;
	font-size: 18px;
	/*	color: #a62a57;*/
	/*	color: #d70f64 !important;*/
	color: #444;
	text-decoration: none;
	transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
}

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

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

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

.space {
	text-indent: 24px;
}


.text_over_image {
	position: absolute;
	bottom: 0;
	left: 10%;
	right: 10%;
}

input,
select,
btn,
select option {
	font-family: 'Prompt', sans-serif !important;
	font-weight: 300 !important;
	font-size: 18px !important;
}

.font_weight300 {
	font-weight: 300;
}

.font_weight400 {
	font-weight: 400;
}

.font_weight500 {
	font-weight: 500;
}

.font_weight700 {
	font-weight: 700;
}

.color_light_gray {
	color: #585858;
}

.golden_line {
	height: 2px;
	width: 100%;
	background: #B38728;
	background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
}

.font-30 {
	font-size: 30px !important;
}

.font-25 {
	font-size: 25px !important;
}

.font-23 {
	font-size: 23px !important;
}

.font-22 {
	font-size: 22px !important;
}

.font-20 {
	font-size: 20px !important;
}

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

.font-17 {
	font-size: 17px !important;
}

.font-16 {
	font-size: 16px !important;
}

.font-14 {
	font-size: 14px !important;
}

.font-13 {
	font-size: 13px !important;
}

.font-12 {
	font-size: 12px !important;
}

.font-11 {
	font-size: 11px !important;
}

.font_sub_menu_dropdown_header {
	font-family: 'Raleway', 'Prompt', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
}

.font_sub_menu_dropdown_detail {
	font-family: 'Prompt', sans-serif;
	font-size: 14px;
}

.font_concept_gray {
	font-family: 'Raleway', 'Prompt', sans-serif;
	font-weight: 300;
	color: #818181;
	text-transform: uppercase;
}

.font_concept_lightpink {
	font-family: 'Raleway', 'Prompt', sans-serif;
	font-weight: 500;
	color: #f8aebe;
	text-transform: uppercase;
}

.font_3boxes_header_gray {
	font-family: 'Raleway', 'Prompt', sans-serif;
	font-weight: 300;
	color: #818181;
	text-transform: uppercase;
}

.font_3boxes_header_pink {
	font-family: 'Raleway', 'Prompt', sans-serif;
	font-weight: 700;
	color: #ee5792;
	text-transform: uppercase;
}

.font_3boxes_header_text {
	font-family: 'Prompt', sans-serif;
	font-weight: 300;
	color: #666;
}

.font_header_gray {
	font-family: 'Raleway', 'Prompt', sans-serif;
	font-weight: 300;
	color: #818181;
	text-transform: uppercase;
}

.font_header_pink {
	font-family: 'Raleway', 'Prompt', sans-serif;
	font-weight: 700;
	color: #ee5792;
	text-transform: uppercase;
}

.font_pink_bold {
	font-size: 18px;
	color: #ee5792;
	font-weight: 400;
}

#bg_news {
	background-color: #fdfaf8;
}

.font_feedback_header {
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	font-size: 24px;
}

.font_footer_header {
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #ee5792;
}

.font_faq_q {
	font-size: 40px;
	font-family: 'Raleway', 'Prompt', sans-serif;
	font-weight: 700;
	color: #ee5792;
	text-transform: uppercase;
}

.font_faq_q_mark {
	font-size: 40px;
	font-family: 'Raleway', 'Prompt', sans-serif;
	font-weight: 700;
	color: #aaa;
	text-transform: uppercase;
}

.font_faq_a {
	font-size: 40px;
	font-family: 'Raleway', 'Prompt', sans-serif;
	font-weight: 700;
	color: #693089;
	text-transform: uppercase;
}

.font_accordion_header {
	font-family: 'Raleway', 'Prompt', sans-serif;
	font-weight: 300;
	color: #818181;
	text-transform: uppercase;
	font-size: 22px;
}

#footer_menu {
	background: url("../images_main/footer_bg.jpg") no-repeat;
	background-position: top left;
	/*	background-attachment: fixed;*/
}

#footer_menu ul li {
	margin-bottom: 0.5rem;
}

#footer_menu ul li a {
	font-size: 17px;
}

#footer_menu ul li a:hover {
	color: #d70f64 !important;
	margin-left: 5px;
}

.icon_footer {
	width: 32px;
	transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
}

.icon_footer:hover {
	width: 32px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
}

.border_bottom_dot {
	border-bottom: 2px dotted #ccc;
}

#balancing_bra_box01 {
	background-color: #FFF;
	background-image: url("../images_balancing_bra/bg_balancing_bra01.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: cover;
}

#balancing_bra_box03 {
	background-color: #FFF;
	background-image: url("../images_balancing_bra/bg_balancing_bra03.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
}

#balancing_bra_box04 {
	background-color: #FFF;
	background-image: url("../images_balancing_bra/bg_balancing_bra04.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}

#balancing_bra_box05 {
	background-color: #FFF;
	background-image: url("../images_balancing_bra/bg_balancing_bra05.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
}

#balancing_bra_box06 {
	background-color: #fcfbf9;
	background-image: url("../images_balancing_bra/bg_balancing_bra06.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

#thom_and_ther_box01 {
	background-color: #FFF;
	/*background-image: url("../images_thom_and_ther/bg_thom_and_ther01.jpg");*/
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

#thom_and_ther_box03 {
	background: #cbc0da;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #cbc0da, #fff);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #cbc0da, #fff);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#thom_and_ther_box04 {
	background-color: #000;
	background-image: url("../images_thom_and_ther/bg_thom_and_ther_box04.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

#about_us_box01 {
	background-color: #FFF;
	/*	background-image: url("../about_us/images_about_us/bg_about_us_lg.jpg");*/
	background-position: top right;
	background-repeat: no-repeat;
	/*	background-size: cover;*/
	background-attachment: fixed;
}

#healthy_care_box01 {
	background-color: #def2e7;
	background-image: url("../images_healthy_care/healthy_care_box01_xs.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

#surgical_wear_box01 {
	background-color: #cff9fd;
	background-image: url("../images_surgical_wear/surgical_wear_box01_xs.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

#clinical_wear_box01 {
	background-color: #ecd3b4;
	background-image: url("../images_clinical_wear/clinical_wear_box01_xs.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

#clinical_wear_box02 {
	background: #f2e6d7;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #f2e6d7, #fff);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #f2e6d7, #fff);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#exclusive_lingerie_box01 {
	background: #fff;
	background-image: url("../images_exclusive_lingerie/bg_exclusive.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;


}

#exclusive_lingerie_box06 {
	background: #f1a16c;
	background-image: url("../images_exclusive_lingerie/bg_exclusive_box06.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;


}

/* =================================================================== */


/* =========================== View Point ============================ */
/* For Screen */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 1px) {
	body {
		margin-top: 201px;
	}

	#mail_msg {
		position: absolute;
		top: -163px;
		width: 10px;
		height: 10px;
	}

	.font_sub_menu_dropdown_header {
		font-size: 18px;
	}

	.font_sub_menu_dropdown_detail {
		font-size: 12px;
	}

	#logo {
		max-width: 240px;
	}

	#logo.shrink {
		max-width: 200px;
	}

	#slogan {
		font-size: 12px;
	}

	#slogan.shrink {
		font-size: 12px;
	}

	#logo_w_concept_small {
		max-width: 100px;
	}

	.font_concept_gray,
	.font_concept_lightpink {
		font-size: 16px;
	}

	.font_3boxes_header_gray,
	.font_3boxes_header_pink {
		font-size: 28px;
	}

	.font_3boxes_header_text {
		font-size: 14px;
	}

	.font_header_gray,
	.font_header_pink {
		font-size: 32px;
	}

	#mobile {
		max-width: 280px;
	}

	.ih-item.square.effect6 .info h3 {
		font-size: 14px;
	}

	#sloganXS {
		font-size: 13px;
	}

	#thom_and_ther_box01 {
		background-image: url("../images_thom_and_ther/bg_thom_and_ther01_xs.jpg");
		background-size: contain;
	}

	#about_us_box01 {
		background-image: url("../about_us/images_about_us/bg_about_us_xs.jpg");
		background-size: auto;
		background-position: right center;
	}
}

/* close media */
@media (min-width: 576px) {
	body {
		margin-top: 220px;
	}

	#mail_msg {
		position: absolute;
		top: -171px;
		width: 10px;
		height: 10px;
	}

	#logo_w_concept_small {
		max-width: unset;
	}

	.ih-item.square.effect6 .info h3 {
		font-size: 16px;
	}

	#sloganXS {
		font-size: 18px;
	}

	.font_accordion_header {
		font-size: 28px;
	}

	#thom_and_ther_box01 {
		background-image: url("../images_thom_and_ther/bg_thom_and_ther01_sm.jpg");
		background-size: contain;
	}

	#healthy_care_box01 {
		background-image: url("../images_healthy_care/healthy_care_box01_sm.jpg");
	}

	#surgical_wear_box01 {
		background-image: url("../images_surgical_wear/surgical_wear_box01_sm.jpg");
	}

	#clinical_wear_box01 {
		background-image: url("../images_clinical_wear/clinical_wear_box01_sm.jpg");
	}
}

/* close media */

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	body {
		margin-top: 243px;
	}

	#mail_msg {
		position: absolute;
		top: -230px;
		width: 10px;
		height: 10px;
	}

	.font_sub_menu_dropdown_header {
		font-size: 20px;
	}

	.font_sub_menu_dropdown_detail {
		font-size: 14px;
	}

	#logo {
		max-width: 376px;
	}

	#logo.shrink {
		max-width: 250px;
	}

	#slogan {
		font-size: 18px;
	}

	#slogan.shrink {
		font-size: 14px;
	}

	.font_concept_gray,
	.font_concept_lightpink {
		font-size: 34px;
	}

	.font_3boxes_header_gray,
	.font_3boxes_header_pink {
		font-size: 25px;
	}

	#mobile {
		max-width: 100%;
	}

	.font_header_gray,
	.font_header_pink {
		font-size: 40px;
	}

	.ih-item.square.effect6 .info h3 {
		font-size: 20px;
	}

	.font_accordion_header {
		font-size: 34px;
	}

	#thom_and_ther_box01 {
		background-image: url("../images_thom_and_ther/bg_thom_and_ther01_lg.jpg");
		background-size: contain;
	}

	#about_us_box01 {
		background-image: url("../about_us/images_about_us/bg_about_us_lg.jpg");
		background-size: cover;
	}

	#healthy_care_box01 {
		background-image: url("../images_healthy_care/healthy_care_box01_lg.jpg");
		background-size: contain;
	}

	#surgical_wear_box01 {
		background-image: url("../images_surgical_wear/surgical_wear_box01_lg.jpg");
		background-size: contain;
	}

	#clinical_wear_box01 {
		background-image: url("../images_clinical_wear/clinical_wear_box01_lg.jpg");
		background-size: contain;
	}
}

/* close media */

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}

	.sub_menu_product {
		min-width: 25rem;
	}

	.font_3boxes_header_gray,
	.font_3boxes_header_pink {
		font-size: 26px;
	}

	.font_3boxes_header_text {
		font-size: unset;
	}

	#sloganXS {
		display: none;
	}

	#thom_and_ther_box01 {
		background-size: cover;
	}

	#healthy_care_box01 {
		background-size: cover;
	}

	#surgical_wear_box01 {
		background-size: cover;
	}
}

/* close media */

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}

	.font_3boxes_header_gray,
	.font_3boxes_header_pink {
		font-size: 34px;
	}

	#about_us_box01 {
		background-image: url("../about_us/images_about_us/bg_about_us_lg.jpg");
		background-attachment: unset;
	}

	#thom_and_ther_box04 {
		min-height: 500px;
	}
}

/* close media */

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	body {
		margin-top: 230px;
	}

	.font_header_gray,
	.font_header_pink {
		font-size: 55px;
	}
}

/* close media */



/* For Print */
@media print {

	.noprint {
		display: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	/*แก้ปัญหา มีตัว Link URL หลังจุด Link*/
	a[href]:after {
		content: none;
	}

	/*การแสดงผล Table*/
	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666666666666%;
	}

	.col-sm-10 {
		width: 83.33333333333334%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666666666666%;
	}

	.col-sm-7 {
		width: 58.333333333333336%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666666666667%;
	}

	.col-sm-4 {
		width: 33.33333333333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.666666666666664%;
	}

	.col-sm-1 {
		width: 8.333333333333332%;
	}

}

/* close media print */
/* =================================================================== */

	/*modal หน้าแรกหลังโหลด page*/
.alert-modal-img-size {
	padding: 0;
	margin: 0;
	width: 700px;
	height: auto;
	background-size: cover;
	overflow: hidden;
}

.alert-modal-content {
	width: 700px;
	border: none;
}

.alert-modal-body {
	padding: 0;
}

.alert-modal-footer{
	width: 700px;
}

/* close media print */
/* =================================================================== */