
/* --------------------------------------------- */
/* Import Fonts & All CSS */
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sarabun:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap");



/* -----------------------------------
		     Reboot CSS
----------------------------------- */
a,
a:active,
a:focus,
a:hover {
  	text-decoration: none;
  	-webkit-transition-duration: 500ms;
  	-o-transition-duration: 500ms;
  	transition-duration: 500ms;
  	outline: none;
}

p {
	line-height: 1.7;
}

img {
  	max-width: 100%;
  	height: auto;
}




/* -----------------------------------
		     Core CSS
----------------------------------- */
.eng { font-family: "Source Sans Pro"; }
.thai { font-family: "Kanit"; }
.thai-sarabun  { font-family: "Sarabun"; }

.red-text { color: red !important; }
.yellow-text { color: #ffc107 !important; }
.darkbrown-text { color: #6d391f !important; }

.fs-base  { font-size: 18px !important; }
.fs-large { font-size: 20px; }

.fw-normal { font-weight: normal; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }

.no-bg { background: none !important; }

.no-border { border: none !important; }

.ml-2 { margin-left: 10px !important; }
.ml-3 { margin-left: 15px !important; }
.mr-3 { margin-right: 15px !important; }



/* -----------------------------------
	  Background Blend Mode CSS
----------------------------------- */
.intropage {
	padding: 23px 30px;
	background-color: rgba(0, 0, 0, 1);
	background-blend-mode: multiply;
}
.cookie-img img {
	margin: 0 auto;
}
.warned-title {
	padding-left: 60px;
}
.warned-title h5,
.warned-title h6 {
	text-align: center;
	letter-spacing: 0.5px;
}
.warned-title h5,
.warned-title h6 {
	color: white;
    font-family: "Kanit";
}
.warned-title h6 {
	font-size: 17px;
	padding: 15px 0;
	background-color: #e17c4b;
	border-radius: 5px;
	width: 100%;
}
.intropage .card .card-body h5 {
	letter-spacing: 0.65px;
}
.intropage .card .card-body p {
	line-height: 22px;
	letter-spacing: 0.35px;
}
.intropage .card  h5.card-title {
    font-family: "Kanit";
	letter-spacing: 0.35px;
	margin-bottom: 5px;
} 
.intropage .card  p.card-text {
	font-family: "Sarabun";
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0.65px;
	padding: 0;
} 
.intropage a {
    font-family: "Kanit";		
} 

/*         Responsive CSS
----------------------------------- */
@media (max-width: 767px){
	.warned-title {
  		padding-left: 0;
	}
	.warned-title h6 {
  		font-size: 18px;
  		padding: 15px;
	}
	.intropage .card {
		padding: 25px 0 30px 0;
		border-bottom: 1px dashed #ccc !important;
	}
}



/* -----------------------------------
	  Cookie descriptions CSS
----------------------------------- */
.cookie_wrapper {
	padding: 30px 0;
	background-color: #f6efe8;
	position: relative;
}
.cookie-img-left {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 7.5%;
}
.cookie-img-right {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	width: 24%;
}
.index-link {
	margin: 0 0 20px 0;
}
.cookie-descriptions {
	margin: 15px 0 !important;
}
.index-link a,
.cookie-descriptions h3 {
	color: #6d391f;
	text-decoration: none;
	letter-spacing: 0.3px;
}
.index-link a  {
	color: #df7a4b;
	font-size: 18px;
}
.index-link a::before {
	content: "\f015";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}
.index-link a:hover,
.cookie-descriptions a:hover {
	color: #6d391f;
	font-weight: 500;
}
.cookie-descriptions span {
	display: block;
	font-size: 19px;
	margin: 15px 0 5px 0;
	font-weight: 500;
	letter-spacing: 0.35px;
}
.cookie-descriptions p {
	color: #666;
	font-size: 16px;
	font-family: "Sarabun";
	word-wrap: break-word;
}
.cookie-descriptions a {
	color: #df7a4b;
}
.cookie-descriptions p:last-child {
	padding-bottom: 30px;
	border-bottom: 1px dashed #6d391f;
}

.cookie-packages {
	padding: 30px 0;
}
@media (max-width: 768px) {
	.cookie-packages {
		padding: 0;
	}
}
.cookie-packages h1,
.cookie-packages h5 {
	color: #6d391f;
	text-align: center;
	margin: 0;
}
.cookie-packages h5 {
	font-family: "Kanit";
	font-weight: normal;
	font-size: 18px;
	margin: 15px 0 30px 0;
	color: #252525;
}
	
	
	
/* -----------------------------------
		  Cookie Packages CSS
----------------------------------- */
.pricetable-container { 
	padding: 15px 0;
}
.price-table { 
	text-align: center; 
	overflow: hidden;
}
.price-table .table-header {
	padding: 30px 0;
	background-color: #252525;
	position: relative; 
	transition: all .3s ease 0s;
}
.price-table:hover .table-header {
	background-color: #09b2c6;
}
.price-table .table-header::after,
.price-table .table-header::before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #d9d9d8;
	position: absolute;
	bottom: 12px;
}
.price-table .table-header::before {
	left: 40px;
}
.price-table .table-header::after {
	right: 40px;
}
.price-table .table-header .ribbon {
  	background-color: #a00;
  	overflow: hidden;
  	white-space: nowrap;
  	position: absolute;
  	left: -50px;
  	top: 40px;
  	/* for 45 deg rotation */
  	-webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
       -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
           transform: rotate(-45deg);
}
.price-table .table-header .ribbon p {
  	border: 1px solid #faa;
  	color: #fff;
  	display: block;
  	font: bold 100% Arial;
  	margin: 1px 0;
  	padding: 8px 50px;
  	text-align: center;
	text-transform: uppercase;
}

.price-table .heading {
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	margin: 0;
}
.price-table .price-value {
	display: inline-block;
	position: relative;
	font-size: 60px;
	font-weight: 700;
	color: #09b2c6;
	transition: all .3s ease 0s;
}
.price-table:hover .price-value {
	color: white;
}
.price-table .currency {
	font-size: 40px;
	font-weight: 500;
	position: absolute;
	top: 5px;
	left: -30px;
	font-family: "Kanit";
}
.price-table .month {
	font-size: 18px;
	color: white;
	font-family: "Kanit";
	font-weight: normal;
	letter-spacing: 0.35px;
}
.price-table .pricing-content {
	padding-top: 50px;
	background: white;
	position: relative;
}
.price-table .pricing-content::after,
.price-table .pricing-content::before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #7c7c7c;
	position: absolute;
	top: 12px;
}
.price-table .pricing-content::before {
	left: 40px;
}
.price-table .pricing-content:after {
	right: 40px;
}
.price-table .pricing-content ul {
	padding: 0 40px 40px 40px;
	margin: 0;
	list-style: none;
}
.price-table .pricing-content ul::after,
.price-table .pricing-content ul::before {
	content: "";
	width: 8px;
	height: 46px;
	border-radius: 3px;
	background: linear-gradient(to bottom,#818282 50%,#727373 50%);
	position: absolute;
	top: -22px;
	z-index: 1;
	box-shadow: 0 0 5px #707070;
	transition: all .3s ease 0s;
}
.price-table:hover .pricing-content ul::after,
.price-table:hover .pricing-content ul::before {
	background: linear-gradient(to bottom, #40c4db 50%, #34bacc 50%);
}
.price-table .pricing-content ul::before {
	left: 44px;
}
.price-table .pricing-content ul::after {
	right: 44px;
}
.price-table .pricing-content ul li {
	font-family: "Sarabun";
	color: #343a40;
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid #d9d9d8;
}
.price-table .pricing-content ul li::before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	margin: 0 10px 0 0;
	color: #09b2c6;
}

@media screen and (max-width: 990px) {
	.price-table {
		margin-bottom: 25px;
	}
}
	

	
/* -----------------------------------
		  Cookie Form CSS
----------------------------------- */
.cookie-form { 
	padding: 0 0 30px 0;
}
.cookie-form .border {
	border: 2px solid #df7a4b !important;
}
.cookie-form legend {
    color: #df7a4b;
    padding: 5px 10px !important;
	border-radius: 30px;
}
.cookie-form .form-label  {
	margin: 0;
	color: #6d391f;
}
.cookie-form .form-check-inline {
    width: auto;
	margin-left: 10px;
}
.cookie-form .col-md-4 img {
	margin-top: 20px;
}
.cookie-form input.form-control placeholder {
	color: #ccc !important;
}
.cookie-form .input-group-append {
	cursor: pointer;
}
.btn-cookie,
.btn-reset {
	display: inline-block;
	width: auto;
	padding: 8px 15px;
	font-weight: 500;
	border-radius: 5px;
	letter-spacing: 0.5px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-cookie,
.btn-reset:hover {
	color: white;
	border: 1px solid #df7a4b;
	background-color: #df7a4b;
}
.btn-reset {
	color: #df7a4b;
	border: 1px solid #df7a4b;
	background: none;
}
.btn-cookie:hover {
	color: #6d391f;
	background-color: #E55300;
	border: 1px solid #E55300;
}


	
/* -----------------------------------
	    Date & Time Picker CSS
----------------------------------- */
.datetimepicker,
.persontype-phone { }

.datetimepicker .input-group-addon {
  	cursor: pointer;
}
.datetimepicker i.input-group-text {
	line-height: 1.5;
}
.datepicker-controls .view-switch {
  	color: #E55300 /*#6d391f*/ !important;
}
.datepicker-view .dow {
	color: #df7a4b !important;
}


	
/* -----------------------------------
	      Payment-Tab CSS
----------------------------------- */
.payment-tab {
	margin: 30px 0 0 0;
}
.payment-tab .nav-pills .nav-link {
	color: #b2987d;
	font-size: 18px;
	letter-spacing: 0.35px;
	border: 1px solid transparent;
	border-radius: 50px;
}
.payment-tab .nav-pills .nav-link:last-child {
	margin-left: 7px;
}
.payment-tab .nav-pills .nav-link.active,
.payment-tab .nav-pills .nav-link:hover,
.payment-tab .nav-pills .show > .nav-link {
  	color: #6d391f;
	border: 1px solid darksalmon;
	background-color: #f5b05a;
}

.banks {
  	background: url(https://4gbhost.com/new4gb/images/bg-img/bg-bank-detail.jpg) center no-repeat;
	background-size: cover;
  	border-radius: 6px;
  	box-shadow: 0 2px 5px rgba(0,0,0,0.075);
  	text-align: center;
	padding: 15px;
	margin: 100px auto 0 auto;
}
.bank-logo {
  	border-radius: 100px;
  	overflow: hidden;
  	height: 125px;
  	width: 125px;
  	position: relative;
  	margin: auto;
  	top: -70px;
  	box-shadow: 0 0 0 12px #f6efe8;
}
.bank-logo img {
  	position: absolute;
  	left: 0;
  	top: 0;
	width: 125px;
	height: 125px;
  	border-radius: 100px;
}
.banks h5 {
	margin: -35px 0 0 0;
  	font-weight: 500;
  	color: currentColor;
}
.banks p {
	font-family: "Sarabun";
  	color: #333;
	margin-bottom: 0;
}
.banks p:last-child {
	margin-bottom: 15px;
}



/* -----------------------------------
		  Bank Note Area CSS
----------------------------------- */
.bank-note {
	margin: 30px 0;
}
.bank-note h5 {
	color: #0a58ca;
	font-weight: 500;
	margin: 0;
	text-align: start;
}
.bank-note ul {
	margin: 15px 0 0 20px;
	padding: 0;
	list-style: decimal;
	list-style-position: outside;
}
.bank-note ul li {
	font-family: "Sarabun";
	font-size: 16px;
	word-wrap: break-word;
	color: currentColor;
	margin: 8px 0;
}


/* -----------------------------------
		    Bank Area CSS
----------------------------------- */
.bank-wrapper {
	padding: 0;
}
.bank-wrapper p {
	text-indent: 30px !important;
}
.mail-info {
	margin: 0 150px;
	display: flex;
	flex-wrap: wrap;
}
.mail-info i { 
	margin-right: 8px;
	font-size: 18px;
	color: #0a58ca;
}
.mail-info a {
	color: black;
	font-size: 19px;
	font-weight: 600;
}
.mail-info .card h3 {
	color: #1dc8cc;
	font-weight: 500;
}
.mail-info p {
	font-size: 18px;
}
@media (max-width: 767px){
	.mail-info .col-lg-1 { display: none; }
	.mail-info p { font-size: 17px; }
}
@media (max-width: 992px){
	.mail-info { margin: 0; }
}



	
/* -----------------------------------
	    Invoices Radio CSS
----------------------------------- */
.radio-title {
	display: inline-block;
	width: auto !important;
	font-size: 18px;
}


	
/* -----------------------------------
		 Cookie Footer CSS
----------------------------------- */
.cookie-footer {
	padding: 20px 0;
	background-color: #6d391f;
}
.cookie-footer p {
	margin: 0;
	text-align: center;
	color: white;
	font-family: "Source Sans Pro";
}



/* -----------------------------------
		 Responsive CSS
----------------------------------- */
@media (max-width: 767px) {
	.cookie-img-left {
		display: none;
	}
	.cookie-img-right {
		display: block !important;
	}
	.cookie-descriptions h3,
	.cookie-form legend {
		text-align: center;
	}
	.cookie-footer p {
		font-size: 14px;
	}
	.cookie-form form .col-md-6 img {
		display: none;
	}
	.cookie-form form .text-end {
		text-align: center !important;
	}
	.radio-title {
		width: 100% !important;
	}
	span.mb-3 {
		margin-bottom: 0 !important;
	}
}
