.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.twenty20{
margin-bottom: 20px;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
content: " ";
display: block;
background: white;
position: absolute;
z-index: 30;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
width: 3px;
height: 9999px;
left: 50%;
margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
width: 9999px;
height: 3px;
top: 50%;
margin-top: -1.5px; }
.twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%; }
.twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity; }
.twentytwenty-before-label, .twentytwenty-after-label {
color: white;
font-size: 13px;
letter-spacing: 0.1em; }
.twentytwenty-before-label, .twentytwenty-after-label {
position: absolute;
background: rgba(255, 255, 255, 0.2);
line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
}
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
top: 50%;
margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
left: 50%;
margin-left: -6px; }
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none; }
.twentytwenty-container img {
max-width: 100%;
width: 100%;
position: absolute;
top: 0;
display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
opacity: 0; }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
.twentytwenty-before-label {
opacity: 0; }
.twentytwenty-before-label {
}
.twentytwenty-container.t20-hover.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.t20-hover.active .twentytwenty-overlay .twentytwenty-after-label{
opacity: 1;
}
.twentytwenty-after-label {
opacity: 0; }
.twentytwenty-after-label {
}
.twentytwenty-horizontal .twentytwenty-before-label {
left: 1px;
bottom: 0px;
max-width: 50%;
box-sizing: border-box;
line-height: inherit;
padding: 4px; }
.twentytwenty-horizontal .twentytwenty-after-label {
right: 1px;
bottom: 0px;
max-width: 50%;
box-sizing: border-box;
line-height: inherit;
padding: 4px; }
.twentytwenty-vertical .twentytwenty-before-label {
top: 1px;
line-height: inherit;
padding: 6px;
box-sizing: border-box;}
.twentytwenty-vertical .twentytwenty-after-label {
bottom: 1px;
line-height: inherit;
padding: 6px;
box-sizing: border-box; }
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(0, 0, 0, 0);
z-index: 25; }
.twentytwenty-overlay:hover {
background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1; }
.twentytwenty-before {
z-index: 20; }
.twentytwenty-after {
z-index: 10; }
.twentytwenty-handle {
height: 38px;
width: 38px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -22px;
margin-top: -22px;
border: 3px solid white;
-webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 1000px;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
z-index: 40;
cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {
bottom: 50%;
margin-bottom: 22px;
-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {
top: 50%;
margin-top: 22px;
-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {
border-right: 6px solid white;
left: 50%;
margin-left: -17px; }
.twentytwenty-right-arrow {
border-left: 6px solid white;
right: 50%;
margin-right: -17px; }
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px; }
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px; }@font-face {
font-family: "System Font";
font-style: normal;
src: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
} @font-face {
font-family: 'iconmeta';
src:  url(//www.alphaais.co.th/wp-content/themes/bravada/resources/fonts/iconmeta.eot?9qd1ry);
src:  url(//www.alphaais.co.th/wp-content/themes/bravada/resources/fonts/iconmeta.eot?9qd1ry#iefix) format('embedded-opentype'),
url(//www.alphaais.co.th/wp-content/themes/bravada/resources/fonts/iconmeta.ttf?9qd1ry) format('truetype'),
url(//www.alphaais.co.th/wp-content/themes/bravada/resources/fonts/iconmeta.woff?9qd1ry) format('woff'),
url(//www.alphaais.co.th/wp-content/themes/bravada/resources/fonts/iconmeta.svg?9qd1ry#iconmeta) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"]::before,
[class*=" icon-"]::before {
font-family: 'iconmeta';
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: inherit;
cursor: inherit;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .icon-category::before { content: "\e089"; }
.icon-author::before { content: "\e005"; }
.icon-date::before { content: "\e081"; }
.icon-tag::before { content: "\e055"; }
.icon-comments::before { content: "\e07d"; }
.icon-edit::before { content: "\e060"; }
.icon-arrow::before { content: "\e907"; } .icon-bread-home::before {  content: "\e069"; }
.icon-bread-arrow::before {  content: "\e905"; } .icon-search::before { content: "\e090"; }
.icon-pagination-left::before {  content: "\e807"; }
.icon-pagination-right::before {  content: "\e808"; }
.icon-continue-reading::before {  content: "\e0a3"; }
.icon-fixed-nav::before {  content: "\e684"; }
.icon-menu::before { content: "\e120"; }
.icon-cancel::before { content: "\e117"; } .icon-back2top::before { content: '\e90a'; }
.icon-back2top::after { content: '\e90a'; } .icon-image::before { content: "\e941"; }
.icon-audio::before { content: "\e952"; }
.icon-video::before { content: "\e963"; }
.icon-status::before { content: "\e945"; }
.icon-aside::before { content: "\e959"; }
.icon-link::before { content: "\e948"; }
.icon-chat::before { content: "\e92f"; }
.icon-quote::before { content: "\e957"; }
.icon-gallery::before { content: "\e942"; }
.entry-content blockquote::before { content: "\e915"; }
.icon-user-female::before {
content: "\e000";
}
.icon-screen-smartphone::before {
content: "\e010";
}
.icon-screen-desktop::before {
content: "\e011";
}
.icon-plane::before {
content: "\e012";
}
.icon-notebook::before {
content: "\e013";
}
.icon-moustache::before {
content: "\e014";
}
.icon-energy::before {
content: "\e020";
}
.icon-emoticon-smile::before {
content: "\e021";
}
.icon-disc::before {
content: "\e022";
}
.icon-credit-card::before {
content: "\e025";
}
.icon-chemistry::before {
content: "\e026";
}
.icon-user::before {
content: "\e005";
}
.icon-speedometer::before {
content: "\e007";
}
.icon-screen-tablet::before {
content: "\e00f";
}
.icon-magic-wand::before {
content: "\e017";
}
.icon-hourglass::before {
content: "\e018";
}
.icon-game-controller::before {
content: "\e01b";
}
.icon-fire::before {
content: "\e01c";
}
.icon-eyeglasses::before {
content: "\e01d";
}
.icon-envelope-open::before {
content: "\e01e";
}
.icon-bell::before {
content: "\e027";
}
.icon-badge::before {
content: "\e028";
}
.icon-wallet::before {
content: "\e02a";
}
.icon-vector::before {
content: "\e02b";
}
.icon-speech::before {
content: "\e02c";
}
.icon-puzzle::before {
content: "\e02d";
}
.icon-pin::before {
content: "\e031";
}
.icon-picture::before {
content: "\e032";
}
.icon-map::before {
content: "\e033";
}
.icon-layers::before {
content: "\e034";
}
.icon-handbag::before {
content: "\e035";
}
.icon-globe-alt::before {
content: "\e036";
}
.icon-globe::before {
content: "\e037";
}
.icon-frame::before {
content: "\e038";
}
.icon-folder-alt::before {
content: "\e039";
}
.icon-film::before {
content: "\e03a";
}
.icon-feed::before {
content: "\e03b";
}
.icon-earphones-alt::before {
content: "\e03c";
}
.icon-earphones::before {
content: "\e03d";
}
.icon-drop::before {
content: "\e03e";
}
.icon-drawer::before {
content: "\e03f";
}
.icon-docs::before {
content: "\e040";
}
.icon-directions::before {
content: "\e041";
}
.icon-direction::before {
content: "\e042";
}
.icon-diamond::before {
content: "\e043";
}
.icon-cup::before {
content: "\e044";
}
.icon-compass::before {
content: "\e045";
}
.icon-call-end::before {
content: "\e048";
}
.icon-calculator::before {
content: "\e049";
}
.icon-bubbles::before {
content: "\e04a";
}
.icon-briefcase::before {
content: "\e04b";
}
.icon-book-open::before {
content: "\e04c";
}
.icon-basket-loaded::before {
content: "\e04d";
}
.icon-basket::before {
content: "\e04e";
}
.icon-bag::before {
content: "\e04f";
}
.icon-action-undo::before {
content: "\e050";
}
.icon-action-redo::before {
content: "\e051";
}
.icon-trash::before {
content: "\e054";
}
.icon-tag::before {
content: "\e055";
}
.icon-support::before {
content: "\e056";
}
.icon-share-alt::before {
content: "\e05a";
}
.icon-share::before {
content: "\e05b";
}
.icon-question::before {
content: "\e05d";
}
.icon-pencil::before {
content: "\e05f";
}
.icon-note::before {
content: "\e060";
}
.icon-music-tone-alt::before {
content: "\e061";
}
.icon-music-tone::before {
content: "\e062";
}
.icon-microphone::before {
content: "\e063";
}
.icon-list::before {
content: "\e067";
}
.icon-home::before {
content: "\e069";
}
.icon-grid::before {
content: "\e06a";
}
.icon-graph::before {
content: "\e06b";
}
.icon-cursor::before {
content: "\e06e";
}
.icon-control-play::before {
content: "\e071";
}
.icon-calendar::before {
content: "\e075";
}
.icon-bulb::before {
content: "\e076";
}
.icon-bar-chart::before {
content: "\e077";
}
.icon-arrow-up::before {
content: "\e078";
}
.icon-arrow-right::before {
content: "\e079";
}
.icon-arrow-left::before {
content: "\e07a";
}
.icon-arrow-down::before {
content: "\e07b";
}
.icon-ban::before {
content: "\e07c";
}
.icon-bubble::before {
content: "\e07d";
}
.icon-camcorder::before {
content: "\e07e";
}
.icon-camera::before {
content: "\e07f";
}
.icon-check::before {
content: "\e080";
}
.icon-clock::before {
content: "\e081";
}
.icon-close::before {
content: "\e082";
}
.icon-envelope::before {
content: "\e086";
}
.icon-eye::before {
content: "\e087";
}
.icon-flag::before {
content: "\e088";
}
.icon-folder::before {
content: "\e089";
}
.icon-heart::before {
content: "\e08a";
}
.icon-info::before {
content: "\e08b";
}
.icon-key::before {
content: "\e08c";
}
.icon-link::before {
content: "\e08d";
}
.icon-lock::before {
content: "\e08e";
}
.icon-lock-open::before {
content: "\e08f";
}
.icon-magnifier::before {
content: "\e090";
}
.icon-magnifier-add::before {
content: "\e091";
}
.icon-magnifier-remove::before {
content: "\e092";
}
.icon-paper-clip::before {
content: "\e093";
}
.icon-paper-plane::before {
content: "\e094";
}
.icon-plus::before {
content: "\e095";
}
.icon-pointer::before {
content: "\e096";
}
.icon-power::before {
content: "\e097";
}
.icon-refresh::before {
content: "\e098";
}
.icon-reload::before {
content: "\e099";
}
.icon-settings::before {
content: "\e09a";
}
.icon-star::before {
content: "\e09b";
}
.icon-target::before {
content: "\e09e";
}
.icon-volume-1::before {
content: "\e09f";
}
.icon-volume-2::before {
content: "\e0a0";
}
.icon-volume-off::before {
content: "\e0a1";
}
.icon-users::before {
content: "\e001";
}
.icon-clock1::before {
content: "\e0a9";
}
.icon-search2::before {
content: "\e0a8";
}
.icon-head::before {
content: "\e0a7";
}
.icon-arrow-left1::before {
content: "\e0a2";
}
.icon-arrow-right1::before {
content: "\e0a3";
}
.icon-arrow-up1::before {
content: "\e0a4";
}
.icon-arrow-down1::before {
content: "\e0a5";
}
.icon-volume::before {
content: "\e0a6";
}
.icon-plus1::before {
content: "\e114";
}
.icon-minus::before {
content: "\e115";
}
.icon-check1::before {
content: "\e116";
}
.icon-cross::before {
content: "\e117";
}
.icon-menu2::before {
content: "\e120";
}
.icon-ellipsis::before {
content: "\e129";
}
.icon-search::before {
content: "\e618";
}
.icon-refresh1::before {
content: "\e61c";
}
.icon-close1::before {
content: "\e680";
}
.icon-angle-up::before {
content: "\e682";
}
.icon-angle-right::before {
content: "\e684";
}
.icon-angle-left::before {
content: "\e686";
}
.icon-angle-down::before {
content: "\e688";
}
.icon-refresh-2::before {
content: "\e6c2";
}
.icon-chevron-down::before {
content: "\e900";
}
.icon-chevron-left::before {
content: "\e901";
}
.icon-chevron-right::before {
content: "\e902";
}
.icon-chevron-small-down::before {
content: "\e903";
}
.icon-chevron-small-left::before {
content: "\e904";
}
.icon-chevron-small-right::before {
content: "\e905";
}
.icon-chevron-small-up::before {
content: "\e906";
}
.icon-chevron-thin-down::before {
content: "\e907";
}
.icon-chevron-thin-left::before {
content: "\e908";
}
.icon-chevron-thin-right::before {
content: "\e909";
}
.icon-chevron-thin-up::before {
content: "\e90a";
}
.icon-chevron-up::before {
content: "\e90b";
}
.icon-circular-graph::before {
content: "\e90c";
}
.icon-cross2::before {
content: "\e90d";
}
.icon-magnifying-glass::before {
content: "\e911";
}
.icon-menu3::before {
content: "\e912";
}
.icon-quote::before {
content: "\e915";
}
.icon-el-comment::before {
content: "\e800";
}
.icon-el-user::before {
content: "\e801";
}
.icon-el-tag::before {
content: "\e802";
}
.icon-el-down-dir::before {
content: "\e803";
}
.icon-el-edit::before {
content: "\e804";
}
.icon-el-category::before {
content: "\e805";
}
.icon-el-right-dir::before, .icon-right-dir::before {
content: "\e806";
}
.icon-el-angle-left::before {
content: "\e807";
}
.icon-el-angle-right::before {
content: "\e808";
}
.icon-el-angle-up::before {
content: "\e809";
}
.icon-el-angle-down::before {
content: "\e80a";
}
.icon-el-minus::before {
content: "\e80b";
}
.icon-el-left-open::before {
content: "\e80c";
}
.icon-el-time::before {
content: "\e80d";
}
.icon-el-up::before {
content: "\e80e";
}
.icon-el-quote::before {
content: "\e80f";
}
.icon-el-bookmark::before {
content: "\e810";
}
.icon-el-left-dir::before {
content: "\e811";
}
.icon-el-up-open::before {
content: "\e812";
}
.icon-el-ok::before {
content: "\e813";
}
.icon-el-cancel::before {
content: "\e814";
}
.icon-el-comments::before {
content: "\e815";
}
.icon-el-search::before {
content: "\e816";
}
.icon-el-category2::before {
content: "\e817";
}
.icon-el-link::before {
content: "\e818";
}
.icon-el-up-dir::before {
content: "\e819";
}
.icon-el-info::before {
content: "\e81a";
}
.icon-el-share::before {
content: "\e81b";
}
.icon-el-folder-close::before {
content: "\e81c";
}
.icon-el-folder-open::before {
content: "\e81d";
}
.icon-el-right-open::before {
content: "\e81e";
}
.icon-el-home::before {
content: "\e81f";
}
.icon-el-menu::before {
content: "\e820";
}
.icon-el-plus::before {
content: "\e821";
}
.icon-el-down-open::before {
content: "\e822";
}
.icon-el-audio::before {
content: "\e823";
}
.icon-el-image::before {
content: "\e824";
}
.icon-el-camera::before {
content: "\e825";
}
.icon-el-down::before {
content: "\e826";
}
.icon-el-left::before {
content: "\e827";
}
.icon-el-right::before {
content: "\e828";
}
.icon-el-video::before {
content: "\e829";
}
.icon-el-aside::before {
content: "\e82a";
}
.icon-el-date::before {
content: "\e82b";
}
.icon-el-star-empty::before {
content: "\e82c";
}
.icon-el-star::before {
content: "\e82d";
}
.icon-el-mail::before {
content: "\e82e";
}
.icon-el-home-1::before {
content: "\e82f";
}
.icon-el-attach::before {
content: "\e830";
}
.icon-el-eye::before, .icon-eye-on::before {
content: "\e831";
}
.icon-el-eye-off::before,.icon-eye-off::before {
content: "\e832";
}
.icon-el-tags::before {
content: "\e833";
}
.icon-el-flag::before {
content: "\e834";
}
.icon-el-warning::before {
content: "\e835";
}
.icon-el-location::before {
content: "\e836";
}
.icon-el-trash::before {
content: "\e837";
}
.icon-el-doc::before {
content: "\e838";
}
.icon-el-phone::before {
content: "\e839";
}
.icon-el-cog::before {
content: "\e83a";
}
.icon-el-basket::before {
content: "\e83b";
}
.icon-el-basket-circled::before {
content: "\e83c";
}
.icon-el-wrench::before {
content: "\e83d";
}
.icon-el-wrench-circled::before {
content: "\e83e";
}
.icon-el-mic::before {
content: "\e83f";
}
.icon-el-volume::before {
content: "\e840";
}
.icon-el-volume-down::before {
content: "\e841";
}
.icon-el-volume-off::before {
content: "\e842";
}
.icon-el-headphones::before {
content: "\e843";
}
.icon-el-lightbulb::before {
content: "\e844";
}
.icon-el-resize-full::before {
content: "\e845";
}
.icon-el-resize-full-alt::before {
content: "\e846";
}
.icon-el-resize-small::before {
content: "\e847";
}
.icon-el-resize-vertical::before {
content: "\e848";
}
.icon-el-resize-horizontal::before {
content: "\e849";
}
.icon-el-move::before {
content: "\e84a";
}
.icon-el-zoom-in::before {
content: "\e84b";
}
.icon-el-zoom-out::before {
content: "\e84c";
}
.icon-el-arrows-cw::before {
content: "\e84d";
}
.icon-el-desktop::before {
content: "\e84e";
}
.icon-el-inbox::before {
content: "\e84f";
}
.icon-el-cloud::before {
content: "\e850";
}
.icon-el-book::before {
content: "\e851";
}
.icon-el-certificate::before {
content: "\e852";
}
.icon-el-tasks::before {
content: "\e853";
}
.icon-el-thumbs-up::before {
content: "\e854";
}
.icon-el-thumbs-down::before {
content: "\e855";
}
.icon-el-help-circled::before {
content: "\e856";
}
.icon-el-star-circled::before {
content: "\e857";
}
.icon-el-bell::before {
content: "\e858";
}
.icon-el-rss::before {
content: "\e859";
}
.icon-el-trash-circled::before {
content: "\e85a";
}
.icon-el-cogs::before {
content: "\e85b";
}
.icon-el-cog-circled::before {
content: "\e85c";
}
.icon-el-calendar-circled::before {
content: "\e85d";
}
.icon-el-mic-circled::before {
content: "\e85e";
}
.icon-el-volume-up::before {
content: "\e85f";
}
.icon-el-print::before {
content: "\e860";
}
.icon-el-edit-alt::before {
content: "\e861";
}
.icon-el-edit-2::before {
content: "\e862";
}
.icon-el-block::before {
content: "\e863";
} #access > div > ul li > a:not(:only-child) > span::after { content: "\e903"; } .dropdown-toggle::after { content: "\e900"; } .comment .reply i::before {} .main #content-masonry .format-link::after { content: "\e08d"; } .bravada-comment-icons .comment-form-author > em::before { content: "\e005"; }
.bravada-comment-icons .comment-form-email > em::before { content: "\e086"; }
.bravada-comment-icons .comment-form-url > em::before { content: "\e037"; }
.bravada-comment-icons .comment-form-comment > em::before { content: "\e05f"; } .icon-widget-time::before { content: "\e081"; }
.icon-widget-star::before { content: "\e09b"; }
.icon-widget-comments::before { content: "\e04a"; }
.icon-widget-tags::before { content: "\e055"; } .icon-widget-location::before { content: "\e033"; }
.icon-widget-phone::before { content: "\e048"; }
.icon-widget-mobile::before { content: "\e010"; }
.icon-widget-mail::before { content: "\e086"; }
.icon-widget-link::before { content: "\e037"; }
.icon-widget-opening-hours::before { content: "\e081"; } .icon-template-location::before { content: "\e033"; }
.icon-template-phone::before { content: "\e048"; }
.icon-template-mobile::before { content: "\e010"; }
.icon-template-mail::before { content: "\e086"; }
.icon-template-opening-hours::before { content: "\e081"; } .panel-default > .panel-heading > .panel-title > a::before { content: "\e814"; } @font-face {
font-family: 'socials';
src: url(//www.alphaais.co.th/wp-content/themes/bravada/resources/fonts/socials.eot);
src: url(//www.alphaais.co.th/wp-content/themes/bravada/resources/fonts/socials.eot?#iefix) format('embedded-opentype'),
url(//www.alphaais.co.th/wp-content/themes/bravada/resources/fonts/socials.woff) format('woff'),
url(//www.alphaais.co.th/wp-content/themes/bravada/resources/fonts/socials.ttf) format('truetype'),
url(//www.alphaais.co.th/wp-content/themes/bravada/resources/fonts/socials.svg?#socials) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.socials a::before,
.socials a::after,
[class^="socicon-"]::before,
[class*=" socicon-"]::before {
font-family: "socials";
font-style: normal;
font-weight: normal;
speak: never;
content:  '\e83d';
display: inline-block;
text-decoration: inherit;
text-align: center;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.socials a[href*=".com"]::before, .socials a { }
.socials a[href*="duckduckgo.com"]::before, .socials a.duckduckgo::before { content: '\e801'; }
.socials a[href*="aim.com"]::before, .socials a.aim::before { content: '\e802'; }
.socials a[href*="delicious.com"]::before, .socials a.delicious::before { content: '\e803'; }
.socials a[href*="paypal.com"]::before, .socials a.paypal::before { content: '\e804'; }
.socials a[href*="flattr.com"]::before, .socials a.flattr::before { content: '\e805'; }
.socials a.android::before { content: '\e806'; }
.socials a[href*="eventful.com"]::before, .socials a.eventful::before { content: '\e807'; }
.socials a[href*="smashingmagazine.com"]::before, .socials a.smashingmagazine::before { content: '\e808'; } .socials a[href*="wikipedia.org"]::before, .socials a.wikipedia::before { content: '\e80a'; }
.socials a[href*="lanyrd.com"]::before, .socials a.lanyrd::before { content: '\e80b'; }
.socials a.calendar::before { content: '\e80c'; }
.socials a[href*="stumbleupon.com"]::before, .socials a.stumbleupon::before { content: '\e80d'; }
.socials a[href*="500px.com"]::before, .socials a.\35 00px::before { content: '\e80e'; }
.socials a[href*="pinterest.com"]::before, .socials a.pinterest::before { content: '\e80f'; }
.socials a.bitcoin::before { content: '\e810'; }
.socials a.firefox::before { content: '\e811'; }
.socials a[href*="foursquare.com"]::before, .socials a.foursquare::before { content: '\e812'; }
.socials a.chrome::before { content: '\e813'; }
.socials a.ie::before, .socials a.internetexplorer { content: '\e814'; }
.socials a.phone2::before { content: '\e815'; }
.socials a[href*="grooveshark.im"]::before, .socials a.grooveshark::before { content: '\e816'; }
.socials a[href*="99designs.com"]::before, .socials a.\39 9designs::before { content: '\e817'; }
.socials a.code::before { content: '\e818'; }
.socials a[href*="digg.com"]::before, .socials a.digg::before { content: '\e819'; }
.socials a[href*="spotify.com"]::before, .socials a.spotify::before { content: '\e81a'; }
.socials a[href*="reddit.com"]::before, .socials a.reddit::before { content: '\e81b'; }
.socials a.about::before { content: '\e81c'; }
.socials a[href*="codeopen.io"]::before, .socials a.codeopen::before { content: '\e81d'; }
.socials a[href*="itunes.apple.com"]::before, .socials a.appstore::before { content: '\e81e'; }
.socials a[href*="creativecommons.org"]::before, .socials a.cc::before, .socials a.creativecommons { content: '\e820'; }
.socials a[href*="dribble.com"]::before, .socials a.dribbble::before { content: '\e821'; }
.socials a[href*="evernote.com"]::before, .socials a.evernote::before { content: '\e822'; }
.socials a[href*="flickr.com"]::before, .socials a.flickr::before { content: '\e823'; }
.socials a.link2::before, .socials a.url2 { content: '\e824'; }
.socials a[href*="viadeo.com"]::before, .socials a.viadeo::before { content: '\e825'; }
.socials a[href*="instapaper.com"]::before, .socials a.instapaper::before { content: '\e826'; }
.socials a[href*="weibo.com"]::before, .socials a.weibo::before { content: '\e827'; }
.socials a[href*="klout.com"]::before, .socials a.klout::before { content: '\e828'; }
.socials a[href*="linkedin.com"]::before, .socials a.linkedin::before { content: '\e829'; }
.socials a[href*="meetup.com"]::before, .socials a.meetup::before { content: '\e82a'; }
.socials a[href*="vk.com"]::before, .socials a.vk::before { content: '\e82b'; }
.socials a[href*="plancast.com"]::before, .socials a.plancast::before { content: '\e82c'; }
.socials a[href*="disqus.com"]::before, .socials a.disqus::before { content: '\e82d'; }
.socials a[href*="/feed"]::before, .socials a[href*="/rss"]::before, .socials a.rss::before, .socials a.feed::before { content: '\e82e'; }
.socials a[href^="callto:"]::before, .socials a.skype::before { content: '\e82f'; }
.socials a.twitter-old::before { content: '\e830'; }
.socials a[href*="youtube.com"]::before, .socials a.youtube::before { content: '\e831'; }
.socials a[href*="vimeo.com"]::before, .socials a.vimeo::before { content: '\e832'; }
.socials a.windows::before { content: '\e833'; }
.socials a[href*="xing.com"]::before, .socials a.xing::before { content: '\e834'; }
.socials a[href*="yahoo.com"]::before, .socials a.yahoo::before { content: '\e835'; } .socials a[href*="mailto:"]::before, .socials a.email::before { content: '\e837'; }
.socials a.cloud::before { content: '\e838'; }
.socials a[href*="myspace.com"]::before, .socials a.myspace::before { content: '\e839'; }
.socials a.podcast::before { content: '\e83a'; }
.socials a[href*="amazon.com"]::before, .socials a.amazon::before { content: '\e83b'; }
.socials a[href*="steampowered.com"]::before, .socials a.steam::before { content: '\e83c'; }
.socials a.link::before { content: '\e83d'; }
.socials a[href*="dropbox.com"]::before, .socials a.dropbox::before { content: '\e83e'; }
.socials a[href*="ebay."]::before, .socials a.ebay::before { content: '\e83f'; }
.socials a[href*="facebook.com"]::before, .socials a.facebook::before { content: '\e840'; }
.socials a.github2::before { content: '\e841'; }
.socials a[href*="github.com"]::before, .socials a.github::before { content: '\e842'; }
.socials a[href*="play.google.com"]::before, .socials a.googleplay::before { content: '\e843'; }
.socials a.itunes::before { content: '\e844'; }
.socials a[href*="plurk.com"]::before, .socials a.plurk::before { content: '\e845'; }
.socials a[href*="songkick.com"]::before, .socials a.songkick::before { content: '\e846'; }
.socials a[href*="last.fm"]::before, .socials a.lastfm::before { content: '\e847'; }
.socials a[href*="gmail.com"]::before, .socials a.gmail::before { content: '\e848'; }
.socials a[href*="pinboard.in"]::before, .socials a.pinboard::before { content: '\e849'; }
.socials a[href*="openid.net"]::before, .socials a.openid::before { content: '\e84a'; }
.socials a[href*="quora.com"]::before, .socials a.quora::before { content: '\e84b'; }
.socials a[href*="soundcloud.com"]::before, .socials a.soundcloud::before { content: '\e84c'; }
.socials a[href*="tumblr.com"]::before, .socials a.tumblr::before { content: '\e84d'; } .socials a[href*="wordpress.com"]::before, .socials a[href*="wordpress.org"]::before, .socials a.wordpress::before { content: '\e84f'; }
.socials a[href*="yelp.com"]::before, .socials a.yelp::before { content: '\e850'; }
.socials a[href*="intensedebate.com"]::before, .socials a.intensedebate::before { content: '\e851'; }
.socials a[href*="eventbrite.com"]::before, .socials a.eventbrite::before { content: '\e852'; }
.socials a[href*="scribd.com"]::before, .socials a.scribd::before { content: '\e853'; } .socials a[href*="stripe.com"]::before, .socials a.stripe::before { content: '\e855'; }
.socials a[href*="opentable.com"]::before, .socials a.opentable::before { content: '\e856'; }
.socials a.cart::before { content: '\e857'; }
.socials a.opera::before { content: '\e858'; }
.socials a[href*="angel.co"]::before, .socials a.angellist::before { content: '\e859'; }
.socials a[href*="instagram.com"]::before, .socials a.instagram::before { content: '\e85a'; }
.socials a[href*="dwolla.com"]::before, .socials a.dwolla::before { content: '\e85b'; }
.socials a[href*="app.net"]::before, .socials a.appnet::before { content: '\e85c'; }
.socials a[href*="drupal.org"]::before, .socials a.drupal::before { content: '\e85f'; }
.socials a[href*="buffer.com"]::before, .socials a.buffer::before { content: '\e860'; }
.socials a[href*="getpocket.com"]::before, .socials a.pocket::before { content: '\e861'; }
.socials a[href*="bitbucket.org"]::before, .socials a.bitbucket::before { content: '\e862'; }
.socials a[href^="tel:"]::before, .socials a.phone::before { content: '\e863'; }
.socials a[href*="stackoverflow.com"]::before, .socials a.stackoverflow::before { content: '\e865'; }
.socials a[href*="news.ycombinator.com"]::before, .socials a.hackernews::before { content: '\e866'; }
.socials a.lkdto::before { content: '\e867'; }
.socials a.twitter2::before { content: '\e868'; }
.socials a.phone3::before { content: '\e869'; }
.socials a.mobile::before { content: '\e86a'; }
.socials a.support::before { content: '\e86b'; }
.socials a[href*="twitch.tv"]::before, .socials a.twitch::before { content: '\e86c'; }
.socials a.beer::before { content: '\e86d'; } .socials a.facebook-old::before { content: '\e905'; }
.socials a.github-old::before { content: '\e909'; }
.socials a.googleplay-old::before { content: '\e90a'; }
.socials a.paypal-old::before { content: '\e90c'; }
.socials a.linkedin-old::before { content: '\e911'; }
.socials a.reddit-old::before { content: '\e912'; }
.socials a.youtube-old::before { content: '\e918'; }
.socials a.wordpress-old::before { content: '\e91b'; }
.socials a.stripe-old::before { content: '\e928'; }
.socials a.steam-old::before { content: '\e92a'; }
.socials a.spotify-old::before { content: '\e92b'; }
.socials a.skype-old::before { content: '\e92e'; } .socials a[href*="rumble.com"]::before, .socials a.rumble::before { content: "\e900"; }
.socials a[href*="alipay.com"]::before, .socials a.alipay::before { content: "\e901"; }
.socials a[href*="behance.net"]::before, .socials a.behance::before { content: "\e902"; }
.socials a.apple::before { content: "\e903"; }
.socials a[href*="git-scm.com"]::before, .socials a.git::before { content: "\e904"; }
.socials a.bootstrap-fill::before { content: "\e906"; }
.socials a.bootstrap::before { content: "\e907"; }
.socials a[href*="gitlab.com"]::before, .socials a.gitlab::before { content: "\e908"; }
.socials a.google::before { content: "\e90b"; }
.socials a.microsoft-teams::before { content: "\e90d"; }
.socials a.microsoft::before { content: "\e90e"; }
.socials a[href^="https://m.me"]::before, .socials a[href^="http://m.me"]::before, .socials a.messenger::before { content: "\e90f"; }
.socials a[href*="mastodon.social"]::before, .socials a[href*="mstdn.social"]::before,
.socials a[href*="mas.to"]::before, .socials a[href*="mastodon.cloud"]::before, .socials a.mastodon::before { content: "\e910"; }
.socials a.qr-code::before { content: "\e914"; }
.socials a.person-square::before { content: "\e915"; }
.socials a.person-circle::before { content: "\e916"; }
.socials a.person::before { content: "\e917"; }
.socials a[href*="xbox.com"]::before, .socials a.xbox::before { content: "\e91a"; }
.socials a[href^="https://wa.me"]::before, .socials a[href^="http://wa.me"]::before, .socials a.whatsapp::before { content: "\e91d"; }
.socials a[href*="unity.com"]::before, .socials a.unity::before { content: "\e91e"; }
.socials a[href*="twitter.com"]::before, .socials a.twitter::before { content: "\e920"; }
.socials a[href*="trello.com"]::before, .socials a.trello::before { content: "\e922"; }
.socials a.tiktok::before { content: "\e923"; }
.socials a.threads-fill::before { content: "\e924"; }
.socials a[href*="threads.net"]::before, .socials a.threads::before { content: "\e925"; }
.socials a[href*="telegram.org"]::before, .socials a[href^="https://t.me"]::before, .socials a[href^="http://t.me"]::before, .socials a.telegram::before { content: "\e926"; }
.socials a[href*="substack.com"]::before, .socials a.substack::before { content: "\e927"; }
.socials a[href*="sourceforge.net"]::before, .socials a.sourceforge::before { content: "\e92c"; }
.socials a[href*="snapchat.com"]::before, .socials a.snapchat::before { content: "\e92d"; }
.socials a[href*="signal.org"]::before, .socials a.signal::before { content: "\e92f"; }
.socials a[href*="duckduckgo.com"]::after, .socials a.duckduckgo::after { content: '\e801'; }
.socials a[href*="aim.com"]::after, .socials a.aim::after { content: '\e802'; }
.socials a[href*="delicious.com"]::after, .socials a.delicious::after { content: '\e803'; }
.socials a[href*="paypal.com"]::after, .socials a.paypal::after { content: '\e804'; }
.socials a[href*="flattr.com"]::after, .socials a.flattr::after { content: '\e805'; }
.socials a.android::after { content: '\e806'; }
.socials a[href*="eventful.com"]::after, .socials a.eventful::after { content: '\e807'; }
.socials a[href*="smashingmagazine.com"]::after, .socials a.smashingmagazine::after { content: '\e808'; } .socials a[href*="wikipedia.org"]::after, .socials a.wikipedia::after { content: '\e80a'; }
.socials a[href*="lanyrd.com"]::after, .socials a.lanyrd::after { content: '\e80b'; }
.socials a.calendar::after { content: '\e80c'; }
.socials a[href*="stumbleupon.com"]::after, .socials a.stumbleupon::after { content: '\e80d'; }
.socials a[href*="500px.com"]::after, .socials a.\35 00px::after { content: '\e80e'; }
.socials a[href*="pinterest.com"]::after, .socials a.pinterest::after { content: '\e80f'; }
.socials a.bitcoin::after { content: '\e810'; }
.socials a.firefox::after { content: '\e811'; }
.socials a[href*="foursquare.com"]::after, .socials a.foursquare::after { content: '\e812'; }
.socials a.chrome::after { content: '\e813'; }
.socials a.ie::after, .socials a.internetexplorer { content: '\e814'; }
.socials a.phone2::after { content: '\e815'; }
.socials a[href*="grooveshark.im"]::after, .socials a.grooveshark::after { content: '\e816'; }
.socials a[href*="99designs.com"]::after, .socials a.\39 9designs::after { content: '\e817'; }
.socials a.code::after { content: '\e818'; }
.socials a[href*="digg.com"]::after, .socials a.digg::after { content: '\e819'; }
.socials a[href*="spotify.com"]::after, .socials a.spotify::after { content: '\e81a'; }
.socials a[href*="reddit.com"]::after, .socials a.reddit::after { content: '\e81b'; }
.socials a.about::after { content: '\e81c'; }
.socials a[href*="codeopen.io"]::after, .socials a.codeopen::after { content: '\e81d'; }
.socials a[href*="itunes.apple.com"]::after, .socials a.appstore::after { content: '\e81e'; }
.socials a[href*="creativecommons.org"]::after, .socials a.cc::after, .socials a.creativecommons { content: '\e820'; }
.socials a[href*="dribble.com"]::after, .socials a.dribbble::after { content: '\e821'; }
.socials a[href*="evernote.com"]::after, .socials a.evernote::after { content: '\e822'; }
.socials a[href*="flickr.com"]::after, .socials a.flickr::after { content: '\e823'; }
.socials a.link2::after, .socials a.url2 { content: '\e824'; }
.socials a[href*="viadeo.com"]::after, .socials a.viadeo::after { content: '\e825'; }
.socials a[href*="instapaper.com"]::after, .socials a.instapaper::after { content: '\e826'; }
.socials a[href*="weibo.com"]::after, .socials a.weibo::after { content: '\e827'; }
.socials a[href*="klout.com"]::after, .socials a.klout::after { content: '\e828'; }
.socials a[href*="linkedin.com"]::after, .socials a.linkedin::after { content: '\e829'; }
.socials a[href*="meetup.com"]::after, .socials a.meetup::after { content: '\e82a'; }
.socials a[href*="vk.com"]::after, .socials a.vk::after { content: '\e82b'; }
.socials a[href*="plancast.com"]::after, .socials a.plancast::after { content: '\e82c'; }
.socials a[href*="disqus.com"]::after, .socials a.disqus::after { content: '\e82d'; }
.socials a[href*="/feed"]::after, .socials a[href*="/rss"]::after, .socials a.rss::after, .socials a.feed::after { content: '\e82e'; }
.socials a[href^="callto:"]::after, .socials a.skype::after { content: '\e82f'; }
.socials a.twitter-old::after { content: '\e830'; }
.socials a[href*="youtube.com"]::after, .socials a.youtube::after { content: '\e831'; }
.socials a[href*="vimeo.com"]::after, .socials a.vimeo::after { content: '\e832'; }
.socials a.windows::after { content: '\e833'; }
.socials a[href*="xing.com"]::after, .socials a.xing::after { content: '\e834'; }
.socials a[href*="yahoo.com"]::after, .socials a.yahoo::after { content: '\e835'; } .socials a[href*="mailto:"]::after, .socials a.email::after { content: '\e837'; }
.socials a.cloud::after { content: '\e838'; }
.socials a[href*="myspace.com"]::after, .socials a.myspace::after { content: '\e839'; }
.socials a.podcast::after { content: '\e83a'; }
.socials a[href*="amazon.com"]::after, .socials a.amazon::after { content: '\e83b'; }
.socials a[href*="steampowered.com"]::after, .socials a.steam::after { content: '\e83c'; }
.socials a.link::after { content: '\e83d'; }
.socials a[href*="dropbox.com"]::after, .socials a.dropbox::after { content: '\e83e'; }
.socials a[href*="ebay."]::after, .socials a.ebay::after { content: '\e83f'; }
.socials a[href*="facebook.com"]::after, .socials a.facebook::after { content: '\e840'; }
.socials a.github2::after { content: '\e841'; }
.socials a[href*="github.com"]::after, .socials a.github::after { content: '\e842'; }
.socials a[href*="play.google.com"]::after, .socials a.googleplay::after { content: '\e843'; }
.socials a.itunes::after { content: '\e844'; }
.socials a[href*="plurk.com"]::after, .socials a.plurk::after { content: '\e845'; }
.socials a[href*="songkick.com"]::after, .socials a.songkick::after { content: '\e846'; }
.socials a[href*="last.fm"]::after, .socials a.lastfm::after { content: '\e847'; }
.socials a[href*="gmail.com"]::after, .socials a.gmail::after { content: '\e848'; }
.socials a[href*="pinboard.in"]::after, .socials a.pinboard::after { content: '\e849'; }
.socials a[href*="openid.net"]::after, .socials a.openid::after { content: '\e84a'; }
.socials a[href*="quora.com"]::after, .socials a.quora::after { content: '\e84b'; }
.socials a[href*="soundcloud.com"]::after, .socials a.soundcloud::after { content: '\e84c'; }
.socials a[href*="tumblr.com"]::after, .socials a.tumblr::after { content: '\e84d'; } .socials a[href*="wordpress.com"]::after, .socials a[href*="wordpress.org"]::after, .socials a.wordpress::after { content: '\e84f'; }
.socials a[href*="yelp.com"]::after, .socials a.yelp::after { content: '\e850'; }
.socials a[href*="intensedebate.com"]::after, .socials a.intensedebate::after { content: '\e851'; }
.socials a[href*="eventbrite.com"]::after, .socials a.eventbrite::after { content: '\e852'; }
.socials a[href*="scribd.com"]::after, .socials a.scribd::after { content: '\e853'; } .socials a[href*="stripe.com"]::after, .socials a.stripe::after { content: '\e855'; }
.socials a[href*="opentable.com"]::after, .socials a.opentable::after { content: '\e856'; }
.socials a.cart::after { content: '\e857'; }
.socials a.opera::after { content: '\e858'; }
.socials a[href*="angel.co"]::after, .socials a.angellist::after { content: '\e859'; }
.socials a[href*="instagram.com"]::after, .socials a.instagram::after { content: '\e85a'; }
.socials a[href*="dwolla.com"]::after, .socials a.dwolla::after { content: '\e85b'; }
.socials a[href*="app.net"]::after, .socials a.appnet::after { content: '\e85c'; }
.socials a[href*="drupal.org"]::after, .socials a.drupal::after { content: '\e85f'; }
.socials a[href*="buffer.com"]::after, .socials a.buffer::after { content: '\e860'; }
.socials a[href*="getpocket.com"]::after, .socials a.pocket::after { content: '\e861'; }
.socials a[href*="bitbucket.org"]::after, .socials a.bitbucket::after { content: '\e862'; }
.socials a[href^="tel:"]::after, .socials a.phone::after { content: '\e863'; }
.socials a[href*="stackoverflow.com"]::after, .socials a.stackoverflow::after { content: '\e865'; }
.socials a[href*="news.ycombinator.com"]::after, .socials a.hackernews::after { content: '\e866'; }
.socials a.lkdto::after { content: '\e867'; }
.socials a.twitter2::after { content: '\e868'; }
.socials a.phone3::after { content: '\e869'; }
.socials a.mobile::after { content: '\e86a'; }
.socials a.support::after { content: '\e86b'; }
.socials a[href*="twitch.tv"]::after, .socials a.twitch::after { content: '\e86c'; }
.socials a.beer::after { content: '\e86d'; } .socials a.facebook-old::after { content: '\e905'; }
.socials a.github-old::after { content: '\e909'; }
.socials a.googleplay-old::after { content: '\e90a'; }
.socials a.paypal-old::after { content: '\e90c'; }
.socials a.linkedin-old::after { content: '\e911'; }
.socials a.reddit-old::after { content: '\e912'; }
.socials a.youtube-old::after { content: '\e918'; }
.socials a.wordpress-old::after { content: '\e91b'; }
.socials a.stripe-old::after { content: '\e928'; }
.socials a.steam-old::after { content: '\e92a'; }
.socials a.spotify-old::after { content: '\e92b'; }
.socials a.skype-old::after { content: '\e92e'; } .socials a[href*="rumble.com"]::after, .socials a.rumble::after { content: "\e900"; }
.socials a[href*="alipay.com"]::after, .socials a.alipay::after { content: "\e901"; }
.socials a[href*="behance.net"]::after, .socials a.behance::after { content: "\e902"; }
.socials a.apple::after { content: "\e903"; }
.socials a[href*="git-scm.com"]::after, .socials a.git::after { content: "\e904"; }
.socials a.bootstrap-fill::after { content: "\e906"; }
.socials a.bootstrap::after { content: "\e907"; }
.socials a[href*="gitlab.com"]::after, .socials a.gitlab::after { content: "\e908"; }
.socials a.google::after { content: "\e90b"; }
.socials a.microsoft-teams::after { content: "\e90d"; }
.socials a.microsoft::after { content: "\e90e"; }
.socials a[href^="https://m.me"]::after, .socials a[href^="http://m.me"]::after, .socials a.messenger::after { content: "\e90f"; }
.socials a[href*="mastodon.social"]::after, .socials a[href*="mstdn.social"]::after,
.socials a[href*="mas.to"]::after, .socials a[href*="mastodon.cloud"]::after, .socials a.mastodon::after { content: "\e910"; }
.socials a.qr-code::after { content: "\e914"; }
.socials a.person-square::after { content: "\e915"; }
.socials a.person-circle::after { content: "\e916"; }
.socials a.person::after { content: "\e917"; }
.socials a[href*="xbox.com"]::after, .socials a.xbox::after { content: "\e91a"; }
.socials a[href^="https://wa.me"]::after, .socials a[href^="http://wa.me"]::after, .socials a.whatsapp::after { content: "\e91d"; }
.socials a[href*="unity.com"]::after, .socials a.unity::after { content: "\e91e"; }
.socials a[href*="twitter.com"]::after, .socials a.twitter::after { content: "\e920"; }
.socials a[href*="trello.com"]::after, .socials a.trello::after { content: "\e922"; }
.socials a.tiktok::after { content: "\e923"; }
.socials a.threads-fill::after { content: "\e924"; }
.socials a[href*="threads.net"]::after, .socials a.threads::after { content: "\e925"; }
.socials a[href*="telegram.org"]::after, .socials a[href^="https://t.me"]::after, .socials a[href^="http://t.me"]::after, .socials a.telegram::after { content: "\e926"; }
.socials a[href*="substack.com"]::after, .socials a.substack::after { content: "\e927"; }
.socials a[href*="sourceforge.net"]::after, .socials a.sourceforge::after { content: "\e92c"; }
.socials a[href*="snapchat.com"]::after, .socials a.snapchat::after { content: "\e92d"; }
.socials a[href*="signal.org"]::after, .socials a.signal::after { content: "\e92f"; }
.socicon-duckduckgo::before { content: '\e801'; }
.socicon-aim::before { content: '\e802'; }
.socicon-delicious::before { content: '\e803'; }
.socicon-paypal::before { content: '\e804'; }
.socicon-flattr::before { content: '\e805'; }
.socicon-android::before { content: '\e806'; }
.socicon-eventful::before { content: '\e807'; }
.socicon-smashingmagazine::before { content: '\e808'; } .socicon-wikipedia::before { content: '\e80a'; }
.socicon-lanyrd::before { content: '\e80b'; }
.socicon-calendar::before { content: '\e80c'; }
.socicon-stumbleupon::before { content: '\e80d'; }
.socicon-500px::before { content: '\e80e'; }
.socicon-pinterest::before { content: '\e80f'; }
.socicon-bitcoin::before { content: '\e810'; }
.socicon-firefox::before { content: '\e811'; }
.socicon-foursquare::before { content: '\e812'; }
.socicon-chrome::before { content: '\e813'; }
.socicon-internetexplorer::before { content: '\e814'; }
.socicon-phone2::before { content: '\e815'; }
.socicon-grooveshark::before { content: '\e816'; }
.socicon-99designs::before { content: '\e817'; }
.socicon-code::before { content: '\e818'; }
.socicon-digg::before { content: '\e819'; }
.socicon-spotify::before { content: '\e81a'; }
.socicon-reddit::before { content: '\e81b'; }
.socicon-about::before { content: '\e81c'; }
.socicon-codeopen::before { content: '\e81d'; }
.socicon-appstore::before { content: '\e81e'; }
.socicon-creativecommons::before { content: '\e820'; }
.socicon-dribbble::before { content: '\e821'; }
.socicon-evernote::before { content: '\e822'; }
.socicon-flickr::before { content: '\e823'; }
.socicon-link2::before { content: '\e824'; }
.socicon-viadeo::before { content: '\e825'; }
.socicon-instapaper::before { content: '\e826'; }
.socicon-weibo::before { content: '\e827'; }
.socicon-klout::before { content: '\e828'; }
.socicon-linkedin::before { content: '\e829'; }
.socicon-meetup::before { content: '\e82a'; }
.socicon-vk::before { content: '\e82b'; }
.socicon-plancast::before { content: '\e82c'; }
.socicon-disqus::before { content: '\e82d'; }
.socicon-feed::before { content: '\e82e'; }
.socicon-skype::before { content: '\e82f'; }
.socicon-twitter-old::before { content: '\e830'; }
.socicon-youtube::before { content: '\e831'; }
.socicon-vimeo::before { content: '\e832'; }
.socicon-windows::before { content: '\e833'; }
.socicon-xing::before { content: '\e834'; }
.socicon-yahoo::before { content: '\e835'; }
.socicon-email::before { content: '\e837'; }
.socicon-cloud::before { content: '\e838'; }
.socicon-myspace::before { content: '\e839'; }
.socicon-podcast::before { content: '\e83a'; }
.socicon-amazon::before { content: '\e83b'; }
.socicon-steam::before { content: '\e83c'; }
.socicon-link::before { content: '\e83d'; }
.socicon-dropbox::before { content: '\e83e'; }
.socicon-ebay::before { content: '\e83f'; }
.socicon-facebook::before { content: '\e840'; }
.socicon-github2::before { content: '\e841'; }
.socicon-github::before { content: '\e842'; }
.socicon-googleplay::before { content: '\e843'; }
.socicon-itunes::before { content: '\e844'; }
.socicon-plurk::before { content: '\e845'; }
.socicon-songkick::before { content: '\e846'; }
.socicon-lastfm::before { content: '\e847'; }
.socicon-gmail::before { content: '\e848'; }
.socicon-pinboard::before { content: '\e849'; }
.socicon-openid::before { content: '\e84a'; }
.socicon-quora::before { content: '\e84b'; }
.socicon-soundcloud::before { content: '\e84c'; }
.socicon-tumblr::before { content: '\e84d'; }
.socicon-wordpress::before { content: '\e84f'; }
.socicon-yelp::before { content: '\e850'; }
.socicon-intensedebate::before { content: '\e851'; }
.socicon-eventbrite::before { content: '\e852'; }
.socicon-scribd::before { content: '\e853'; }
.socicon-stripe::before { content: '\e855'; }
.socicon-opentable::before { content: '\e856'; }
.socicon-cart::before { content: '\e857'; }
.socicon-opera::before { content: '\e858'; }
.socicon-angellist::before { content: '\e859'; }
.socicon-instagram::before { content: '\e85a'; }
.socicon-dwolla::before { content: '\e85b'; }
.socicon-appnet::before { content: '\e85c'; }
.socicon-drupal::before { content: '\e85f'; }
.socicon-buffer::before { content: '\e860'; }
.socicon-pocket::before { content: '\e861'; }
.socicon-bitbucket::before { content: '\e862'; }
.socicon-phone::before { content: '\e863'; }
.socicon-stackoverflow::before { content: '\e865'; }
.socicon-hackernews::before { content: '\e866'; }
.socicon-lkdto::before { content: '\e867'; }
.socicon-twitter2::before { content: '\e868'; }
.socicon-phone3::before { content: '\e869'; }
.socicon-mobile::before { content: '\e86a'; }
.socicon-support::before { content: '\e86b'; }
.socicon-twitch::before { content: '\e86c'; }
.socicon-beer::before { content: '\e86d'; } .socicon-facebook-old:before { content: "\e905"; }
.socicon-github-old:before { content: "\e909"; }
.socicon-googleplay-old:before { content: "\e90a"; }
.socicon-paypal-old:before { content: "\e90c"; }
.socicon-linkedin-old:before { content: "\e911"; }
.socicon-reddit-old:before { content: "\e912"; }
.socicon-youtube-old:before { content: "\e918"; }
.socicon-wordpress-old:before { content: "\e91b"; }
.socicon-stripe-old:before { content: "\e928"; }
.socicon-steam-old:before { content: "\e92a"; }
.socicon-spotify-old:before { content: "\e92b"; }
.socicon-skype-old:before { content: "\e92e"; } .socicon-rumble::before { content: "\e900"; }
.socicon-alipay::before { content: "\e901"; }
.socicon-behance::before { content: "\e902"; }
.socicon-apple::before { content: "\e903"; }
.socicon-git::before { content: "\e904"; }
.socicon-bootstrap-fill::before { content: "\e906"; }
.socicon-bootstrap::before { content: "\e907"; }
.socicon-gitlab::before { content: "\e908"; }
.socicon-google::before { content: "\e90b"; }
.socicon-microsoft-teams::before { content: "\e90d"; }
.socicon-microsoft::before { content: "\e90e"; }
.socicon-messenger::before { content: "\e90f"; }
.socicon-mastodon::before { content: "\e910"; }
.socicon-qr-code::before { content: "\e914"; }
.socicon-person-square::before { content: "\e915"; }
.socicon-person-circle::before { content: "\e916"; }
.socicon-person::before { content: "\e917"; }
.socicon-xbox::before { content: "\e91a"; }
.socicon-whatsapp::before { content: "\e91d"; }
.socicon-unity::before { content: "\e91e"; }
.socicon-twitter::before { content: "\e920"; }
.socicon-trello::before { content: "\e922"; }
.socicon-tiktok::before { content: "\e923"; }
.socicon-threads-fill::before { content: "\e924"; }
.socicon-threads::before { content: "\e925"; }
.socicon-telegram::before { content: "\e926"; }
.socicon-substack::before { content: "\e927"; }
.socicon-sourceforge::before { content: "\e92c"; }
.socicon-snapchat::before { content: "\e92d"; }
.socicon-signal::before { content: "\e92f"; } @font-face {
font-family: 'bravada-blocks';
src: url(//www.alphaais.co.th/wp-content/themes/bravada/resources/fonts/blocks.eot);
src: url(//www.alphaais.co.th/wp-content/themes/bravada/resources/fonts/blocks.eot?#iefix) format('embedded-opentype'),
url(//www.alphaais.co.th/wp-content/themes/bravada/resources/fonts/blocks.woff) format('woff'),
url(//www.alphaais.co.th/wp-content/themes/bravada/resources/fonts/blocks.ttf) format('truetype'),
url(//www.alphaais.co.th/wp-content/themes/bravada/resources/fonts/blocks.svg?#blocks) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="blicon-"]::before,
[class*=" blicon-"]::before {
font-family: "bravada-blocks";
font-style: normal;
font-weight: normal;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: inherit;
cursor: inherit;
font-size: inherit;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.customize-control-cryout-iconselect select,
.customize-control-cryout-iconselect select option,
.customize-control-cryout-iconselect .select2-container,
.select2-container.cryout-iconselect .select2-results__option {
font-family: "bravada-blocks", -apple-system, BlinkMacSystemFont, sans-serif;
}
.blicon-toggle::before { content: "\e003"; }
.blicon-layout::before { content: "\e004"; }
.blicon-lock::before { content: "\e007"; }
.blicon-unlock::before { content: "\e008"; }
.blicon-target::before { content: "\e012"; }
.blicon-disc::before { content: "\e019"; }
.blicon-microphone::before { content: "\e048"; }
.blicon-play::before { content: "\e052"; }
.blicon-cloud2::before { content: "\e065"; }
.blicon-cloud-upload::before { content: "\e066"; }
.blicon-cloud-download::before { content: "\e067"; }
.blicon-plus2::before { content: "\e114"; }
.blicon-minus2::before { content: "\e115"; }
.blicon-check2::before { content: "\e116"; }
.blicon-cross2::before { content: "\e117"; }
.blicon-users2::before { content: "\e00a"; }
.blicon-user::before { content: "\e00b"; }
.blicon-trophy::before { content: "\e00c"; }
.blicon-speedometer::before { content: "\e00d"; }
.blicon-screen-tablet::before { content: "\e00f"; }
.blicon-screen-smartphone::before { content: "\e01a"; }
.blicon-screen-desktop::before { content: "\e01b"; }
.blicon-plane::before { content: "\e01c"; }
.blicon-notebook::before { content: "\e01d"; }
.blicon-magic-wand::before { content: "\e01e"; }
.blicon-hourglass2::before { content: "\e01f"; }
.blicon-graduation::before { content: "\e02a"; }
.blicon-fire::before { content: "\e02b"; }
.blicon-eyeglass::before { content: "\e02c"; }
.blicon-energy::before { content: "\e02d"; }
.blicon-chemistry::before { content: "\e02e"; }
.blicon-bell::before { content: "\e02f"; }
.blicon-badge::before { content: "\e03a"; }
.blicon-speech::before { content: "\e03b"; }
.blicon-puzzle::before { content: "\e03c"; }
.blicon-printer::before { content: "\e03d"; }
.blicon-present::before { content: "\e03e"; }
.blicon-pin::before { content: "\e03f"; }
.blicon-picture2::before { content: "\e04a"; }
.blicon-map::before { content: "\e04b"; }
.blicon-layers::before { content: "\e04c"; }
.blicon-globe::before { content: "\e04d"; }
.blicon-globe2::before { content: "\e04e"; }
.blicon-folder::before { content: "\e04f"; }
.blicon-feed::before { content: "\e05a"; }
.blicon-drop::before { content: "\e05b"; }
.blicon-drawar::before { content: "\e05c"; }
.blicon-docs::before { content: "\e05d"; }
.blicon-directions::before { content: "\e05e"; }
.blicon-direction::before { content: "\e05f"; }
.blicon-cup2::before { content: "\e06b"; }
.blicon-compass::before { content: "\e06c"; }
.blicon-calculator::before { content: "\e06d"; }
.blicon-bubbles::before { content: "\e06e"; }
.blicon-briefcase::before { content: "\e06f"; }
.blicon-book-open::before { content: "\e07a"; }
.blicon-basket::before { content: "\e07b"; }
.blicon-bag::before { content: "\e07c"; }
.blicon-wrench::before { content: "\e07f"; }
.blicon-umbrella::before { content: "\e08a"; }
.blicon-tag::before { content: "\e08c"; }
.blicon-support::before { content: "\e08d"; }
.blicon-share::before { content: "\e08e"; }
.blicon-share2::before { content: "\e08f"; }
.blicon-rocket::before { content: "\e09a"; }
.blicon-question::before { content: "\e09b"; }
.blicon-pie-chart2::before { content: "\e09c"; }
.blicon-pencil2::before { content: "\e09d"; }
.blicon-note::before { content: "\e09e"; }
.blicon-music-tone-alt::before { content: "\e09f"; }
.blicon-list2::before { content: "\e0a0"; }
.blicon-like::before { content: "\e0a1"; }
.blicon-home2::before { content: "\e0a2"; }
.blicon-grid::before { content: "\e0a3"; }
.blicon-graph::before { content: "\e0a4"; }
.blicon-equalizer::before { content: "\e0a5"; }
.blicon-dislike::before { content: "\e0a6"; }
.blicon-calender::before { content: "\e0a7"; }
.blicon-bulb::before { content: "\e0a8"; }
.blicon-chart::before { content: "\e0a9"; }
.blicon-clock::before { content: "\e0af"; }
.blicon-envolope::before { content: "\e0b1"; }
.blicon-flag::before { content: "\e0b3"; }
.blicon-folder2::before { content: "\e0b4"; }
.blicon-heart2::before { content: "\e0b5"; }
.blicon-info::before { content: "\e0b6"; }
.blicon-link::before { content: "\e0b7"; }
.blicon-refresh::before { content: "\e0bc"; }
.blicon-reload::before { content: "\e0bd"; }
.blicon-settings::before { content: "\e0be"; }
.blicon-arrow-down::before { content: "\e604"; }
.blicon-arrow-left::before { content: "\e605"; }
.blicon-arrow-right::before { content: "\e606"; }
.blicon-arrow-up::before { content: "\e607"; }
.blicon-paypal::before { content: "\e608"; }
.blicon-home::before { content: "\e800"; }
.blicon-apartment::before { content: "\e801"; }
.blicon-data::before { content: "\e80e"; }
.blicon-cog::before { content: "\e810"; }
.blicon-star::before { content: "\e814"; }
.blicon-star-half::before { content: "\e815"; }
.blicon-star-empty::before { content: "\e816"; }
.blicon-paperclip::before { content: "\e819"; }
.blicon-eye2::before { content: "\e81b"; }
.blicon-license::before { content: "\e822"; }
.blicon-picture::before { content: "\e827"; }
.blicon-book::before { content: "\e828"; }
.blicon-bookmark::before { content: "\e829"; }
.blicon-users::before { content: "\e82b"; }
.blicon-store::before { content: "\e82d"; }
.blicon-calendar::before { content: "\e836"; }
.blicon-keyboard::before { content: "\e837"; }
.blicon-spell-check::before { content: "\e838"; }
.blicon-screen::before { content: "\e839"; }
.blicon-smartphone::before { content: "\e83a"; }
.blicon-tablet::before { content: "\e83b"; }
.blicon-laptop::before { content: "\e83c"; }
.blicon-laptop-phone::before { content: "\e83d"; }
.blicon-construction::before { content: "\e841"; }
.blicon-pie-chart::before { content: "\e842"; }
.blicon-gift::before { content: "\e844"; }
.blicon-diamond::before { content: "\e845"; }
.blicon-cup3::before { content: "\e848"; }
.blicon-leaf::before { content: "\e849"; }
.blicon-earth::before { content: "\e853"; }
.blicon-bullhorn::before { content: "\e859"; }
.blicon-hourglass::before { content: "\e85f"; }
.blicon-undo::before { content: "\e860"; }
.blicon-redo::before { content: "\e861"; }
.blicon-sync::before { content: "\e862"; }
.blicon-history::before { content: "\e863"; }
.blicon-download::before { content: "\e865"; }
.blicon-upload::before { content: "\e866"; }
.blicon-bug::before { content: "\e869"; }
.blicon-code::before { content: "\e86a"; }
.blicon-link2::before { content: "\e86b"; }
.blicon-unlink::before { content: "\e86c"; }
.blicon-thumbs-up::before { content: "\e86d"; }
.blicon-thumbs-down::before { content: "\e86e"; }
.blicon-magnifier::before { content: "\e86f"; }
.blicon-cross3::before { content: "\e870"; }
.blicon-menu::before { content: "\e871"; }
.blicon-list::before { content: "\e872"; }
.blicon-warning::before { content: "\e87c"; }
.blicon-question-circle::before { content: "\e87d"; }
.blicon-check::before { content: "\e87f"; }
.blicon-cross::before { content: "\e880"; }
.blicon-plus::before { content: "\e881"; }
.blicon-minus::before { content: "\e882"; }
.blicon-layers2::before { content: "\e88e"; }
.blicon-text-format::before { content: "\e890"; }
.blicon-text-size::before { content: "\e892"; }
.blicon-hand::before { content: "\e8a5"; }
.blicon-pointer-up::before { content: "\e8a6"; }
.blicon-pointer-right::before { content: "\e8a7"; }
.blicon-pointer-down::before { content: "\e8a8"; }
.blicon-pointer-left::before { content: "\e8a9"; }
.blicon-heart::before { content: "\e930"; }
.blicon-cloud::before { content: "\e931"; }
.blicon-trash::before { content: "\e933"; }
.blicon-user2::before { content: "\e934"; }
.blicon-key::before { content: "\e935"; }
.blicon-search::before { content: "\e936"; }
.blicon-settings2::before { content: "\e937"; }
.blicon-camera::before { content: "\e938"; }
.blicon-tag2::before { content: "\e939"; }
.blicon-bulb2::before { content: "\e93a"; }
.blicon-pencil::before { content: "\e93b"; }
.blicon-diamond2::before { content: "\e93c"; }
.blicon-location::before { content: "\e93e"; }
.blicon-eye::before { content: "\e93f"; }
.blicon-bubble::before { content: "\e940"; }
.blicon-stack::before { content: "\e941"; }
.blicon-cup::before { content: "\e942"; }
.blicon-phone::before { content: "\e943"; }
.blicon-news::before { content: "\e944"; }
.blicon-mail::before { content: "\e945"; }
.blicon-news2::before { content: "\e948"; }
.blicon-paperplane::before { content: "\e949"; }
.blicon-params2::before { content: "\e94a"; }
.blicon-data2::before { content: "\e94b"; }
.blicon-megaphone::before { content: "\e94c"; }
.blicon-study::before { content: "\e94d"; }
.blicon-chemistry2::before { content: "\e94e"; }
.blicon-fire2::before { content: "\e94f"; }
.blicon-paperclip2::before { content: "\e950"; }
.blicon-calendar2::before { content: "\e951"; }
.blicon-wallet::before { content: "\e952"; }