html {
  scroll-behavior: smooth;
}

html.coming-soon {
    position: relative;
    overflow: hidden;
    height: 100%;
}

html.coming-soon:after {
    content: " ";
    height: 100%;
    width: 100%;
    z-index: 100000;
    background-image: url(/public/img/web/close_web.png);
    background-color: #1d2e5b;
    background-size: contain;
    background-position: center center;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.sending {
    display: block;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(255,255,255,0.7);
    z-index: 10000;
}

.waiting {
    display: block;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
/*
    
    background-image: url(../img/web/matching-logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 300px;
*/
    z-index: 10000;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #d71f25;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.loaded-div {
	display: flex;
    justify-content: center;
    align-items: center;
/*     margin-top: 150px; */
    height: 100vh;
    flex-flow: column;
}

input,textarea{
	padding-left: 10px;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.grid {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.grid-in {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.grid-line {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 30px;
}

.flex {
	display: flex;
}

.col-1 {
    grid-column: span 1;
}

.col-2 {
    grid-column: span 2;
}

.col-3 {
    grid-column: span 3;
}

.col-4 {
    grid-column: span 4;
}

.col-5 {
    grid-column: span 5;
}

.col-6 {
    grid-column: span 6;
}

.col-7 {
    grid-column: span 7;
}

.col-8 {
    grid-column: span 8;
}

.col-9 {
    grid-column: span 9;
}

.col-10 {
    grid-column: span 10;
}

.col-11 {
    grid-column: span 11;
}

.col-12 {
    grid-column: span 12;
}

.wrapped {
	margin: 0 300px !important;
}

.wrapped-table {
	margin: 0 50px;
}

.wrapper {
    max-width: 1920px;
    margin: auto;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	outline: none !important;
}

.color-blue {
	color: #1d2d5b;
}
	
.footer {
/* 	background-image: linear-gradient(-45deg, #01a9e7 10%, white 70%, #01a9e7); */
	background-color: white;
}

.footer p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5
}

footer.wrapper {
	margin-top: 30px;
}

.line-bar {
	font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    padding: 20px 0;
    background-image: url(//tilog.dinsoradvertising.com/public/img/web/line.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 50%;
}
.wrap-contact {
/*
    padding-left: 100px;
    padding-top: 30px;
*/
	border-left: 1px solid #9ea0a5;
	padding: 0 20px;
}
.wrap-contactth {
    padding-top: 60px;
    /* background-color: white; */
}
.wrap-contacteng {
    padding-top: 100px;
    /* background-color: white; */
    float: right;
}
.address {
	border-left: 2px solid #88b8c8; 
	padding-left: 100px;
}

.address .col-6 {
	padding-top: 35px;
}

.directory {
	float: right; 
	padding-right: 100px;
}

.directory-content {
	text-align: center; 
	padding-bottom: 20px;
}
.section-2.home-sec2 {
    margin-top: 50px;
    padding: 50px 70px;
    background: linear-gradient(135deg, #fff 30%, #1d2d5b 20%);
}
.copyright {
    font-size: 12px;
    font-weight: 200;
}
.text-regis{
	color: #fff; 
	font-size: 40px;
}
.link-regis{
	color: #1d2d5b; 
	font-size: 40px;
}
.col-5.header-content {
    padding-top: 150px;
}
.text-or{
	color: #fff; 
	font-size: 30px;
}
.text-cost{
	color: #1d2d5b; 
	font-size: 35px; 
	padding-top: 50px
}
div#img-topic-2 {
    float: right;
}
div#img-topic-1 {
    float: right;
    margin-right: 50px;
}
.grid.wrap.blue-content {
    padding: 50px 0;
}
.text-content{
	font-size: 30px; 
	padding-left: 70px;
}

.col-4.footer.center {
    padding-left: 150px;
}

img {
	max-width: 100%;
}
/* page regis */
select {
	background: transparent;
    border: none;
    border-bottom: 2px solid #1d2d5b;
/*     height: 50px; */
    font-size: 18px;
    outline: none;
    margin-bottom: 10px;
}
.text-h1 {
    /* margin-top: -130px; */
    font-size: 40px;
    padding: 10px 0;
    background: linear-gradient(-45deg, rgba(0,0,0,0) 60%, #5a9bd4 60%);
    color: #fff;
    /* margin: 0; */
}
.text-h1 h1 {
	margin: 0;
	padding-left: 15px;
}
.con-per {
    padding: 20px 110px;
    background-color: aliceblue;
    padding-bottom: 100px;
}
.btn-delete {
    float: left;
}
.btn-delete button {
    background-color: #a94442;
    color: white;
    border: 2px solid #a94442;
    font-size: 24px;
    padding: 5px 40px;
    float: right;
    margin-top: 20px;
}
.btn-delete button:hover {
  background-color: white;
  color: #a94442;
  
}
.div-topic {
    padding-top: 20px;
}

.free {
	display: flex;  
	align-items: center;  
/* 	padding: 0 10px; */
	justify-content: center;
}

.vdo-btn-play {
	position: absolute;
	z-index: 5;
	width: 100%;
	/* top: 0; */
	height: calc(100%);
	cursor: pointer;
}

[style*="--aspect-ratio"] {
	position: relative;
}

/* [style*="--aspect-ratio"]::before {
	content: "";
	display: block;
	padding-bottom: calc(100% / (var(--aspect-ratio)));
} */

.vdo-content.stop .vdo-btn-play img {
	transform: scale(1);
	opacity: 1;
}

.vdo-btn-play img {
	position: absolute;
	top: calc(100% - 65%);
	right: calc(100% - 60%);
	transform: scale(1.2);
	transform-origin: 50% 50%;
	opacity: 0;
	transition: .3s;
}

.fullscreen {
	float: right; 
	margin-top: -65px; 
	position: inherit; 
	z-index: 10;
}

.fullscreen img {
	max-height: 30px;	
	margin: 10px;
}

.see-more {
	float: right; 
	position: relative; 
	z-index: 1;
}

.see-more button {
	font-size: 20px; 
	color: #d71f25;
}

.depart {
	padding-left: 20px; 
	border-left: 1px solid #9ea0a5;
}

.footer.left {
/* 	padding-right: 10%; */
}

.float-right {
	float: right;
}
/* end page regis */

/* Navigation Style */
body {
		position: relative;
}

.navbar-fixed-top {
	background: white;
	/* border-color: #5a9bd4 !important; */
	font-size: 16px;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.menubar {
	/* 		background: linear-gradient(135deg, #5a9bd4 95% , #fff 50%); */
	padding: 10px 0;
	display: flex;
	margin-left: 20px;
}

.navbar-logo {
	/* 		padding: 10px 0; */
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.navbar-logo ul {
	margin-bottom: 0 !important;
}

.navbar-fixed-top .navbar-fixed-top>li>a:hover,
.navbar-fixed-top>a:focus {
	color: #1d2d5b;
	background-color: rgba(0, 0, 0, 0) !important;
}

.navbar-fixed-top .navbar-fixed-top>li>a {
	color: #fff;
}




.nav__list {
	align-items: center;
	display: flex;
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

.nav__item:last-child {
	/*     margin-left: auto; */
}

.nav__item__link {
	padding: 0 20px;
	transition: color 0.2s ease-in-out;
	color: white;
	font-size: 16px;
}

.nav__menu {
	align-items: center;
	cursor: pointer;
	display: flex;

}

a:hover,
a:focus {
	text-decoration: none;
	background-color: none;
}


/* menu icon */
.header .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 42px 30px;
	position: relative;
	user-select: none;
}

.header .menu-icon .navicon {
	background: #f1d1d1;
	display: block;
	height: 2px;
	position: relative;
	width: 25px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.header .menu-icon .navicon:before {}

.header .menu-icon .navicon:after {
	top: -5px;
}

#menu-show {
	overflow: hidden;
	position: fixed;
	background: #1d2d5b;
	left: 0;
	/*     top: 0; */
	width: 50%;
	height: 100%;
	text-shadow: 4px -3px 3px #151414;
	font-size: small;
	line-height: 2;
	text-align: end;
	display: none;
	z-index: 1500;
}

.menu-mobile {
	display: none;
}

.navbar-logo-mobile {
	display: none;
}

.nav__item__link1 {
	cursor: pointer;
	padding: 0 20px;
	transition: color 0.2s ease-in-out;
	color: white;
	font-size: 16px;
	pointer-events: none;
	/*   display: none; */
	border-right: 1px solid #fff;
	margin-right: 10px;
}

.nav__item__link1:hover {
	color: #2a6496;
}


@media only screen and (max-width: 768px) {
	.menu-show {
		display: block;
	}

	.menu-mobile {
		display: inline;
		padding: 10px;
	}

	.menu-main {
		display: none !important;
	}

	.navbar-logo-mobile {
		display: block;
		float: right;
		padding-right: 10px;

	}

	.navbar-logo-mobile-left {
		display: block;
		float: left;
		padding-right: 10px;

	}

	.navbar-fixed-top {
		background: white;
		border-color: #5a9bd4 !important;
		font-size: 18px;
	}

	.nav__list {
		display: block;

	}

	.nav__item__link {

		font-size: 12px;
	}
}

@media only screen and (max-width:1024px) {
	.navbar-logo-mobile {
		display: block;
		float: right;
		padding-right: 10px;

	}

	.navbar-fixed-top {
		background: white;
		border-color: #5a9bd4 !important;
		font-size: 18px;
	}

	.navbar-logo-mobile-left {
		display: block;
		float: left;
		padding-right: 10px;

	}

	.menu-show {
		display: block;
	}

	.menu-mobile {
		display: inline;
		padding: 10px;
	}

	.menu-main {
		display: none !important;
	}

	.nav__list {
		display: block;

	}

	.nav__item__link {

		font-size: 12px;
	}
	.bg-responsive {
		background-image: url('//dft.dinsor.co.th/public/img/web/banner-rcep-register-mobile.jpg') !important;
		height: 25.6875vw !important;
/*
		background-repeat: no-repeat;
		background-size: 100% 100% !important;
		height: ca
*/
	}
	.topic-text p {
		font-size: 24px !important;
		margin: 0.2em !important;
	}
}

.content2 {
	display: none;
}
	
/* end navigation style */

/* Register style */
.background-image {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.background-image.width {
	background-size: 100% auto;
}
.content-gray {
	background-color: #EBEBEB;
	padding-top: 10px;
}
.box-input {
	background-color: white;
	padding: 2.5em;
	margin: 1em;
	border-radius: 10px;
}
.input-reg {
	width: 100%;
	color: black;
	border: 1.5px solid #ACACAC;
	border-radius: 5px;
	font-size: 16px;
	padding: 0.5em 0.5em;
	height: 2.75em;
}
textarea.input-reg {
	height: inherit;
}
.input-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 1.2em 0;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.input-radio span {
	margin: 1px 2px;
}
.input-radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.input-radio input:checked ~ .checkmark {
  background-color: #2196F3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.input-radio input:checked ~ .checkmark:after {
  display: block;
}
.input-radio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.note {
	color: #FF9C60;
	font-size: 1.25em;
}
.content-booking {
	background-color: #0872A6;
	color: white;
	padding-top: 10px;
}
.table-booking {
	width: 100%;
	font-size: 18px;
}

.table-booking table, th, td {
	border: 1px solid white;
 	border-collapse: collapse; 
}

th, td {
	padding: 0.3em;
}

.table-client th {
	background-color: #0872A6;
	color: white;
}

.btn-register {
	cursor: pointer;
	outline: none;
	width: 300px;
	height: 60px;
	border-radius: 100px;
	font-size: 1.5rem;
	font-weight: 600;
	background-size: 100% 100%;
	margin-bottom: 60px;
	/* padding: 30px; */
	font-size: 25px;
	float: none;
	text-align: center;
	background-color: #0872A6;
	border: none;
	color: white;
}

.btn-register:hover {
	box-sizing: border-box;
	background-color: transparent;
	border: 2px solid #0872A6;
	color: #0872A6;
}
.btn-all {
	cursor: pointer;
	outline: none;
	padding: 0.5em 1em;
	border-radius: 100px;
	font-size: 18px !important;
	font-weight: 600;
	background-size: 100% 100%;
	margin: 30px 0;
	/* padding: 30px; */
	font-size: 25px;
	float: none;
	text-align: center;
	background-color: white;
	border: none;
	color: #0872A6;
}

.btn-all:hover {
	box-sizing: border-box;
	background-color: #0872A6;
	/* border: 2px solid white; */
	color: white;
}
label.input-booking {
	margin-top: 5px;
}
.input-booking [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.input-booking [type=radio] + img {
  cursor: pointer;
}

.input-booking [type=radio]:checked + img {
  /*outline: 2px solid #f00;*/
  /*padding: 2px;*/
}

.btn-clear-booking {
	box-sizing: border-box;
	text-decoration: none;
	color: #f44336;
	background-color: white;
	border: 1px solid #f44336;
	border-radius: 100px;
	text-align: center;
	padding: 0 1em;
	margin: 1em 0;
	font-size: 1.75em !important;
}

.btn-clear-booking:hover {
	box-sizing: border-box;
	text-decoration: none;
	color: white;
	background-color: #f44336;
	border: 1px solid #f44336;
	border-radius: 100px;
	text-align: center;
	padding: 0 1em;
	margin: 1em 0;
	font-size: 1.75em !important;
}

.box-clear-booking {
	display: inline-block;
	background-color: white;
	color: black;
	border-radius: 4px;
	padding: 0.8em;
}

[type=checkbox] {
  width: 2rem;
  height: 2rem;
  color: dodgerblue;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: background 300ms;
  cursor: pointer;
}

[type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}

[type=checkbox]:checked {
  background-color: currentcolor;
}

[type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

[type=checkbox]:disabled {
  background-color: #CCD3D8;
  opacity: 0.84;
  cursor: not-allowed;
}

[type=checkbox]::-ms-check {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #CCD3D8;
}

[type=checkbox]:checked::-ms-check {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

/* end register page */


/* Result Page Style */
.cover {
  position: relative;
  min-height: calc(100vh - 80px);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.content-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  padding: 0 20px;
}
.result-title {
	color: white;
	margin-left: 0.5em;
	font-size: 36px;
	font-weight: 500;
}
.result-subtitle {
	color: #F4B642;
	margin: 1.5em 0;
	line-height: 30px;
}
.result-line {
	border: 1px solid white; 
	margin: auto;
	margin-top: 4em;
	margin-bottom: 3em;
	width: 100px;
}
.result-contact {
	padding: 1em; 
	display: table; 
	text-align: left; 
	margin: auto;
}
.result-contact-icon {
	width: 100%; 
	display: table-cell; 
	vertical-align: middle; 
	padding: 1em; 
	padding-top: 2em;
}
.result-contact-title {
	color: white; 
	display: table-cell; 
	vertical-align: middle;
}
.result-contact-title:hover {
	color: white;
}

/* end result page style */


/* Dashboard Page */
.topic-content {
	background-color: #5a9bd5;
	min-height: 200px;
	text-align: center;
}

.topic-text {
	background-color: black;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10%;
    transform: translateY(-50%);
}

.topic-text p {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 60px;
	margin: 0.4em;
}

.table-responsive {
	overflow-x: auto;
}

.text-blue {
	color: #0872A6;
}

/* end dashboard style */

@media (max-width:1440px) {
/*
	.grid-line {
		grid-template-columns: 1fr;
		grid-gap: 5px;
	}
*/
	
	.text-right {
		text-align: center;
	}
	
	.text-left {
		text-align: center;
	}

}

@media (max-width:768px) {

	
	.grid-in {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	
	.grid-line {
		grid-template-columns: 1fr;
		grid-gap: 5px;
	}
	
	.copyright {
    	font-size: 10px;
    }
	.float-right {
		float: none;
	}
	.depart {
		padding-left: 0; 
		border-left: none;
		text-align: center;
	}
	
	.footer.left {
		padding-right: 0;
		width: 50%;
		margin: auto;
	}
	
	.wrap-vdo-content {
	    padding: 20px !important;
	}
	
	.fullscreen {
		margin-top: -52px; 
	}
	
	.fullscreen img {
		max-height: 20px;
	}
	
	.vdo-btn-play img {
		position: absolute;
		top: calc(50% - 35%);
		right: calc(50% - 20%);
	}
	
	.vdo-content.stop .vdo-btn-play img {
    	transform: scale(0.3);
    }
	
	.free {
		justify-content: center;
	}
	
	.btn-regis button {
		font-size: 30px !important;
		margin: 0 !important;
	}
/*
	.grid.footer  {
	    grid-template-columns: repeat(6, 1fr);
	    grid-template-columns: repeat(4, 1fr);
	}
*/
	
	.grid {
		grid-template-columns: repeat(8, 1fr);
		grid-template-columns: repeat(7, 1fr);
		grid-template-columns: repeat(5, 1fr);
		grid-template-columns: repeat(6, 1fr);
	    grid-template-columns: repeat(4, 1fr);
	    grid-template-columns: repeat(3, 1fr);
	    grid-template-columns: repeat(2, 1fr);
	}
	
	.random {
		padding: 10px;
	}
	
	.wrapped {
		margin: 0 10px !important;
	}
	
	.address {
		border-left: none;
		text-align: center;
		padding-left: 0;
	}
	
	.directory {
		float: none; 
		padding-right: 0;
	}
	.project h2 {
	    font-size: 23px !important;
	}
	.project h3 {
		padding-top: 0 !important;
	    font-size: 15px !important;
	}
	.duration {
	    font-size: 16px !important;
	    padding: 20px !important;
	}
	.text-regis {
	    font-size: 16px;
		text-align: center;
	}
	.text-regis p, span {
    	font-size: 18px !important;
    }
	.link-regis{
		color: #1d2d5b;
		font-size: 16px;
	}
	.col-5.header-content {
	    padding-top: 60px;
	}
	.text-or{
		color: #fff; 
		font-size: 14px;
	}
	.text-cost{
		font-size: 16px; 
		padding-top: 30px;
		margin-bottom: 30px;
	}
	
	.post-regis {
    	padding: 10px 0 !important;
    }
/* 3เหลี่ยมสี
	margin-top: 50px;
    padding: 50px 70px;
    background: linear-gradient(135deg, #fff 24%, #1d2d5b 20%);
*/
	.grid.wrap.blue-content  {
		grid-template-columns: repeat(4, 1fr);
	}
	.section-2.home-sec2 {
	    margin-top: 50px;
	    padding: 50px 70px;
	    background: linear-gradient(180deg, #fff 17%, #1d2d5b 17%);
	    padding-top: 0;
	}
	div#img-topic-1 {
	    float: initial;
	    text-align: center;
	    padding-bottom: 40px;
	}
	div#img-topic-2 {
		width: 95%;
	    float: initial;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.grid.wrap.blue-content {
	    padding: 30px 0;
	}
	.text-content{
		font-size: 20px; 
		padding-left: 70px;
	}
	.wrap-contact {
	    text-align: center;
	    border-right: none;
	    border-bottom: 1px solid #9ea0a5;
		border-left: none;
		margin: 20px 0;
	}
	.wrap-contacteng{
		padding-top: 0px;
		float: none;
		padding-top: 0px;
	}
	.col-4.footer.left{
		margin-left: 0px;
		margin: auto;
	}
	.col-4.footer.right{
		margin-left: 0px;
		margin: auto;
	}
	.col-4.footer.center{
		padding: 0;
		margin-left: 0px;
		margin: auto;
	}
	.wrap-contact {
		padding-top: 30px;
		border-right: none;
	}
	.wrap-contactth{
		padding-top: 20px;
	}
	.footer p {
	    font-size: 13px;
	}
	form{
		padding: 0 15px;
		margin-bottom: 50px;
	}
	form.ng-valid.ng-scope.ng-valid-email.ng-valid-url.ng-valid-maxlength.ng-dirty.ng-valid-parse {
		padding: 0 30px;
		margin-bottom: 50px;
	}
	
}
@media (max-width:1344px) {
	.wrapped {
		margin: 0 120px !important;
	}
}

@media (max-width:1024px) {
	.wrapped {
		margin: 0 10px !important;
	}
	.wrapped-table {
		margin: 0 10px !important;
	}
}

span.swal2-icon-text {
    color: #facea8 !important;
    font-size: 70px !important;
}
.swal2-icon.swal2-warning {
    border-color: #facea8 !important;
    color: #facea8 !important;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal {
    margin: auto;
    max-width: 550px !important;
    max-height: 350px !important;
    font-size: 14px;
}
.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
/*     border-radius: .25em; */
    background-color: #3085d6;
    color: #fff;
    font-size: 20px !important;
    padding: 10px !important;
    width: 100px !important;
    border-radius: 10px !important;
    /* margin: auto; */
    /* text-align: center; */
    margin-top: 10px !important;
}
.swal2-popup #swal2-content {
    text-align: center;
    font-size: 14px !important;
}

/* icon vertical */
.icon-vertical {
  margin: 1em 0;
}
.icon-vertical img, .icon-vertical span, .icon-vertical a, .icon-vertical i {
  vertical-align: middle;
}