/*==========================================================
                        NORMALIZE
==========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  /*padding: 0;*/
  font-size: 100%;
  font: inherit;
  vertical-align: top; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {/*list-style: none;*/ }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*===============   Fluid grid    ====================*/
@media only screen and (max-width: 1240px) and (min-width: 1024px){ 
    .thumbnail-classic-title {font-size: 12px !important;}
}
@media (max-width: 1199px) {
	.font-2 {
		font-weight: bold;
		font-size: 23px !important;
		color: #005E8D;
    }
    .font-4{
      font-size: 17px !important;
    }
    .marq01{width: 90% !important;margin-left: 14%;}
    .marq{width: 100% !important;}
	}
  @media (max-width: 979px) {
    .marq01{width: 90% !important;margin-left: 2% !important;}
    .marq{width: 95% !important;}
    .submi-sig{
      margin-right: -15px;
      margin-left: -15px;
    }
  }
  .font-3 {font-size: 14px;}
	.sf-menu > li > a{padding: 0px 13px !important;}
	.box-side .box-side_title{font-size: 14px !important;padding-left: 7px !important;}
	.supp_hotline_kd{font-size: 11px !important;}
	.tit .line-su{font-size: 13px !important;}
	.box-news ul li a {font-size: 10px !important;}
  .section-title h2:before, .section-title h2:after{display: none}
  }
@media only screen and (max-width: 768px) and (min-width: 541px){
  .our-service{
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .container, .container-fluid {}
	#logo {text-align:center;}
	#logo a img{width: 130px;}
  .font-2{font-size: 20px !important;}
  .font-3{font-size: 13px;margin-left: 0px !important;}
  .font-4{font-size: 15px !important;}
  .font-2 i{padding: 3px !important;height: 30px !important;width: 30px !important;}
  .support-hot{padding:0px 0px !important;}
  .head-home h2{font-size: 14px !important;padding: 9px 14px 16px 14px !important;}
  .new_title h2{font-size: 15px !important;padding: 0px 15px 0px 15px !important;}
  .section-title .team:before{display: none;}
  .section-title h2:before, .section-title h2:after{display: none !important;}
  .item-news .row{margin: 0px;}
  .marq01{width: 50% !important;margin-left: 10% !important;}
  .marq{width: 50% !important;}
  .map-mobile{margin-top: 25px;}
  .submi-sig{
    margin-right: -15px;
    margin-left: -15px;
  }
  .lang{
    position: absolute;
    top: -180px;
    right: 0;
  }
  .slogan-mobile{text-align: center;}
  .slogan-mobile2{margin-left: -25%;}
}
@media (max-width: 479px) {
  body {
    padding: 0; }
  .marq01{width: 60% !important;margin-left: 1% !important;}
  .marq{width: 60% !important;}
  .font-2{font-size: 16px !important;}
 }

.container:before, .container-fluid:before, .row:before, .container:after, .container-fluid:after, .row:after {
  display: table;
  content: "";
  line-height: 0; }
.container:after, .container-fluid:after, .row:after {
  clear: both; }
