.topright-phone{
	display:inline;
}
.topright-phone a{
	color:#333333!important;
	text-decoration: none!important;
	letter-spacing: 1px;
}
.topright-phone .phone-phone{
	margin-bottom: -3px;
  margin-right: 7px;
}
.topright-phone .phone-two{
	  font-size: 0.9em;
    color: #ac242b;
}
.topright-phone .phone-line{
	margin-bottom: -6px;
}
.topright-polylang{
	display:inline;
}
.topright-polylang .two-polylang{
	font-size: 1.3em;
  color: #e4e4e4;
}
.topright-polylang p{
	display:none;
}
.topright-polylang .lang-item{
	list-style: none;
  display: inline;
	margin-right: 5px;
}
.topright-polylang .lang-item img{
    width: 18px!important;
    height: 14px!important;
}
.btn-menu-homepage img{
	margin-bottom: -5px;
}
.btn-menu-homepage{
    margin-left: 8%;
    margin-right: -8%;
    margin-top: -3px;
}
.btn-menu-homepage a{
  background: #ac242b;
  background-image: -webkit-linear-gradient(top, #ac242b, #211f46);
  background-image: -moz-linear-gradient(top, #ac242b, #211f46);
  background-image: -ms-linear-gradient(top, #ac242b, #211f46);
  background-image: -o-linear-gradient(top, #ac242b, #211f46);
  background-image: linear-gradient(to bottom, #ac242b, #211f46);
  -webkit-border-radius: 50;
  -moz-border-radius: 50;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 25px 10px 25px!important;
  text-decoration: none!important;
}
.btn-menu-homepage a .menu-text{
	color:#fff!important;
}
.btn-menu-homepage a:hover {
  background: #211f46;
  background-image: -webkit-linear-gradient(top, #211f46, #ac242b);
  background-image: -moz-linear-gradient(top, #211f46, #ac242b);
  background-image: -ms-linear-gradient(top, #211f46, #ac242b);
  background-image: -o-linear-gradient(top, #211f46, #ac242b);
  background-image: linear-gradient(to bottom, #211f46, #ac242b);
	color:#fff!important;
  text-decoration: none;
}
@media screen and (max-width: 1110px) {
.btn-menu-homepage{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -4px;
}
}
@media screen and (max-width: 455px) {
    .btn-menu-homepage a{
		display:none;
	}
}
.header-bar{
	background-color: #fff;
  border-radius: 100px 100px 100px 100px;
   box-shadow: 0 0 10px 0 rgba(209, 180, 135, .18);
}
.masthead:not(.side-header):not(.side-header-menu-icon) .header-bar {
    max-width: calc(1300px - 20px - 10px);
}
.masthead:not(.side-header):not(.mixed-header) .header-bar, .header-space.sticky-space-off{
    margin-bottom: -137px;
}
.masthead:not(.side-header):not(.mixed-header) .header-bar, .header-space {
    height: 70px !important;
}
.phantom-shadow-decoration.phantom-sticky .sticky-on.masthead{
	margin-top: 10px;
}
.mini-nav li {
    display: block!important;
	  margin-bottom: 15px !important;
}
.btn-menu-homepage .menu-text{
	color:#fff;
}
.masthead:not(.sub-downwards) .main-nav .dt-mega-menu-wrap {
    box-shadow: none;
    margin-top: 2px;
}
@media screen and (max-width: 992px) {
.mobile-main-nav li>a .subtitle-text{
	display:none;
}
}
.main-nav .sub-nav > li.dt-mega-parent > a .subtitle-text {
    margin-top: 7px;
}
.text-service-menu{
	  width: 100%!important;
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}
.text-service-menu, .text-service-menu span, .text-service-menu a{
	  cursor: default;
}
.text-service-menu .menu-text{
		font-size:30px!important;
}
.widget-title{
    color: #ac242b!important;
    font-weight: 600;
}
#text-2.wf-1-4{
	 width:30%
}
#presscore-custom-menu-one-2.wf-1-4{
	 width:26%
}
#presscore-custom-menu-one-4.wf-1-4{
	width:22%
}
#custom_html-2.wf-1-4{
	width:22%
}
@media screen and (max-width: 992px) {
#text-2.wf-1-4{
	 width:100%
}
#presscore-custom-menu-one-2.wf-1-4{
	 width:100%
}
#presscore-custom-menu-one-4.wf-1-4{
	width:100%
}
#custom_html-2.wf-1-4{
	width:100%
}
}
/* wrapper หลัก */
.cf7-grid-wrapper {
  max-width: 900px;
  margin: auto;
  font-family: sans-serif;
}

/* แถว */
.cf7-row {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}

/* แถวที่ 1: 33% / 67% */
.cf7-row.row-1 {
  grid-template-columns: 33.33% 66.67%;
}

/* แถวที่ 2: 33% / 33% / 33% */
.cf7-row.row-2 {
  grid-template-columns: 33.33% 31.50% 33.33%;
}

/* แถวที่ 3: 70% / 33% */
.cf7-row.row-3 {
      grid-template-columns: 66.67% 33%;
}

/* input, select, textarea */
.cf7-grid-wrapper input,
.cf7-grid-wrapper select,
.cf7-grid-wrapper textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  box-sizing: border-box;
}

/* textarea สูงขึ้น */
.cf7-grid-wrapper textarea {
  min-height: 120px;
  resize: vertical;
}

/* focus */
.cf7-grid-wrapper input:focus,
.cf7-grid-wrapper select:focus,
.cf7-grid-wrapper textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37,99,235,0.15);
}

/* คอลัมน์ปุ่ม */
.cf7-submit-col {
  display: flex;
  align-items: flex-end;
}

/* ปุ่ม submit */
.cf7-submit-btn {
  width: 100%;
  padding: 14px;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.cf7-submit-btn:hover {
  background: #1e40af;
}

/* Responsive (มือถือ) */
@media (max-width: 768px) {
  .cf7-row {
    grid-template-columns: 1fr !important;
  }
}
.cf7-grid-wrapper textarea {
  min-height: auto;
  height: 48px;       /* ความสูงเท่าช่อง input */
  resize: none;       /* ปิดการปรับขนาด */
  line-height: 1.4;
}
/* ปุ่ม Submit */
.cf7-submit-btn {
  background-color: #211f46;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
    height: 50px;
    margin-top: -1px;
}

/* Hover */
.cf7-submit-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.cf7-submit-col p{
    width: 100%;
}
#text-4,#text-5{
	width: 100%!important;
    background-color: #AC242B;
    padding-top: 40px;
    border-radius: 50px;
}
.box-footer-service-number-col-25 strong{
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  color: #ffffff;
  font-size: 20px;
  font-weight:800;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  margin-right: 10px;
}
.box-footer-service-number-col-25 strong.red1{
    background: #f15a62;
}
.box-footer-service-number-col-25 strong.red2{
    background: #cd333b;
}
.box-footer-service-number-col-25 strong.red3{
    background: #ac242b;
}
.box-footer-service-number-col-25:hover {
  text-decoration: none;
}
.box-footer-service-number-col-75 strong{
    font-size:20px;
    font-weight:500;
    text-indent: 30px;
}
#text-6{
	font: var(--the7-base-font-big);
	color:#474747;
}
#text-6 .vc_hidden,#text-7 .vc_hidden{
	opacity:unset;
}
@media screen and (min-width: 768px) {
    .for-rtl-column article {
        display: flex;
    		flex-direction: row-reverse;
    }
}
.box-footer-service-number {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-template-rows: auto auto;
  gap: 10px; /* ระยะห่าง (ลบออกได้ถ้าไม่ต้องการ) */
}

.box-footer-service-number-col-25 {
  grid-column: 1 / 2;
}

.box-footer-service-number-col-75 {
  grid-column: 2 / 3;
}

.box-footer-service-number-row-100 {
  grid-column: 1 / 3; /* กินเต็ม 2 คอลัมภ์ */
}
@media screen and (max-width: 1150px) {
	.box-responsive-footer-service-number .ult-content-box{
		padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
	}
.box-footer-service-number-col-25 strong{
  font-size: 16px;
  padding: 5px 7px 5px 7px;
}
	.box-footer-service-number-col-75 strong{
    font-size:16px;
}
}