@import url('../../fontface/fontface.css');
@import url('../css/animate.css');
@import url('../css/hover.css');
body {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #000;
  line-height: normal;
  font-weight: normal;
  font-family: 'Anuyart-Light';
  letter-spacing: 0.4px;
}
a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
a:hover {
  color: #ec1c24;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
a img {
  outline: none;
}
p {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 10px 0;
  color: #000;
  font-family: 'Anuyart-Light';
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}
img {
  vertical-align: middle;
  width: 100%;
}
.clear {
  clear: both;
}
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
#header {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}
#mainbanner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}
#container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}
#footer {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}
.copyright {
  width: 100%;
  height: 150px;
  background: #343434;
}
.copyright a {
  font-size: 14px;
  color: #fff;
  padding: 63px 0;
  text-align: right;
  text-transform: uppercase;
  float: right;
	    margin: 0 3px;
}
.copyright a:hover {
  color: #ec1c24;
}
.img-logo-footer {
  width: auto;
  float: left;
  padding: 50px 0;
}
.clear {
  clear: both;
}
.content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
input[type=button], input[type=submit], input[type=reset] {
  font-size: 16px;
  padding: 8px;
  border: none;
  text-align: center;
  font-family: 'Anuyart-Light';
  border-radius: 7px;
  width: 150px;
  margin-left: 15px;
  cursor: pointer;
  margin-right: 15px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
input[type=text], select {
  width: 100%;
  padding: 5px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #b3b3b3;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 20px;
  font-family: 'Anuyart-Light';
}
input[type=text].radio {
  width: 30%;
  padding: 0px 20px;
  margin: 0 0px 0 20px;
  display: inline-block;
  border: 1px solid #b3b3b3;
  border-radius: 0px;
  box-sizing: border-box;
  font-size: 24px;
  font-family: 'Anuyart-Light';
}
input {
  outline: none;
}
/*----------------------------------------------*/

.box-mail{
	width: 70%;
	margin: 0 auto;
	font-family: 'Tahoma';
}
.box-mail p{
	font-family: 'Tahoma';
	text-align: left;
	margin:20px 0;
}

.content-mail{
	margin-top: 30px;
    background: #2587c8;
    font-family: 'Tahoma';
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 16px;
}

.content-mail h2{
	margin-top: 30px;
	font-family: 'Tahoma';
	font-size: 30px;
}

.content-mail p{
	font-family: 'Tahoma';
	 font-size: 20px;
	text-align: left;
}
.box-mail ul{
	padding: 0;
	margin: 0;
}

.box-mail ul li{
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	text-align: left;
}
.box-mail ul li.boxR{
	width: 85%;
}
.box-mail ul li.boxL{
	width: 15%;
}

.footer-mail {
	    background: #000;
    color: #fff;
    width: 100%;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    margin-top: 70px;
	font-family: 'Tahoma';
}

.register-popup {
  width: 100%;
}
.register-popup ul {
  padding: 0;
  margin: 60px 0 0 0;
}
.register-popup ul li {
  padding: 5px 20px 5px 0;
  margin: 0;
  width: 50%;
  float: left;
  list-style: none;
  box-sizing: border-box;
}
.register-popup ul li.width100 {
  width: 100%
}
.section-desktop {
  width: 100%;
  padding: 80px 0 9% 0;
}
/* DEFNIC BUTTONS
------------------------*/
/*modal form*/
.modal {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 60px;
  border: 1px solid #888;
  width: 55%;
  margin-top: 35px;
  position: relative;
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 10px;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
h4 {
  font-size: 60px;
  text-align: center;
}
/*modal form*/
/*radio*/
.container-radio {
  position: relative;
  padding-left: 35px;
  margin-top: 8px;
  cursor: pointer;
  font-size: 20px;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container-radio .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*//radio*/
#defnic.gps-button-wrapper button {
  display: inline-block;
  font-size: 20px;
  overflow: hidden;
  padding: 7px 35px;
  position: relative;
  text-decoration: none;
  transition: all .75s ease-in-out;
  width: auto;
  text-align: center;
  font-family: 'Anuyart-Light';
  cursor: pointer;
}
#defnic.gps-button-wrapper button:hover, #defnic.gps-button-wrapper button:focus {
  color: #fff;
  transition: all .75s ease-in-out;
  outline: none;
}
#defnic.gps-button-wrapper button::before {
  background: linear-gradient(#29abe2, #29abe2) -100px 0 no-repeat;
  content: "";
  display: inline-block;
  height: 10em;
  width: 220%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: -60%;
  -webkit-transform: skewX(-30deg) translateX(-80%);
  -ms-transform: skewX(-30deg) translateX(-80%);
  transform: skewX(-30deg) translateX(-80%);
  transition: opacity .75s ease-in-out, -webkit-transform 0s .85s;
  transition: opacity .75s ease-in-out, -ms-transform 0s .85s;
  transition: opacity .75s ease-in-out, transform 0s .85s;
  z-index: -1;
}
#defnic.gps-button-wrapper button:hover::before, #defnic.gps-button-wrapper button:focus::before {
  opacity: 1;
  -webkit-transform: skewX(-30deg) translateX(0);
  -ms-transform: skewX(-30deg) translateX(0);
  transform: skewX(-30deg) translateX(0);
  transition: -webkit-transform 1s ease-in-out;
  transition: -ms-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
}
.box-button {
  width: 100%;
}
.btn-blue {
  font-size: 40px;
  color: #114384;
  background: none;
  border: 1px solid #114384;
  display: block;
}
.btn-blue:hover {
  border: 1px solid #fff;
}
.btn-blue02 {
  color: #fff !important;
  background: #29abe2 !important;
  border: 1px solid #29abe2 !important;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.box-cloud {
  width: 100%;
}
.box-dataL {
  width: 45%;
  float: left;
}
.box-topic {
  width: 100%;
  padding: 0 0 35px 0;
}
.line-topic {
  border-bottom: 2px solid #29abe2;
  width: 120px;
  float: left;
  margin: 18px 25px 20px 0;
}
.box-topic h5 {
  font-size: 26px;
  line-height: 35px;
  font-family: 'Anuyart-Light';
}
.box-dataL h1 {
  font-size: 40px;
  color: #29abe2;
  line-height: 40px;
}
.box-dataR {
  width: 55%;
  float: right;
}
.box-dataR h2.topic-data {
  font-size: 26px;
  font-family: 'Anuyart-Light';
  line-height: 40px;
}
.color-black {
  color: #000;
}
.box-dataR p.detail {
  color: #000;
  line-height: 34px;
}
/*table*/
.table {
  margin: 0 0 40px 0;
  width: 100%;
  display: table;
  text-align: left;
}
.cell {
  padding: 10px 12px 10px 3em;
  display: table-cell;
  font-family: 'Anuyart-Light';
  font-weight: normal;
  border-top: 1px solid #999999;
}
.cell ul {
  padding: 0;
  margin: 0;
  color: #555;
}
.cell ul li {
  padding: 0;
  margin: 0;
}
.row {
  display: table-row;
  background: #fff;
}
.row.header {
  font-weight: 900;
  color: #ffffff;
  background: #114384;
}
.row.green {
  background: #27ae60;
}
.row.blue {
  background: #2980b9;
}
@media screen and (max-width: 580px) {

	
.box-clondtalk-comming h1 {
    font-size: 60px !important;
    line-height: 70px !important;
}	
	
.cell {
    padding: 10px 10px 10px 10px;
      width: 20%;
}

	
}
/*//table*/
.box-clondtalk-comming {
  width: 100%;
}
.box-clondtalk-comming p {
    font-size: 25px;
      line-height: 35px;
    padding: 0;
}
.box-clondtalk-comming p span {
  color: #29abe2;
}
.box-clondtalk-comming img.logo {
  width: 220px !important;
  margin-bottom: 30px
}
.box-clondtalk-comming h1 {
 font-size: 100px;
    color: #29abe2;
    line-height: 100px;
    margin-bottom: 15px;
}
.box-follow {
  width: 100%;
  padding-top: 40px;
  text-align: center;
}
.box-follow h3 {
  text-align: center;
  display: initial;
  vertical-align: -webkit-baseline-middle;
}
.box-follow img {
  width: 61px;
  height: 61px;
  vertical-align: bottom;
  margin: 0 15px;
}
.img-icon {
  width: 33px;
      vertical-align: sub;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0 0px 0 20px;
  font-size: 18px;
  color: #000;
}
ul li p {
  font-size: 26px;
  color: #000;
  padding: 0;
  line-height: 40px;
}
.color-blue {
  color: #114384;
}
.font-anuyart-light {
  font-family: 'Anuyart-Light';
}
.font-anuyart-regular {
  font-family: 'Anuyart-Regular';
}
.clear-mgt {
  margin-top: 0 !important;
}
.clear-pdt {
  padding-top: 0;
}
.clear-pdb {
  padding-bottom: 0;
}
.clear-pdl {
  padding-left: 0 !important;
}
.clear-pdr {
  padding-right: 0 !important;
}
.mgt-30 {
  margin-top: 30px;
}
.pdt-2rem {
  padding-top: 2rem !important;
}
.pdt-3rem {
  padding-top: 3rem !important;
}
.pdt-80px {
  padding-top: 80px !important;
}
.pdt-60px {
  padding-top: 60px !important;
}
.pdl-145px {
  padding-left: 145px;
}
.pdb-80px {
  padding-bottom: 80px;
}
.pdb-60px {
  padding-bottom: 60px;
}
.pdb-100px {
  padding-bottom: 100px;
}
.pdb-50px {
  padding-bottom: 50px;
}
.pdt-50px {
  padding-top: 50px;
}
.pdb-40px {
  padding-bottom: 40px;
}
.pdt-40px {
  padding-top: 40px;
}
.height-100vh {
  height: 100vh;
}
.border-right {
  border-right: 1px solid #ec1c24;
}
.border-left {
  border-left: 1px solid #ec1c24;
}
.border-bottom {
  border-bottom: 2px solid #ec1c24;
}
/* Make the container relative */
.swap-on-hover {
  position: relative;
    width: 50px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;

}
/* Select the image and make it absolute to the container */
.swap-on-hover img {
 position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 50px;
    height: 50px;
}
/* 
	We set z-index to be higher than the back image, so it's alwyas on the front.

We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect. 
*/
.swap-on-hover .swap-on-hover__front-image {
  z-index: 1;
  transition: opacity .5s linear;
  cursor: pointer;
}
/* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */
.swap-on-hover:hover > .swap-on-hover__front-image {
  opacity: 0;
}
.line-blue {
  border-bottom: 2px solid #29abe2;
  width: 25%;
  float: left;
  margin: 50px 25px 20px 0;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/*** effect layer-text hover - black ***/
.icon-logo {
  float: right;
  padding: 0px;
}
.icon-logo a {
  padding: 0 5px;
}
.icon-logo img {
  width: 35px;
}
@media only screen and (max-width: 1369px) {
  .modal-content {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
	
.box-clondtalk-comming {
    text-align: center;
}
.copyright a {
  padding: 38px 0;
}
.box-follow h3 {
  text-align: center;
  display: initial;
  vertical-align: baseline;
	    font-size: 25px;
}
.swap-on-hover {
  width: 30px;
}
.swap-on-hover img {
  width: 40px;
  height: 40px;
}
h4 {
  font-size: 40px;
  text-align: center;
}
.register-popup ul li {
  padding: 0;
  width: 100%;
}
.modal-content {
  padding: 30px;
  width: 70%;
}
input[type=text].radio {
  width: 100%;
  padding: 0px 0px;
  margin: 19px 0px 0 0px;
}
.register-popup {
  margin-top: -40px;
}
.copyright02 {
  margin: 0 0 0px 0;
  background: #343434;
  text-align: center;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
	line-height: 26px;
}
.copyright02 a {
      font-size: 18px;
}
.line-copyright {
  border-top: 1px solid #4d4d4d;
  margin-bottom: 20px;
}
.copyright {
  margin: 0 0 0px 0 !important;
  height: 100px;
}
.img-logo-footer {
  padding: 25px 0;
}
}