﻿ 
@font-face {
    font-family: 'Half';
    src: url('fonts/glyphicons-halflings-regular.ttf') format('truetype');
}
@font-face {
      font-family: 'supermarket'; 
      src: url('Fonts/SUPERMARKET.TTF') format('truetype');
      font-weight: normal;
      font-style: normal;
        }
@font-face {
    font-family: 'Glyph';
    src: url('fonts/glyphicons-regular.ttf') format('truetype');
}
@font-face {
    font-family: 'ThaiSansNeue';
    src: url('/Fonts/ThaiSans/ThaiSansNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUPERMARKET';
    src: url('/Fonts/SUPERMARKET.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
            margin: 0;
            padding: 0;
            font-family:SUPERMARKET !important;
            font-size: 15px;
            max-width:100%;
            word-wrap: break-word !important;
            letter-spacing:0.5px;
        }
.pagevh {height: 100vh;}
.head1{font-size:55px; font-weight:700;}
.head2{font-size:25px; font-weight:400;}
.text1{font-size:25px; font-weight:700;}
.glyph { font-family: Glyph; font-size: 25px; color:#0B2D71;}
.half { font-family: Half; }
.Link_CF{width:100%; font-size:20px; color:#1156AC;}
.Link_CF > span:nth-last-child(1){color:#1156AC; font-weight:700;}
.Link_CF > span:hover:nth-child(2n+1){color:#1156AC; font-weight:700;cursor:pointer;}
.midle_txt{display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center;align-items: center;}

@media screen and (max-width: 1000px) {
.head1{font-size:35px;}
}
