/*
    @import "home.css";
    @import "menu.css";
    @import "shop.css";
    @import "news.css";
    @import "block.css";
*/


/*@import "ha.css";*/
@import "menu_moi.css";
@import "home_noibat.css";

@font-face { font-family: "korea"; src: url("../font/VNARIS_0.TTF") format("truetype"); }

@font-face{
    font-family:'fay';
    src:url('../font/fay.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: 'concung';
    src: url("../font/saminfood-Regular.eot") format("embedded-opentype"), 
    url("../font/saminfood-Regular.woff") format("woff"), 
    url("../images/saminfood.ttf") format("truetype"); 
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family: 'concung';
    src: url("../font/saminfood-Italic.eot") format("embedded-opentype"), 
    url("../font/saminfood-Italic.woff") format("woff"), 
    url("../font/saminfood-Italic.ttf") format("truetype");
    font-style: italic; 
}

@font-face {
  font-family: 'concung';
  src: url("../font/saminfood-SemiBold.eot") format("embedded-opentype"), 
  url("../font/saminfood-SemiBold.woff") format("woff"), 
  url("../font/saminfood-SemiBold.ttf") format("truetype");
  font-weight: 700; 
}

@font-face {
  font-family: 'concung';
  src: url("../font/saminfood-SemiBoldItalic.eot") format("embedded-opentype"), 
  url("../font/saminfood-SemiBoldItalic.woff") format("woff"), 
  url("../font/saminfood-SemiBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; 
}

@font-face {
    font-family: "fontmoi";
    src: local("fontmoi"), url("../images/vni.common.VAGRB.ttf");
}
@font-face {
    font-family: "condensed";
    src: url("../font/RobotoCondensed-Light.ttf") format("opentype");
    src: url("../font/RobotoCondensed-Bold.ttf") format("truetype");
    src: url("../font/RobotoCondensed-Regular.ttf") format("embedded-opentype");
    src: url("../font/RobotoCondensed-BoldItalic.ttf") format("embedded-opentype");
}
body {
    /*font-family: 'Roboto Condensed',sans-serif;*/
    /*font-family: 'concung';*/
    font-family: arial;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 12px;
}
iframe {
    width: 100%;
}
a{
	text-decoration: none;
}
/*a:hover {
    	text-decoration: underline;
}*/
img {
   	border: medium none;
}
.clearfix {
   	clear: both;
}
.web-width-100{
    width: 100px !important;
}
.web-width-200{
    width: 200px !important;
}
.web-width-300{
    width: 300px !important;
}
.web-width-350{
    width: 350px !important;
}
.web-width-400{
    width: 400px !important;
}

/*****************************************************/
.back-to-top {
    bottom: 0em;
    color: #000000;
    cursor: pointer;
    display: none;
    font-size: 12px;
    position: fixed;
    right: 10px;
    text-decoration: none;
    z-index: 2;
}
