﻿@import url('../fontface/fontface.css');
@import url('../css/animate.css');
@import url('../css/hover.css');
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #555;
  line-height: normal;
  font-weight: normal;
  font-family: 'Anuyart-Light';
  letter-spacing: 0.4px;
  overflow-x: hidden;
}
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: 18px;
  line-height: 34px;
  margin: 0;
  padding: 10px 0;
  color: #555555;
  font-family: 'Anuyart-Light';
  letter-spacing: 0.4px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}
img {
  vertical-align: middle;
  width: 100%;
}
#cookie-msg {
	z-index:9998;
}
.clear {
  clear: both;
}
#wrapper {
  max-width: 1920px;
  margin: 0 auto;
  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;
}
.clear {
  clear: both;
}
.content {
  max-width: 75%;
  margin: 0 auto;
  padding: 0;
}
.content.main-mn {
  width: 95%;
  max-width: 100%;
}
.detail a{
  color: rgb(8, 82, 148)!important;
  text-decoration: underline !important;
}
.detail  p {
    font-size: 18px!important;
    line-height: 36px!important;
}
.detail b {
    font-weight: bold!important;
    font-size: 18px!important;
    line-height: 36px!important;
}
.detail u {
    text-decoration: underline!important;
    font-size: 18px!important;
    line-height: 36px!important;
}
input[type=button], input[type=submit] {
  font-size: 16px;
  padding: 8px;
  border: none;
  text-align: center;
  font-family: 'Kanit';
  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;
}
textarea {
  width: 100%;
  height: 155px;
  padding: 10px;
  box-sizing: border-box;
  border: none;
  font-size: 18px;
  font-family: 'Anuyart-Regular';
  color: #4a4a4a;
  margin-top: 10px;
}
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 18px;
  width: 100%;
  font-family: 'Anuyart-Regular';
  color: #fff;
}
textarea:focus, input:focus {
  outline: none;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
} /* IE 10+ */
.input-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-top: 35px;
  font-size: 14px;
  width: 100%;
  color: #fff;
}
.input-wrapper:after {
  content: "—————————————————————————————————————————————————————————";
  line-height: .3em;
  position: absolute;
  bottom: 0;
  left: 0;
  letter-spacing: .2em;
}
::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
input:focus, button:focus, select:focus, textarea:focus {
  outline: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/icon/down-arrow.png) no-repeat right rgb(255, 255, 255) !important;
  padding: 10px;
  background-color: #fff;
  color: #555;
  height: auto;
  width: 100%;
  font-size: 14px;
  margin-top: 4px;
  border-radius: 0;
  background-position: 97% 50% !important;
}
.iframeyoutube-inner {
  width: 100%;
  height: 720px;
}

.box-policy {
position:absolute;
left:0;
top:32px;
color:#fff;
}
.box-policy p {
color:#fff;
padding:0 0 0 0;
margin:0 0 0 23px;
}
.box-policy a, .box-cookie a {
text-decoration: underline;
}
.box-policy a:hover, .box-cookie a:hover {
text-decoration: none;
color:#fff
}


.box-cookie {
	background: rgba(0, 0, 0, 0.8196078431372549);
    position: fixed;
	font-size:15px;
	line-height:20px;
    width: 100%;
    text-align: left;
    z-index: 9999;
    bottom: 0;
	color:#fff;
	padding:10px 0;
}
.box-cookie h2 {font-size:16px;margin:0 0 5px 0;}
.close-cookies {
	position:fixed;
	right:36px;
	bottom:50px;
	background:red;
	color:#fff;
	width:22px;
	height:22px;
	padding:2px;
	border-radius: 50%;
text-align: center;
font-size: 21px;
line-height: 17px;
	z-index:9999;
	cursor:pointer
}
.btn-accept {
	display:block;
    font-size: 15px;
    overflow: hidden;
    padding: 4px 0px;
    position: relative;
    text-decoration: none;
    transition: all .75s ease-in-out;
    width: 135px;
    text-align: center;
    font-family: 'Anuyart-Light';
    cursor: pointer;
    border: 1px solid #fff;
	float:right;
	margin-top:-42px;
}

.btn-accept:hover {
	color: #fff;
    background: #ec1c24;
}

.box-thank {
  width: 100%;
  text-align: center;
  padding: 5% 0;
}
.box-thank p span {
  color: #29abe2;
  display: block;
}
.box-thank p {
  font-size: 25px;
  line-height: 45px;
  color: #000;
}
.box-thank img.logo {
  width: 180px !important;
  margin-bottom: 0;
}
/* ///  DECORATION CSS ///  */
.cont_select_center {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -150px;
}
.cont_heg_50 {
  position: absolute;
  height: 50%;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fd7b52;
}
/* ///  END DECORATION CSS  ///  */
.icon_select_mate {
  position: absolute;
  top: 7px;
  right: 3%;
  transition: all 275ms;
  width: 14px; /*
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/icon/down-arrow.png) no-repeat right rgb(255, 255, 255) !important;
	padding: 10px;
	background-color: #fff;
	color: #ccc;
	height: auto;
	width: 100%;
	font-size: 14px;
	margin-top: 4px;
	border-radius: 0;
	background-position: 97% 50% !important;
*/
}
.select_mate {
  position: relative;
  float: left;
  width: 100%;
  color: #777;
  background-color: #fff;
  border-radius: 0px;
  transition: all 375ms ease-in-out; /* Oculto el elemento select */
}
.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}
.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}
.cont_select_int {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  transition: all 375ms ease-in-out;
}
.cont_select_int li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  background-color: #F5F5F5;
  list-style-type: none;
  padding: 3px 5px;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor: pointer;
  font-size: 20px;
}
.cont_select_int li:last-child {
  border-radius: 0px;
  border-bottom: 0px;
}
.cont_select_int li:hover {
  background-color: #EEEEEE;
}
.cont_select_int .active {
  background-color: #EEEEEE;
}
/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
  padding: 5px;
  display: block;
  margin: 0px;
  cursor: pointer;
  font-size: 20px;
}
/*----------------------------------------------*/
.box-about {
  width: 100%;
}
.box-aboutL {
  width: 50%;
  float: left;
}
.box-aboutR {
  width: 50%;
  float: right;
}
.box-about-contentL {
  width: 85%;
  margin: 0 auto;
  padding: 130px 130px 0 0px;
  box-sizing: border-box;
}


.box-about-contentR {
  width: 85%;
  margin: 0 auto;
  padding: 130px 0px 0 130px;
  box-sizing: border-box;
}
.box-about-img-awards {
  width: 80%;
  display: inherit;
  margin: 0 auto;
}
.box-about-bg-aword {
  width: 100%;
  /* position: relative; */
  background-image: url("../images/about/about-bg-aword.jpg");
  background-position: right top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.videoWrapper {
  position: relative;
  padding-bottom: 50%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframeyoutube {
  width: 100%;
  height: 332px;
}
.iframeyoutube-customer {
  width: 100%;
  height: 400px;
}
/*navigate*/
.box-navigate {
  float: right;
  text-align: right;
  display: -webkit-inline-box;
  position: relative;
  transform: translate(0px, -175%) !important;
}
.box-navigate a {
  color: #000;
  font-size: 35px;
}
.box-navigate a:hover {
  color: #ec1d25;
}
.box-navigate a.avoid-clicks {
  pointer-events: none;
  color: #ec1d25;
}
.line-nav {
  height: 23px;
  border-left: 1px solid #b3b3b3;
  margin: 19px 25px 0 25px;
}
/*//navigate*/
.scaled {
  transform: scale(0.9); /* Equal to scaleX(0.7) scaleY(0.7) */
  transform-origin: top left;
}
.section-desktop {
  width: 100%;
  padding: 9% 0 9% 0;
  margin: 0 auto;
  background: url(../images/bg-knowledge.jpg) no-repeat center center;
  background-size: cover;
}
.bg-colorf1f1f1 {
  background: #f1f1f1;
}
.bg-colorf2f2f2 {
  background: #f2f2f2;
}
.bg-color343434 {
  background: #343434;
}
.bg-colorffffff {
  background: #ffffff;
}
.bg-colorec1c24 {
  background: #ec1c24;
}
.bg-color000000 {
  background: #000000;
}
.box-topic {
  width: 100%;
  padding: 0 0 35px 0;
}
.box-topic-inferior {
  width: 100%;
  padding: 0 0 30px 0;
}
.box-topic-inferior h6 {
  padding-left: 145px;
  display: table-footer-group;
}
.margin-topwhatwedo {
  height: 60px;
}
.box-whatwedo {
  width: 100%;
}
.box-whatwedo ul {
  padding: 0;
  margin: 0 -18px;
}
.box-whatwedo ul li {
  padding: 18px;
  margin: 0px 0 0 0;
  float: left;
  list-style: none;
  width: 25%;
  box-sizing: border-box;
}
.box-whatwedo ul li img {
  width: auto;
  padding-bottom: 20px;
}
.box-whatwedo ul li p {
  font-size: 26px;
  line-height: 38px;
}
.box-topic-datacenter {
  width: 65%;
  position: absolute;
  top: 50%;
}
.box-whatwedo-top h1 {
  font-size: 40px;
  line-height: 40px;
}
.box-topic-datacenter h2 {
  padding: 35px 0 35px 0;
  font-size: 28px;
  line-height: 44px;
}
.box-text-banner-blue h3 {
  font-size: 55px;
  font-family: 'Anuyart-DemiBold';
  float: left;
  margin-top: -80px;
  line-height: 65px;
}
.box-text-banner-blue h3 .line-secure {
  padding-left: 100px;
}
.box-topic-datacenter h4 {
  font-size: 26px;
  line-height: 44px;
  font-family: 'Anuyart-Light';
}
.box-text-banner-cloud h4 {
  font-size: 58px;
  line-height: 40px;
  color: #fff;
}
.box-topic h5 {
  font-size: 26px;
  line-height: 44px;
  font-family: 'Anuyart-Light';
  color: #000;
}
.box-topic h5 p {
  color: #000;
  padding: 0;
}
.box-topic h5 span {
  color: #000;
}
.box-whatwedo h4 {
  font-size: 34px;
  font-family: 'Anuyart-Light';
}
.box-topic-inferior h6 a {
  font-size: 40px;
  line-height: 45px;
  padding-left: 0px;
  color: #000;
  /*	display: inline-block;*/
}
.box-topic-inferior h6 a:hover {
  color: #ec1c24;
}
/*
.box-whatwedo h4 {
	font-size: 26px;
	line-height: 35px;
	font-family: 'Anuyart-Light';
}
*/
.select-items div, .select-selected {
  padding: 6px 16px !important;
}
.box-img-outlocation {
  width: 100%;
}
.box-img-outlocation img {
  width: 80%;
}
.box-banner-blue {
  width: 100%;
}
.box-banner-blue img {
  width: 100%;
  margin-top: 4rem;
}
.box-text-banner-blue {
  top: 30%;
  position: absolute;
  width: 100%;
}
.box-banner-cloud {
  width: 100%;
}
.box-banner-cloud img {
  width: 100%;
  margin-top: 4rem;
}
.box-text-banner-cloud {
  top: 30%;
  position: absolute;
}
.box-text-banner-cloud p {
  line-height: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.quotesL {
  font-family: 'arial';
  color: #555555;
  font-size: 280px;
  float: left;
  line-height: 0;
}
.quotesR {
  font-family: 'arial';
  color: #555555;
  font-size: 170px;
  float: right;
  line-height: 0;
  margin-right: 85px;
}
.box-ourcustomer ul li.boxR p {
  padding: 0;
}
.box-ourcustomer {
  width: 100%;
}
.box-ourcustomer.indexpage {
  width: 100%;
}
.box-ourcustomer ul {
  padding: 30px 0;
  margin: 0;
}
.box-ourcustomer ul:last-child {
  padding: 30px 0 0 0;
  margin: 0;
}
.box-ourcustomerL {
  width: 50%;
}
/*index*/
.box-ourcustomer.indexpage ul li.boxL {
  padding: 0;
  margin: 0;
  width: 40%;
  float: left;
  list-style: none;
}
.box-ourcustomer.indexpage ul li.boxR {
  margin: 0;
  width: 60%;
  float: left;
  box-sizing: border-box;
  list-style: none;
  height: auto;
  overflow: hidden;
  padding-left: 80px;
  padding-top: 50px;
}
/*inner*/
.box-ourcustomer ul li.boxL {
  padding: 0;
  margin: 0;
  width: 40%;
  float: left;
  list-style: none;
}
.box-ourcustomer ul li.boxR {
  margin: 0;
  width: 60%;
  float: left;
  box-sizing: border-box;
  list-style: none;
  height: auto;
  overflow: hidden;
  padding-left: 80px;
  padding-top: 0px;
}
.box-whatwedo-top {
  width: 100%;
}
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/*footer*/
.row-footer {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 3px;
  border-bottom: 1px solid #4d4d4d;
}
.row-footer .box01 {
  width: 20%;
  float: left;
}
.row-footer .box01 img {
  width: auto;
  vertical-align: baseline;
  margin: -10px 0 0 0;
}
.row-footer .box02 {
  width: 60%;
  float: left;
}
.row-footer .box02 a {
  margin: 0 15px;
  font-size: 18px;
}
.row-footer .box03 {
  width: 20%;
  float: left;
  text-align: right;
}
.row-footer .box03 img {
  width: auto;
  border-radius: 10px;
}
.footer {
  padding-bottom: 30px;
  width: 100%;
  margin-top: 15px;
  line-height: 25px; /*	border-bottom: 1px solid #4d4d4d;*/
}
.footer ul.width50 {
  width: 50%;
}
.footer ul.width25 {
  width: 25%;
  margin-top: 20px;
}
.footer ul.width25 li {
  margin: 0px 0;
}
.footer ul.width25 li a {
  font-size: 16px;
  line-height: 35px;
  font-family: 'Anuyart-Light';
}
.footer ul {
  padding: 0;
  margin: 0;
  width: 25%;
  float: left;
}
.footer ul p {
  font-size: 14px;
  color: #fff;
  padding: 0;
  margin-bottom: 0;
  font-family: 'Anuyart-Light';
}
.footer ul li {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  float: left;
  font-size: 14px;
  -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;
}
.footer ul li:hover {
  padding-left: 5px;
}
/*
.footer ul li a {
	font-size: 16px;
	color: #fff;
}
.footer ul li a:hover {
	color: #ec1c24;
	padding-left: 5px;
}
*/
.main-mn .footer ul h6 {
  font-size: 18px;
}
.main-mn .footer ul p {
  font-size: 16px;
}
.main-mn .footer ul li {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  float: left;
  font-size: 16px;
  -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;
}
.copyright {
  bottom: 0;
  width: 100%;
  border-top: 1px solid #4d4d4d;
}
.copyright p {
  text-align: center;
  font-size: 14px;
  color: #999999;
  padding: 10px 0;
  text-transform: uppercase;
}
.footer ul h6 {
  font-size: 16px;
  color: #ec1c24;
  padding-bottom: 5px;
  font-family: 'Anuyart-Light';
}
.padding-footer {
  padding: 10px 0;
}
.display-none {
  display: none;
}
/* Make the container relative */
.swap-on-hover {
  position: relative;
  max-width: 35px;
  display: inline-block;
  margin: 0;
  padding: 20px;
}
/* Select the image and make it absolute to the container */
.swap-on-hover img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  /* Sets the width and height for the images*/
  width: 35px;
  height: 35px;
  -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;
}
/* 
	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;
  -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;
  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 .swap-on-hover__front-image {
  opacity: 1;
}
.swap-on-hover:hover > .swap-on-hover__front-image {
  opacity: 0;
}
.swap-on-hover .swap-on-hover__back-image {
  opacity: 0;
}
.swap-on-hover:hover .swap-on-hover__back-image {
  opacity: 1;
}
/*//footer*/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/*contact*/
.slectbox-contact select {
  background: url(../images/icon/expand-button.svg) no-repeat right #fff;
  background-size: 10px;
  color: #000;
  padding: 10px;
}
.box-contact {
  width: 100%;
}
.box-branchR:last-child {
  padding-bottom: 0px;
}
.box-branchL:last-child {
  padding-bottom: 0px;
}
.box-contactL {
  width: 50%;
  float: left;
  padding-right: 40px;
  box-sizing: border-box;
}
.box-contactR {
  width: 50%;
  float: right;
  padding-left: 40px;
  padding-top: 35px;
  box-sizing: border-box;
}
.box-contactR ul {
  padding: 0;
  margin: 0px 0;
}
.box-contactR ul li.boxL {
  padding: 0;
  margin: 5px 0;
  width: 26%;
  float: left;
  list-style: none;
}
.box-contactR ul li.boxR {
  padding: 0;
  margin: 0 0;
  width: 74%;
  float: left;
  list-style: none;
}
.box-contactR ul li.boxL p {
  font-size: 18px;
  font-family: 'Anuyart-Regular';
  color: #fff;
}
.box-contactR ul li.boxR select {
  font-family: 'Anuyart-Regular';
  font-size: 18px;
  margin-top: 8px;
  padding: 5px 10px;
  border: none;
}
.box-contactR p.text-message {
  font-size: 18px;
  font-family: 'Anuyart-Regular';
  color: #fff;
  padding: 0;
  margin-top: 10px;
}
.box-branch {
  width: 100%;
}
.box-branchL {
  width: 50%;
  padding-bottom: 50px;
  float: left;
  padding-right: 50px;
  box-sizing: border-box;
}
.box-branchL h3 {
  font-size: 36px;
  color: #ec1c24;
  font-family: 'Anuyart-Light';
  line-height: 45px;
  height: 100px;
}
.box-branchL p {
  font-size: 18px;
  color: #000;
  line-height: 45px;
  padding: 10px 0 20px 0;
}
.box-branchL a {
  font-size: 18px;
  color: #000;
  line-height: 45px;
}
.box-branchL a:hover {
  color: #ec1c24;
}
.box-branchR {
  width: 50%;
  float: right;
  padding-bottom: 50px;
  padding-left: 50px;
  box-sizing: border-box;
}
.box-branchR h3 {
  font-size: 34px;
  color: #ec1c24;
  font-family: 'Anuyart-Light';
  line-height: 45px;
  height: 100px;
}
.box-branchR p {
  font-size: 18px;
  color: #000;
  line-height: 45px;
  padding: 10px 0 20px 0;
}
.box-branchR a {
  font-size: 18px;
  color: #000;
  line-height: 45px;
}
.box-branchR a:hover {
  color: #ec1c24;
}
.box-branchR a.mail {
  color: #29aae1;
  font-size: 18px;
}
.box-branchR a.mail:hover {
  color: #ec1c24;
}
/*//contact*/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/*about*/
.box-banner {
  width: 100%;
}
.box-banner img {
  width: 100%;
}
.box-text-banner-about {
  top: 25%;
  position: absolute;
  padding: 30px;
  background: rgba(236, 28, 36, 0.8);
  width: 30%;
}
.box-text-banner-about h1 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-family: 'Anuyart-Light';
}
.box-text-banner-about p {
  font-size: 25px;
  color: #fff;
  line-height: 35px;
  margin: 20px 0 0 0;
}
.box-text-banner-about .border-box-text {
  border: 2px solid #fff;
  padding: 35px;
}
.box-our-company {
  width: 100%;
  margin: 0 auto;
}
.box-our-companyL {
  width: 50%;
  float: left;
}
.box-our-companyL h2 {
  font-size: 40px;
  font-family: 'Anuyart-Light';
  border: 2px solid #ec1c24;
  padding: 30px 0 30px 30px;
  box-sizing: border-box;
  width: 95%;
  border-right: none;
  line-height: 60px;
  color: #000;
}
.box-our-companyL p {
  padding-right: 30px;
}
.box-our-companyR p {
  padding-left: 100px;
  padding-top: 100px;
  padding-bottom: 40px;
}
.box-our-companyL img.dot {
  width: auto;
  padding: 100px 100px;
}
.box-our-companyR img.dot {
  width: auto;
  padding: 100px 0 80px 0;
  float: right;
}
.box-our-companyR {
  width: 45%;
  float: right;
}
.img-dot {
  width: auto;
  margin-top: -25rem;
}
.img-about-vision {
  padding: 100px 0;
}
.box-vision {
  width: 80%;
  margin: 0 auto;
}
.box-visionL {
  width: 50%;
  float: left;
  padding-right: 90px;
  box-sizing: border-box;
}
.box-visionR {
  width: 50%;
  float: right;
  padding-left: 90px;
  box-sizing: border-box;
}
.box-visionL h3 {
  font-size: 30px;
  font-family: 'Anuyart-Light';
  color: #000;
}
.box-visionR h4 {
  font-size: 30px;
  font-family: 'Anuyart-Light';
  color: #000;
}
/*
.box-visionR p {
	color: #000;
}
.box-visionL p {
	color: #000;
}
*/
.box-awards {
  width: 100%;
  margin-top: 50px;
}
.box-awards ul.tier {
  width: 65%;
  padding: 0;
  margin: 0px auto 0px auto;
}
.box-awards ul.tier li {
  width: 25%;
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  text-align: center;
}
.box-awards ul.tier li img {
  width: 60%;
}
.box-awards ul.iso {
  width: 100%;
  padding: 0;
  margin: 70px auto 70px auto;
}
.box-awards ul.iso li {
  width: 20%;
  padding: 0;
  margin: 0;
  float: left;
  list-style: none;
  text-align: center;
}
.box-awards ul.iso li img {
  width: 60%;
}
.box-awards ul.date {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.box-awards ul.date li {
  width: 12.5%;
  padding: 0;
  margin: 0;
  float: left;
  list-style: none;
  text-align: center;
}
.box-awards ul.date li img {
  width: 60%;
}
.h2-2line {
  line-height: 40px;
  margin-top: 10px;
  font-size: 26px;
}
/*//about*/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/*data-center*/
.box-text-banner-data-center {
  top: 35%;
  position: absolute;
  right: 0%;
  width: 800px;
}
.box-text-banner-data-center h1 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-family: 'Anuyart-Light';
}
.box-text-banner-data-center p, .box-text-banner-data-center h2 {
  font-size: 55px;
  color: #fff;
  line-height: 60px;
  margin: 0 0 0 0;
  font-family: 'Anuyart-UltraLight';
}
.box-text-banner-data-center h2 > p {
  padding: 0
}
.box-text-banner-data-center h2 {
  padding: 15px 0 0 0;
}
.border-bottom-data-center {
  border-bottom: 2px solid #ec1c24;
  margin: 30px 0 0 0;
  width: 150px;
}
.box-dataL {
  width: 45%;
  float: left;
  padding-right: 40px;
  box-sizing: border-box;
}
.box-dataL h1 {
  font-size: 40px;
  color: #ec1d25;
  line-height: 50px;
  margin-top: 10px;
}
.box-dataL h2 {
  font-size: 40px;
  color: #ec1d25;
  line-height: 50px;
  margin-top: 10px;
}
.box-dataR {
  width: 55%;
  float: right;
}
.box-dataR p.topic-data {
  font-size: 26px;
  font-family: 'Anuyart-Light';
  line-height: 40px;
  padding: 0;
}
.box-dataR .detail {
  color: #555555;
  padding: 0;
}
.box-dataR ul {
  padding: 0;
  margin: 20px;
}
.box-dataR ul li {
  padding: 0;
  margin: 0 0 0 20px;
  list-style: initial;
  font-size: 16px;
}
.box-dataR ul li span {
  color: #555555;
  font-family: 'Anuyart-Light';
  font-size: 26px !important;
}
.box-dataR ul li p {
  margin-top: 10px;
  color: #555555;
  font-size: 18px;
  font-family: 'Anuyart-Light';
  padding: 0;
}
.box-dataR h2.topic-data {
  font-size: 30px;
  line-height: 40px;
}
.box-dataR h3 {
  margin: 20px 0 10px 0;
  font-size: 24px;
  line-height: 38px;
}
.box-dataR p span {
  margin-top: 10px;
  color: #555555;
  font-size: 26px !important;
  padding: 0;
}
.box-dataR ul li {
  font-size: 18px;
  padding: 0 0 10px 0;
  color: #555555;
}
.box-dataR ul li ul li {
  list-style-type: circle;
}
.detail-location blockquote{margin: 0 !important;}
.detail-location {
  padding: 40px 0 0 0
}
.detail-location ul {
  margin: 0 0 0 0 !important;
  padding: 0;
}
.detail-location ul li {
  margin: 0;
  padding: 0;
  list-style-type: disc;
}
.box-dataR ul li p.topic {
  margin-top: 10px;
  color: #000;
  font-size: 26px;
  font-family: 'Anuyart-Light';
  padding: 0;
}
.box-dataR ul.managed {
  padding: 0;
  margin: 0;
}
.box-dataR ul.managed li {
  padding: 0;
  margin: 0 0 0 20px;
  list-style: initial;
  font-size: 16px;
}
.box-dataR ul.managed p.topic {
  margin-top: 10px;
  color: #555;
  font-size: 26px;
  font-family: 'Anuyart-Light';
  padding: 0;
}
.box-data {
  width: 100%;
}
.box-data ul.col1 {
  padding: 0;
  margin: 0;
}
.box-data ul.col1 li {
  padding: 0;
  margin: 0 auto;
  width: 80%;
  list-style: none;
}
.box-data ul.col4, .box-data ul.col3, .box-data ul.col2, .box-data ul.col1 {
  padding: 0;
  margin: 0;
}
.box-data ul.col4 li {
  padding: 0;
  margin: 0;
  width: 25%;
  float: left;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.box-data ul.col3 li {
  padding: 0;
  margin: 0;
  width: 33.33%;
  float: left;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.box-data ul.col2 li {
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.box-data ul.col1 li {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.box-data ul.col4 li img, .box-data ul.col3 li img, .box-data ul.col2 li img, .box-data ul.col1 li img {
  width: 100%;
  transition: transform .2s;
}
.box-data ul.col4 li:hover img, .box-data ul.col3 li:hover img, .box-data ul.col2 li:hover img, .box-data ul.col1 li:hover img {
  transform: scale(1.1);
  transition: transform .2s;
}
.box-data ul.col4 li img:hover, .box-data ul.col3 li img:hover, .box-data ul.col2 li img:hover, .box-data ul.col1 li img:hover {
  width: 100%;
  outline-offset: -2px;
  transform: scale(1.1);
}
.box-data ul.col4 li h3, .box-data ul.col3 li h3, .box-data ul.col2 li h3, .box-data ul.col1 li h3 {
  position: absolute;
  left: 20px;
  color: #fff;
  font-size: 26px;
  padding: 0;
  line-height: 30px;
  width: 100%;
  -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;
}
.box-data ul.col4 li:hover h3, .box-data ul.col3 li:hover h3, .box-data ul.col2 li:hover h3, .box-data ul.col1 li:hover h3 {
  color: #ec1d25;
}
.text {
  color: white !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgb(180, 58, 58);
  background: linear-gradient(90deg, rgba(180, 58, 58, 0.8407738095238095) 0%, rgba(253, 33, 30, 0.4962359943977591) 52%, rgba(249, 57, 24, 0.44861694677871145) 100%, rgba(253, 29, 29, 0) 100%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/*
.overlay-line:hover {
 	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	
}
*/
.box-data ul.col4 li:hover .overlay, .box-data ul.col3 li:hover .overlay, .box-data ul.col2 li:hover .overlay, .box-data ul.col1 li:hover .overlay {
  opacity: 1;
}
.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.grid figure figcaption {
  padding: 0em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2, .grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
/* Individual effects */
/*---------------*/
/***** Jazz *****/
/*---------------*/
figure.effect-jazz {
  background: #000;
}
figure.effect-jazz img {
  opacity: 0.5;
}
figure.effect-jazz figcaption::after, figure.effect-jazz img, figure.effect-jazz p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazz figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  opacity: 0.5;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
figure.effect-jazz h2, figure.effect-jazz p {
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
figure.effect-jazz h2 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  font-size: 26px;
}
figure.effect-jazz p {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  opacity: 0;
}
figure.effect-jazz:hover img {
  opacity: 0.5;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
figure.effect-jazz:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
figure.effect-jazz:hover h2, figure.effect-jazz:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/*

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
*/
.box-data-detail {
  width: 100%;
}
.box-data-detail ul {
  padding: 40px 0;
  margin: 0;
}
.box-data-detail ul li.boxL {
  padding: 0 0px 0 0;
  margin: 0;
  list-style: none;
  width: 40%;
  float: left;
  box-sizing: border-box;
}
.box-data-detail ul li.boxR {
  padding: 0;
  padding-left: 80px;
  margin: 0;
  list-style: none;
  width: 60%;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.box-data-detail-text {
  padding-top: 0px;
}
.box-data-detail-text ul {
  padding: 0;
  margin: 0;
}
.box-data-detail-text > ul > li {
  padding: 0;
  margin: 0 0 0 0px;
  list-style: none;
  font-size: 16px;
  color: #000;
}
/*
.box-data-detail-text {
	position: absolute;
	transform: translate(0%, 100%);
}
*/
.box-data-detail ul li.boxR h4 {
  font-size: 30px;
  width: 77%;
  color: #000;
  line-height: 40px;
  -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;
  display: inline-table;
}
.box-data-detail ul li.boxR p {
  margin-top: 10px;
  color: #000;
  font-size: 26px;
}
.box-data-detail ul li.boxR p span {
  font-size: 26px !important;
}
.box-text-banner-cloud02 {
  top: 32%;
  position: absolute;
  width: 55%;
}
.box-text-banner-cloud02 p {
  line-height: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 26px;
}
.box-text-banner-cloud02 h1 {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  padding-left: 155px;
}
.border-topic-cloud {
  border-top: 2px solid #ec1c24;
  margin: 30px 80px 0 0;
  width: 150px;
  float: left;
  height: 200px;
}
.img-managed {
  width: 60%;
  margin-top: 120px;
}
.box-data-detail ul li .snip1273 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #000000;
  font-size: 16px;
}
.box-data-detail ul li .snip1273 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.box-data-detail ul li .snip1273 img {
  position: relative;
  max-width: 100%;
  vertical-align: top;
}
.box-data-detail ul li figure {
  margin: 0;
  padding: 0;
}
.box-data-detail ul li .snip1273 figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
}
.box-data-detail ul li .snip1273 figcaption img {
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-data-detail ul li .snip1273 figcaption:before, .box-news ul li .snip1273 figcaption:after {
  width: 1px;
  height: 0;
}
.box-data-detail ul li .snip1273 figcaption:before {
  right: 0;
  top: 0;
}
.box-data-detail ul li .snip1273 figcaption:after {
  left: 0;
  bottom: 0;
}
.box-data-detail ul li .snip1273 h4, .box-news ul li .snip1273 p {
  line-height: 1.5em;
}
.box-data-details ul li .snip1273 h4 {
  margin: 0 0 5px;
  font-weight: 700;
  text-transform: uppercase;
}
.box-data-detail ul li .snip1273 p {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 15px;
}
.box-data-detail ul li .snip1273 a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.box-data-detail ul li .snip1273:before, .box-data-detail ul li .snip1273:after, .box-data-detail ul li .snip1273 figcaption:before, .box-data-detail ul li .snip1273 figcaption:after {
  position: absolute;
  content: '';
  background-color: #ec1c24;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
.box-data-detail ul li .snip1273:before, .box-data-detail ul li .snip1273:after {
  height: 2px;
  width: 0%;
}
.box-data-detail ul li .snip1273:before {
  top: 0;
  left: 0;
}
.box-data-detail ul li .snip1273:after {
  bottom: 0;
  right: 0;
}
.box-data-detail ul a:hover li.boxR h4 {
  color: #ec1c24;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.box-data-detail ul a:hover li .snip1273 img, .box-data-detail ul li .snip1273.hover img {
  opacity: 0.5;
}
.box-data-detail ul a:hover li .snip1273 figcaption, .box-data-detail ul li .snip1273.hover figcaption {
  opacity: 1;
}
.box-data-detail ul a:hover li .snip1273 figcaption:before, .box-data-detail ul li .snip1273.hover figcaption:before, .box-data-detail ul a:hover li .snip1273 figcaption:after, .box-data-detail ul li .snip1273.hover figcaption:after {
  height: 100%;
}
.box-data-detail ul a:hover li .snip1273:before, .box-data-detail ul li .snip1273.hover:before, .box-data-detail ul a:hover li .snip1273:after, .box-data-detail ul li .snip1273.hover:after {
  width: 100%;
}
.box-data-detail ul a:hover li .snip1273:before, .box-data-detail ul li .snip1273.hover:before, .box-data-detail ul a:hover li .snip1273:after, .box-data-detail ul li .snip1273.hover:after, .box-data-detail ul a:hover li .snip1273 figcaption:before, .box-data-detail ul li .snip1273.hover figcaption:before, .box-data-detail ul a:hover li .snip1273 figcaption:after, .box-data-detail ul li .snip1273.hover figcaption:after {
  opacity: 0.8;
}
/*//data-center*/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/*news*/
.box-news ul li figure.snip1328.snip1328 {
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.box-news ul li figure.snip1328.snip1328 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.box-news ul li figure.snip1328.snip1328 img {
  opacity: 1;
  width: 100%;
}
.box-news ul li figure.snip1328.snip1328:after, .box-news ul li figure.snip1328.snip1328:before {
  background: #ec1c24;
  width: 0;
  height: 100%;
  position: absolute;
  content: '';
  opacity: 0.2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.box-news ul li figure.snip1328.snip1328:after {
  top: 0;
  left: 0;
}
.box-news ul li figure.snip1328.snip1328:before {
  right: 0;
  bottom: 0;
}
.box-news ul li figure.snip1328.snip1328 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.box-news ul li figure.snip1328.snip1328 h2, .box-news ul li figure.snip1328.snip1328 p {
  margin: 0;
  width: 100%;
  opacity: 0;
  color: #fff;
}
.box-news ul li figure.snip1328.snip1328 h2 {
  padding: 0 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.box-news ul li figure.snip1328.snip1328 p {
  padding: 0 50px;
  font-weight: 500;
  font-size: 26px;
  font-family: 'Anuyart-Light';
}
.box-news ul li figure.snip1328.snip1328 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.box-news ul a:hover li figure.snip1328.snip1328 img, .box-news ul li figure.snip1328.snip1328.hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.box-news ul a:hover li figure.snip1328.snip1328:after, .box-news ul li figure.snip1328.snip1328.hover:after, .box-news ul a:hover li figure.snip1328.snip1328:before, .box-news ul li figure.snip1328.snip1328.hover:before {
  width: 100%;
  height: 100%;
}
.box-news ul a:hover li figure.snip1328.snip1328 figcaption h2, .box-news ul li figure.snip1328.snip1328.hover figcaption h2, .box-news ul li figure.snip1328.snip1328:hover figcaption p, .box-news ul li figure.snip1328.snip1328.hover figcaption p {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.box-news ul a:hover li figure.snip1328.snip1328figcaption h2, .box-news ul li figure.snip1328.snip1328.hover figcaption h2 {
  opacity: 1;
}
.box-news ul a:hover li figure.snip1328.snip1328 figcaption p, .box-news ul li figure.snip1328.snip1328.hover figcaption p {
  opacity: 1;
  text-decoration: underline;
}
.box-news ul li figure {
  margin: 0;
  padding: 0;
}
.box-news ul li .snip1273 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #000000;
  font-size: 16px;
}
.box-news ul li .snip1273 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.box-news ul li .snip1273 img {
  position: relative;
  max-width: 100%;
  vertical-align: top;
}
.box-news ul li .snip1273 figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
}
.box-news ul li .snip1273 figcaption img {
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-news ul li .snip1273 figcaption:before, .box-news ul li .snip1273 figcaption:after {
  width: 1px;
  height: 0;
}
.box-news ul li .snip1273 figcaption:before {
  right: 0;
  top: 0;
}
.box-news ul li .snip1273 figcaption:after {
  left: 0;
  bottom: 0;
}
.box-news ul li .snip1273 h3, .box-news ul li .snip1273 p {
  line-height: 1.5em;
}
.box-news ul li .snip1273 h3 {
  margin: 0 0 5px;
  font-weight: 700;
  text-transform: uppercase;
}
.box-news ul li .snip1273 p {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 15px;
}
.box-news ul li .snip1273 a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.box-news ul li .snip1273:before, .box-news ul li .snip1273:after, .box-news ul li .snip1273 figcaption:before, .box-news ul li .snip1273 figcaption:after {
  position: absolute;
  content: '';
  background-color: #ec1c24;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
.box-news ul li .snip1273:before, .box-news ul li .snip1273:after {
  height: 2px;
  width: 0%;
}
.box-news ul li .snip1273:before {
  top: 0;
  left: 0;
}
.box-news ul li .snip1273:after {
  bottom: 0;
  right: 0;
}
.box-news ul a:hover li .snip1273 img, .box-news ul li .snip1273.hover img {
  opacity: 0.5;
}
.box-news ul a:hover li .snip1273 figcaption, .box-news ul li .snip1273.hover figcaption {
  opacity: 1;
}
.box-news ul a:hover li .snip1273 figcaption:before, .box-news ul li .snip1273.hover figcaption:before, .box-news ul a:hover li .snip1273 figcaption:after, .box-news ul li .snip1273.hover figcaption:after {
  height: 100%;
}
.box-news ul a:hover li .snip1273:before, .box-news ul li .snip1273.hover:before, .box-news ul a:hover li .snip1273:after, .box-news ul li .snip1273.hover:after {
  width: 100%;
}
.box-news ul a:hover li .snip1273:before, .box-news ul li .snip1273.hover:before, .box-news ul a:hover li .snip1273:after, .box-news ul li .snip1273.hover:after, .box-news ul a:hover li .snip1273 figcaption:before, .box-news ul li .snip1273.hover figcaption:before, .box-news ul a:hover li .snip1273 figcaption:after, .box-news ul li .snip1273.hover figcaption:after {
  opacity: 0.8;
}
.box-article-detail a {
color:#085294; text-decoration:underline
}
.box-article-detail a:hover {
  color: #f00 !important;
}
.box-article-detail h2 {
  font-size: 26px;
  line-height: 54px;
  color: #000;
  margin: 20px 0 0 0;
}
.box-article-detail h3 {
  margin: 20px 0 0 0;
  font-size: 24px;
  line-height: 40px;
  color: #000;
}

.box-article-detail  p {
    font-size: 18px!important;
    line-height: 36px!important;
}
.box-article-detail b {
    font-weight: bold!important;
    font-size: 18px!important;
    line-height: 36px!important;
}
.box-article-detail u {
    text-decoration: underline!important;
    font-size: 18px!important;
    line-height: 36px!important;
}
/*
.box-news ul li.snip1273 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #000000;
  font-size: 16px;
}
.box-news ul li.snip1273 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.box-news ul li.snip1273 img {
  position: relative;
  max-width: 100%;
  vertical-align: top;
}
.box-news ul li.snip1273 figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  padding: 	0px;
    margin: 0;
}
.box-news ul li .snip1273 figcaption:before,
.box-news ul li .snip1273 figcaption:after {
  width: 1px;
  height: 0;
}
.box-news ul li .snip1273 figcaption:before {
  right: 0;
  top: 0;
}
.box-news ul li .snip1273 figcaption:after {
  left: 0;
  bottom: 0;
}


.box-news ul a li.snip1273  {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.box-news ul li.snip1273:before,
.box-news ul li.snip1273:after,
.box-news ul li.snip1273 figcaption:before,
.box-news ul li.snip1273 figcaption:after {
  position: absolute;
  content: '';
  background-color: #ec1d25;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
.box-news ul li.snip1273:before,
.box-news ul li.snip1273:after {
  height: 1px;
  width: 0%;
}
.box-news ul li.snip1273:before {
  top: 0;
  left: 0;
}
.box-news ul li.snip1273:after {
  bottom: 0;
  right: 0;
}
.box-news ul a:hover li.snip1273 img,
.box-news ul li.snip1273.hover img {
  opacity: 0.4;
}
.box-news ul a:hover li.snip1273 figcaption,
.box-news ul li.snip1273.hover figcaption {
  opacity: 0.1;
}
.box-news ul a:hover li.snip1273 figcaption:before,
.box-news ul li.snip1273.hover figcaption:before,
.box-news ul a:hover li.snip1273 figcaption:after,
.box-news ul li.snip1273.hover figcaption:after {
  height: 100%;
}
.box-news ul a:hover li.snip1273:before,
.box-news ul li.snip1273.hover:before,
.box-news ul a:hover li.snip1273:after,
.box-news ul li.snip1273.hover:after {
  width: 100%;
}
.box-news ul a:hover li.snip1273:before,
.box-news ul li.snip1273.hover:before,
.box-news ul a:hover li.snip1273:after,
.box-news ul li.snip1273.hover:after,
.box-news ul a:hover li.snip1273 figcaption:before,
.box-news ul li.snip1273.hover figcaption:before,
.box-news ul a:hover li.snip1273 figcaption:after,
.box-news ul li.snip1273.hover figcaption:after {
  opacity: 0.1;
}
*/
.box-news {
  width: 100%;
}
.box-news ul {
  padding: 0 0 80px 0;
  margin: 0;
}
.box-news ul li.box-img-news {
  padding: 0;
  margin: 0;
  width: 40%;
  float: left;
  list-style: none;
  overflow: hidden;
}
.box-news ul li.box-img-news img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.box-news ul li.box-detail-news {
  padding: 0 0 0 40px;
  margin: 0;
  float: left;
  width: 30%;
  list-style: none;
  box-sizing: border-box;
}
.box-slide-news-detail a {
color:#085294; text-decoration:underline
}
.box-slide-news-detail a:hover {
  color: #f00 !important;
}
.box-news ul li.box-detail-news h2 p {
  font-size: 30px;
  color: #555;
  font-family: 'Anuyart-Light';
  line-height: 40px;
  padding: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.box-news ul li.box-detail-news h2 {
  font-size: 30px;
  color: #000;
  font-family: 'Anuyart-Light';
  line-height: 40px;
  padding: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.box-news ul:hover li.box-detail-news h2 {
  color: #000;
}
.box-news ul:hover li.box-detail-news p {
  color: #000;
}
.box-news ul li.box-detail-news p {
  font-size: 20px;
  color: #555;
  line-height: 35px;
  /*	border-top: 2px solid #ec1d25;*/
  padding: 0;
}
.box-news ul li.box-detail-news p span {
  font-size: 20px !important;
  color: #555;
  line-height: 35px;
  /*	border-top: 2px solid #ec1d25;*/
  padding: 0;
}
.box-news ul:hover li.box-detail-news p span {
  color: #000;
}
.box-img-news-topic {
  width: 100%;
  position: relative;
  padding: 0 0 80px 0;
}
.box-img-news-topic img {
  width: 100%;
}
a .box-detail-imgtopic {
  width: 40%;
  position: absolute;
  background: #fff;
  padding: 60px;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
}
.line-news {
  border-top: 2px solid #ec1d25;
  width: 100%;
  margin-bottom: 30px;
}
.box-detail-imgtopic h3 {
  font-size: 40px;
  color: #000;
  font-family: 'Anuyart-Light';
  line-height: 50px;
  /*	border-top: 2px solid #ec1d25;*/
  padding-top: 0;
  padding-bottom: 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;
}
a:hover .box-detail-imgtopic h3 {
  color: #ec1c24;
}
.box-detail-imgtopic h3 p {
  font-size: 30px;
  color: #555;
  line-height: 40px;
  padding-top: 0;
  padding: 0;
  transition: 0.2s;
}
.box-detail-imgtopic:hover h3 p, .box-detail-imgtopic:hover p {
  color: #000;
}
.box-img-news-topic a {
  transition: 0.4s;
}
.box-detail-imgtopic p {
  font-size: 20px;
  color: #555;
  line-height: 35px;
  padding-top: 30px;
  padding: 0;
  transition: 0.2s;
}
.box-margin-header {
  margin-top: 90px;
}
.box-detail-news {
  width: 100%;
}
.box-detail-news h1 {
  font-size: 40px;
  color: #ec1d25;
  line-height: 50px;
}
.box-detail-news p {
  font-size: 20px;
}
.box-slide-news-detail {
  padding: 20px 0;
}
.box-slide-news-detail p {
  font-size: 18px!important;
  line-height: 36px!important;
}
.box-slide-news-detail b {
    font-weight: bold!important;
    font-size: 18px!important;
    line-height: 36px!important;
}
.box-slide-news-detail u {
    text-decoration: underline!important;
    font-size: 18px!important;
    line-height: 36px!important;
}
.share-now {
  width: 100%;
  padding: 40px 0 70px 0;
}
.share-now img {
  width: 30px;
  float: left;
  margin: 0 4px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.share-now p {
  font-size: 18px;
  color: #555;
  float: left;
  font-family: 'Anuyart-Light';
  margin-right: 10px;
  padding: 0;
}
.share-now img:hover {
  opacity: 0.8;
}
.box-prev-next {
  width: 100%;
}
.box-prev-news {
  width: 50%;
  float: left;
}
.line-prev-news {
  width: 70px;
  float: left;
  border-bottom: 2px solid rgb(236, 28, 36);
  margin: 25px 25px 0px 0px;
}
.line-next-news {
  width: 70px;
  float: right;
  border-bottom: 2px solid rgb(236, 28, 36);
  margin: 25px 0px 0px 25px;
}
.box-prev-news p.back {
  font-size: 22px;
  color: #999999;
  text-align: left;
}
.box-next-news {
  width: 50%;
  float: right;
}
.box-next-news p.next {
  font-size: 22px;
  color: #999999;
  text-align: right;
}
/*//news*/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/*customer*/
.box-slide-customer {
  width: 100%;
}
.box-support {
  width: 100%;
  float: left;
  /* position: relative; */
  background-image: url(../images/img-support.jpg);
  background-position: right top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.box-support ul {
  padding: 7em 0;
  margin: 0 auto;
  width: 80%;
}
.box-support ul li {
  padding: 0px 0 3em 0;
  margin: 0;
  width: 17%;
  float: left;
  list-style: none;
  font-size: 30px;
}
.box-support ul li.box-percent {
  padding: 0;
  margin: 0;
  width: 30%;
  float: left;
  list-style: none;
  font-size: 30px;
}
.dots {
  width: 10px;
  height: 10px;
  background: #ec1c24;
  border-radius: 50%;
  position: relative;
  margin: 27px 0;
}
.box-support ul li h3 {
  font-size: 80px;
  color: #ec1c24;
  font-family: 'Anuyart-Bold';
  text-align: center;
  line-height: 70px;
}
.box-support ul li h4 {
  font-size: 25px;
  color: #fff;
  text-align: center;
  font-family: 'Anuyart-Regular';
  line-height: 30px;
}
.box-support h1 {
  font-size: 45px;
  color: #fff;
  font-family: 'Anuyart-Regular';
  float: unset;
  line-height: 50px;
text-align: center;

}
.line-support {
  margin: 0 25px;
  border-left: 4px solid #ec1c24;
}
/*//customer*/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/* The Modal popup img */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  margin-top: 35px;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 80px;
  border: 1px solid #888;
  width: 65%;
  height: auto;
  position: relative;
  margin-bottom: 80px;
}
/* The Close Button */
.close {
  color: #ec1c24;
  float: right;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 20px;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/*search*/
.box-search {
  width: 100%;
}
.box-search ul {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ec1c24;
}
.box-search ul li {
  padding: 15px 0;
  margin: 0 25px;
}
.box-search ul li h2  {
    font-size: 22px;
  line-height: 34px;
}
.box-search ul li p  {
    font-size: 18px;
  line-height: 30px;
}
.box-search ul li h2 a, .box-search ul li h2 a p {
  color: #000;
  font-size: 22px;
  line-height: 34px;
  padding: 0;
}
.box-search ul li h2 a span, .box-search ul li h2 a p span {
  font-size: 22px !important;
}
.box-search .border-search {
  border-bottom: 1px solid #ec1c24;
  margin: 10px 0;
}
.box-search ul li p {
  padding: 0;
}
.box-search ul li p span {
  padding: 0;
  font-size: 18px !important;
}
.box-search ul li a {
  color: #555555;
}
.box-search ul li a:hover {
  color: #ec1c24;
}
/*//search*/
.box-img .contentimg {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.box-img .contentimg img {
  max-width: inherit;
  width: fit-content;
}
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/*botton*/
/* DEFNIC BUTTONS
------------------------*/
#defnic.gps-button-wrapper button {
  display: inline-block;
  font-size: 18px;
  overflow: hidden;
  padding: 5px 0px;
  position: relative;
  text-decoration: none;
  transition: all .75s ease-in-out;
  width: 135px;
  text-align: center;
  font-family: 'Anuyart-Light';
  cursor: pointer;
  border: 1px solid #fff;
}
#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(#ec1c24, #ec1c24) -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-tranparent {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ec1c24;
  color: #ec1c24;
}
.btn-blue {
  color: #fff !important;
  background: #29abe2 !important;
  border: 1px solid #29abe2 !important;
}
.btn-blue:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #ec1c24 !important;
}
.btn-white {
  color: #000;
  background: #fff;
}
/*//botton*/
.line-topic-white {
  border-bottom: 2px solid #fff !important;
}
.line-topic {
  border-bottom: 2px solid #ec1c24;
  width: 120px;
  float: left;
  margin: 18px 25px 20px 0;
}
.line-topic {
  border-bottom: 2px solid #ec1c24;
  width: 120px;
  float: left;
  /*
	  -webkit-animation-name: zoomIn-line;
  animation-name: zoomIn-line;
	-webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
*/
}
/*
@-webkit-keyframes zoomIn-line {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn-line {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}
*/
.line-topic-ft {
  border-bottom: 2px solid #ec1c24;
  width: 35px;
  float: left;
  margin: 14px 7px 15px 0;
}
.color-black {
  color: #000;
}
.color-white {
  color: white !important;
}
.color-red {
  color: #ec1c24 !important;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.icn-arrow-ft {
  font-size: 16px;
  margin: 0 5px;
}
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
.font-anuyart-light {
  font-family: 'Anuyart-Light';
}
.clear-mgt {
  margin-top: 0 !important;
}
.clear-pdt {
  padding-top: 0 !important;
}
.clear-pdb {
  padding-bottom: 0 !important;
}
.clear-pdl {
  padding-left: 0 !important;
}
.clear-pdr {
  padding-right: 0 !important;
}
.mgt-30 {
  margin-top: 30px;
}
.mgt-50 {
  margin-top: 50px;
}
.mgt-70 {
  margin-top: 70px;
}
.pdt-2rem {
  padding-top: 2rem !important;
}
.pdt-3rem {
  padding-top: 3rem !important;
}
.pdt-80px {
  padding-top: 80px;
}
.pdt-70px {
  padding-top: 70px;
}
.pdt-60px {
  padding-top: 60px;
}
.pdl-145px {
  padding-left: 145px;
}
.pdb-80px {
  padding-bottom: 80px;
}
.pdb-70px {
  padding-bottom: 70px;
}
.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;
  margin-top: 15px;
}
/*.size-img-customer {
	width: auto;
	height: 40px;
}
*/
.size-img-customer {
  width: auto;
  height: 120px;
  display: block;
  margin: 0 auto;
}
.size-img-customer {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.6
}
.size-img-customer:hover {
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
  opacity: 1
}
.text-align-center {
  text-align: center;
}
.height-slide-customer {
  height: 150px !important;
  padding-top: 30px;
}
.font-red {
  color: #ec1d25 !important;
}
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/***/
/*

html {
  scroll-behavior: smooth;
}

#section1 {
  height: 600px;
  background-color: pink;
}

#section2 {
  height: 600px;
  background-color: yellow;
}
*/
/*SHOW-HIDE RESPONSIVE*/
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important
}


.box-form{
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}
.box-form-left {
    width: 18%;
    float: left;
    font-size: 18px;
    font-family: Anuyart-Regular;
    color: #fff;
}

.box-form-right{
    width: 82%;
    float: left;
    margin-bottom: 25px;
    box-sizing: border-box;

}
.box-form-right-pad{padding-left: 25px;}
.pad-h1-title {
    padding-left: 145px;
    margin-bottom: 20px;
}
.box-form-right textarea{
        margin-top: 0!important;
}

.box-form-right select {
    border: none!important;
}

.input-form {
    background: #fff !important;
    padding: 4px 5px;
    color: #4a4a4a !important;
    font-size: 18px!important;
    box-sizing: border-box;
}

.bg-input-form {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    min-height: 350px;
   
}
.text-whis{color: #FFF; font-size: 18px;}
.text-whis-right {
    color: #FFF;
    font-size: 18px;
    font-family: Anuyart-Regular;
    margin-top: 28px;
}
.pad-title-1 {
    margin-bottom: 30px;
}
.pad-title-2 {
    margin-bottom: 20px;
}
/*.pb-drop-zone {
    padding-bottom: 80px;
}*/
#drop-zone img {
    width: 80px;
    margin-top: 20px;
}

#drop-zone p{
    font-size: 16px;
    line-height: 20px;
    color: #999999;
}

#drop-zone {
    width: 100%;
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    font-family: Arial;
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #7E7E7E;
}
#drop-zone input {
    position: absolute;
    cursor: pointer;
    left: 120px!important;
    top: 162px!important;
    opacity: 0;
    height: 50px;
}
/*Important*/

#drop-zone.mouse-over {
  border: 3px dashed rgba(0, 0, 0, .3);
  color: #7E7E7E;
}
/*If you dont want the button*/

#clickHere {
    display: inline-block;
    cursor: pointer;
    color: white;
    font-size: 20px;
    width: 135px;
    background-color: #ec1c24;
    padding: 10px;
    font-family: Anuyart-Light;
    margin-bottom: 20px;
}
#clickHere:hover {
  background-color: #ed484f;
}
#filename {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5em;
  font-size: 18px;
  font-family: Anuyart-Regular;
}
.file-preview {
  background: #ccc;
  border: 5px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  margin-top: 5px;
}
.closeBtn:hover {
  color: red;
}

.close-preview {
    text-align: right;
    float: right;
    margin-top: 17px;
}

.icon-j {
    color: #999!important;
}

.ui-state-default, .ui-widget-content .ui-state-default{
    border: none!important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight{
    border: 1px solid #ecebe7!important;
    background: #e3e3e3!important;
    color: #333!important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px!important;
    background-color: #fff!important;
}
.ui-datepicker .ui-datepicker-next {
    right: 5px!important;
    background-color: #fff!important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 12px!important;
    width: 1em!important;
    height: 1em!important;
}

.ui-widget-header {
    border: 1px solid #e96e6e!important;
    background: #f73e3e!important;
    color: #fff!important;
    }
    .ui-widget-content {
    color: #666!important;
}


.pad-top-0 {
    padding-top: 0;
}
.pad-top-14 {
    padding-top: 13.9%!important;
    padding-bottom: 10% !important;
}
.txt-whist {
    font-size: 26px!important;
    margin-bottom: 40px;
}
.form-100{
  width: 100%!important;  
}
.pdt-15px {
    padding-top: 15px;
}
.box-policy-2 {
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
}
.txt-whist br{display: none;}
.pad-border {
    padding-top: 20px;
}
.policy table, td, th {  
    border: 1px solid  #ccc;
    text-align: left;
}
.policy table {
    border-collapse: collapse;
    width: 100%;
}
.policy th, td {
    padding: 15px;
    vertical-align: top;
}
.policy table thead {
    font-weight: bold;
    background: #e3e2e2;
}
.policy ul {
    margin-top: 0;
}
.policy ol {
    margin: 0px;
    padding-left: 20px;
}
.overflow-x-auto {
	overflow-x: auto;
}
#sla {font-family: 'Anuyart-Light';}
#sla .main-table {overflow-x: auto;}
#sla h1 {font-size: 26px;line-height: 44px;font-family: 'Anuyart-Light';color: #000;}
#sla table {width:100%;min-width: 1000px;border-collapse: collapse;margin:40px 0;font-size:16px;}
#sla table thead {background:#000;color:#fff;}
#sla table thead tr td {text-align: left;}
#sla table tr.bg {background:#e7e5e5;font-weight:600;}
#sla table tr.font-normal {font-weight:normal}
#sla table tr td.text-left {text-align:left;font-weight: 600;}
#sla table tr td {padding:10px;text-align:center;vertical-align: middle;vertical-align: middle;}
#sla .info {font-weight: 600;}
#sla ol{list-style-type:none;counter-reset:item;padding:0}
#sla ol>li{display:table;counter-increment:item}
#sla ol>li:before{content:counters(item, ".") " ";display:table-cell;padding-right:.6em}
#sla ol li a{color:#484848;text-decoration:underline}
#sla ol li a:hover{color:#B29530;text-decoration:underline}
#sla li ol>li{margin:10px 0;font-weight:400}
#sla li ol>li:last-child {margin-bottom:0}
#sla li ol>li ol {margin-left:10px}
#sla li ol>li ol li {position: relative;padding-left: 18px;}
#sla li ol>li ol li::before {content: "";position: absolute;top: 12px;left: 0;z-index: 8;width: 7px;height: 7px;padding-right: 0;border-radius: 100%;background-color: #555;

  

@media only screen and (max-width: 1600px) {
        .txt-whist {font-size: 20px!important;}
        .bg-input-form {min-height: 370px;}
        .pad-top-14 {
        padding-top: 15.1%!important;
        padding-bottom: 10% !important;}
        .box-form-right-pad {padding-left: 40px;}

}
@media only screen and (max-width: 1500px) {
.box-form-right-pad {padding-left: 50px;}
}
@media only screen and (max-width: 1366px) {
.bg-input-form {min-height: 405px;}
.box-form-right-pad {padding-left: 40px;}
}
@media only screen and (max-width: 1280px){
.box-form-right-pad {padding-left: 50px;}
}
@media only screen and (max-width: 1180px){
   .bg-input-form {
   
} 
}
@media only screen and (max-width: 1024px){
.box-form-right-pad {padding-left: 69px;}
}


@media only screen and (max-width: 980px){
.box-form-right-pad {padding-left: 73px;}
}
@media only screen and (max-width: 810px){
   .pad-top-14 {padding-top: 20%!important;}
   .txt-whist {margin-bottom: 55px;}
   .text-whis-right {margin-top: 0;}
   .box-form-left, .box-form-right {width: 100%;}
   .box-form-left {margin-bottom: 10px;}
   .box-form-right {margin-bottom: 18px;}
   .bg-input-form {min-height: auto;}
   .box-policy-2 {position: relative;}
   #drop-zone input {left: 35px!important;}
   .txt-whist br{display: block;}
}
@media only screen and (max-width: 768px){
.box-form-right-pad {padding-left: 0;}
}
@media only screen and (max-width: 640px){
   .pad-top-14 {padding-top: 25%!important;}
   .txt-whist {margin-bottom: 35px;}
}


@media (min-width:0px) and (max-width:544px) {
  .visible-xs {
    display: block !important
  }
}
@media (min-width: 0px) and (max-width: 480px) {
.pad-h1-title {padding-left: 84px;}
}    
@media (min-width: 0px) and (max-width: 414px) {
    .pad-top-14 {padding-top: 35%!important;}
}

@media (min-width:545px) and (max-width:768px) {
  .visible-sm {
    display: block !important
  }
}
@media (min-width:769px) and (max-width:992px) {
  .visible-md {
    display: block !important
  }
}
@media (min-width:993px) and (max-width:1200px) {
  .visible-lg {
    display: block !important
  }
}
@media (min-width:1201px) {
  .visible-xl {
    display: block !important
  }
}
@media (min-width:0px) and (max-width:544px) {
  .hidden-xs {
    display: none !important
  }
}
@media (min-width:545px) and (max-width:768px) {
  .hidden-sm {
    display: none !important
  }
}
@media (min-width:769px) and (max-width:992px) {
  .hidden-md {
    display: none !important
  }
}
@media (min-width:993px) and (max-width:1200px) {
  .hidden-lg {
    display: none !important
  }
}
@media (min-width:1201px) {
  .hidden-xl {
    display: none !important
  }
}
/*END SHOW-HIDE RESPONSIVE*/
.float-none {
  float: none !important;
}