@font-face {
  font-family: "RobotoCondensed-Regular";
  font-style: normal;
  font-weight: 400;
  src:url("http://webtamphat.com/templates/Adoosite/css/font-face/keyluz.ttf") format('truetype');
  src:url("http://webtamphat.com/templates/Adoosite/css/font-face/RobotoCondensed-Bold.ttf") format('truetype');
  src:url("http://webtamphat.com/templates/Adoosite/css/font-face/RobotoCondensed-BoldItalic.ttf") format('truetype');
  src:url("http://webtamphat.com/templates/Adoosite/css/font-face/RobotoCondensed-Italic.ttf") format('truetype');
  src:url("http://webtamphat.com/templates/Adoosite/css/font-face/RobotoCondensed-Light.ttf") format('truetype');
  src:url("http://webtamphat.com/templates/Adoosite/css/font-face/RobotoCondensed-LightItalic.ttf") format('truetype');
  src:url("http://webtamphat.com/templates/Adoosite/css/font-face/RobotoCondensed-Regular.ttf") format('truetype');
  
}

body {
  background: #fff;
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
  
  color: #333;
    font-family: RobotoCondensed-Regular;
    font-weight: normal;}
h1,
h2,
h3,
h4,
h5,
h6 {
 
 
}

h3, .h3 {
    font-size: 18px;
}

a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 50px;
  text-align:center;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    color: #363636 !important;
}

.section-header p
{    font-size: 16px;
    color: #9F9F9F  !important; }
.section-header .section-title {
  font-size: 25px;
 
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
  
  text-align: center;
font-weight: 700;

font-size: 26px;
font-weight: bold;
margin-bottom: 4px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #58595b;
}

#portfolio .portfolio-item .portfolio-item-inner .title h3 {    padding: 5px;
    margin: 0;
    font-size: 15px;}
	
#portfolio .portfolio-item .portfolio-item-inner .title p {    color: #FF9125;} 	

#portfolio .portfolio-item .portfolio-item-inner .title 
{
	height:100px;
       background: #fff none repeat scroll 0% 0%;
    padding: 0px;
    opacity: 1;
    z-index: 99;
    position: absolute;
    top: 319px;
    width: 100%;
    line-height: 21px;
    text-align: center;
   
    float: left;
}
.text-center p { color: #222;}

#portfolio .portfolio-item .portfolio-item-inner .title a
{ color: #000;}


.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
 background: #ff0000;
    border-color: #ccc;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 22px 15px 21px;
}

#header .topmenu {
 
    float: right;

    margin-top: 11px;
    padding-right: 0px;
}


.dat_hang input[type="button"], input[type="reset"], input[type="submit"]
{display: inline-block;
color: #FFF;
text-transform: uppercase;
font-family: "Roboto Condensed",sans-serif;
font-weight: bold;
font-size: 14px;
cursor: pointer;

background-color: #CB2027;
padding: 3px 24px;
margin: 0px;
border: medium none;
line-height: 24px;}

#crumbs a {color: rgb(100, 104, 109);}

@media only screen and (min-width: 1200px) { 

.phone1 { width: 100% ; }

#portfolio .portfolio-item { width: 25%;height: 423px; }

	#ddmenu .top-heading {
       font-weight: bold;
    white-space: nowrap;
    margin: 0 16px !important;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    outline: 0;
    cursor: pointer;
}



}

@media only screen and (min-width: 768px) {
	
	
	#ddmenu .top-heading {
    font-weight: bold;
    white-space: nowrap;
    margin: 0 7px  ;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    outline: 0;
    cursor: pointer;
    font-size: 14px;
}
	
	
	.col-sm-1 {
    width: 14.2%;
}

  #main-menu.navbar-default {
    
  
  }
  #main-menu.navbar-default .navbar-nav > li > a {
 
	
	text-transform: uppercase;
font-size: 15px;
z-index: 0;
overflow: hidden;
padding: 15px 20px;
color: #FFF;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
   
   background: #70d0f6;
	
		
	text-transform: uppercase;
font-size: 15px;
z-index: 0;
overflow: hidden;
padding: 15px 20px;
color: #FFF;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 400px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}
#main-slider .slider-inner h2 {
  margin-top: 50px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
 
}
#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}

footer {
    margin-top: 16px;
}
.td-social-sharing {
    margin-bottom: 42px;
}
.td-tags-and-social-wrapper-box {
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #FCFCFC;
    padding: 0;
}

.td-tags-and-social-wrapper-box-bottom-line {
    border-bottom: 1px solid #F5F5F5;
}

.td-social-twitter {
    background-color: #55ACEE;
}
.td-social-sharing-buttons {
  display: inline-block;
color: #FFF;
text-transform: uppercase;
font-family: "Roboto Condensed",sans-serif;
font-weight: bold;
font-size: 13px;
margin: 6px 17px 6px 0px;
cursor: pointer;
height: 31px;
padding: 3px 16px;
}
.td-social-sharing-buttons div {
    display: inline-block;
    position: relative;
    top: -5px;
    padding-right: 7px;
}
.td-sp-share-twitter {
    width: 31px;
    height: 31px;
    background-position: -17px -2079px;
}

.td-social-google {
    background-color: #DD4B39;
}
.td-social-pinterest {
    background-color: #CB2027;
}
.td-sp, .td-scroll-up-visible {
    background-image: url("http://webtamphat.com/templates/Adoosite/images/elements.png");
    background-repeat: no-repeat;
    display: block;
}

.td-social-facebook {
    background-color: #47639E;
}

.td-tags a {
    padding: 1px 8px 2px;
    background-color: #B3B3B3;
    color: #FFF !important;
    text-decoration: none !important;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: bold;
    white-space: nowrap !important;
    line-height: 17px;
    height: 18px;
}

.td-social-sharing-buttons div {
    display: inline-block;
    position: relative;
    top: 0px;
    padding-right: 7px;
}
.td-sp, .td-scroll-up-visible {
    background-image: url("http://webtamphat.com/templates/Adoosite/images/elements.png");
    background-repeat: no-repeat;
    display: block;
}

.td-social-sharing ul li {
    display: inline;
    list-style: outside none none;
}
.td-tag-black {
    color: #FFF;
    background-color: #474747;
    padding: 1px 8px 2px;
    font-size: 11px;
    font-weight: bold;
    font-family: "Roboto Condensed",sans-serif;
    line-height: 17px;
    height: 18px;
}
.td-tags li {
    float: left;
    line-height: 14px;
    height: 18px;
    margin: 0px 3px 3px 0px;
}

#news .right .block-catalogue {
    margin-bottom: 30px;
}

#news .block-news .heading h3, #news .right .block-catalogue .heading h3, #news .left-block-catalogue .heading h3 a{
   color: #64686d; }

#news .block-news .heading h3, #news .right .block-catalogue .heading h3, #news .left-block-catalogue .heading h3 {
   color: #64686d;
font-size: 27px;
margin: 0 !important;
padding: 0 !important;
float: left;
line-height:32px;

}

#news .right .block-catalogue .heading .glyphicon {float: left;
padding: 10px 10px 10px 0px !important;}

#news .block-news .heading h3, #news .right .block-catalogue .heading h3, #news .left-block-catalogue .heading span { float:left;}


#news .block-news .heading, #news .right .block-catalogue .heading, #news .left-block-catalogue .heading {
      border-bottom: 2px solid #64686d;
    color: #64686d;
    padding-bottom: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}



#news .block-news .heading i, #news .right .block-catalogue .heading i, #news .left-block-catalogue .heading i {
    
}
.fa.pull-left {
    margin-right: 0.3em;
}

#news .block-news ul li a, #news .right .block-catalogue ul li a {
  color: #36414B;
font-size: 15px;
text-align: justify;
display: block;
float: left;
padding: 0px 5px;
line-height: 18px;
}
#news .block-news ul li, #news .right .block-catalogue ul li {
  color: #36414B;
border-bottom: 1px dashed #C2C2C2;
padding-bottom: 10px;
margin-bottom: 10px;
line-height: 29px;
min-height: 30px;
}

#news .block-news ul li, #news .right .block-catalogue ul li .glyphicon 
{float: left;}

ul {
    list-style: outside none none;
    margin: 0px;
	padding: 0;
}


#news .left-block-catalogue .rate-content {
    margin-bottom: 35px;
}
#news .left-block-catalogue .rate-content {
    background: #F2F2F2 none repeat scroll 0% 0%;
    padding: 20px;
}

#news .left-block-catalogue .rate-content h4 {
    color: #3B88C8;
  
}
#news .left-block-catalogue .rate-content h4 i, #news .left-block-catalogue .rate-content ul li a i {
    padding-right: 15px;
}
#news .left-block-catalogue .rate-content ul {
    width: 100%;
    margin: 0px auto;
}
#news .left-block-catalogue .rate-content ul li {
    border-bottom: 1px dashed #C2C2C2;
    padding: 10px 0px;
}
#news .left-block-catalogue .rate-content ul li a {
   color: #36414B;
font-size: 15px;
}
#news .left-block-catalogue .rate-content h4 i, #news .left-block-catalogue .rate-content ul li a i {
    padding-right: 15px;
}


#news .left-block-catalogue .list-catalogue {
    margin-bottom: 30px;
}
#news .left-block-catalogue .list-catalogue img {
    width: 100%;
    margin-bottom: 15px;
}
#news .left-block-catalogue .list-catalogue h2 {
     font-size: 18px;
    text-align: justify;
    line-height: 26px;
    margin: 0;
}
#news .left-block-catalogue .list-catalogue h2 a{    color: #64686d;
}


#news .left-block-catalogue .list-catalogue span {
    border-bottom: 1px dashed #C2C2C2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
}
#news .left-block-catalogue h2 {
    font-size: 23px;
    font-family: "sans-r",Arial,Helvetica,sans-serif;
}

.container h2 { 
text-align:center; }
#price-domain {
    padding: 35px 0px;
    clear: both;
}
#registration-domain h2, #price-domain h2 {
   text-align: center;
margin-bottom: 20px;
font-size: 24px;
color: #64686D;
line-height: 30px;
}
#price-domain #myTab.nav, .giohang #myTab.nav, .giohang .step4 #myTab.nav, #intro-email #myTab.nav, .upgrade .box .box-right #myTab.nav {
    font-family: "sans-r",Arial,Helvetica,sans-serif;
    width: 100%;
    background: #D8D8D8 none repeat scroll 0% 0%;
    padding: 0px 3px;
    cursor: pointer;
}

.pagging
{
 float: left;
width: 100%;
padding: 10px 0;
}

.pagination {
    display: inline-block;
    padding-left: 0px;
    margin: 20px 0px;
    border-radius: 4px;
    width: 100%;
}

.pagging .pagination li {    display: block;
    float: left;
    background: #363636;
    color: #fff;
    margin-right: 5px;
    padding: 2px 8px;
    cursor: pointer;}
.pagging .pagination li a {    display: block;
    float: left;
    color: #fff;
    padding: 0px 0px;
    cursor: pointer;}

.pagging .pagination .active {    display: block;
    float: left;
    color: #333;
    background: #FF9125;
    padding: 2px 8px;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;}

.pagging .pagination li a:hover {    text-decoration: none;
   
    color: #FF9125;}

.pagging .pagenumactive 
{
   float: left;
width: 100%;
padding: 10px 0;
}

.pagging  .pagenum a:hover {
    text-decoration: none;
    background: #F73936 none repeat scroll 0% 0%;
    color: #FFF;
}

.pagging  .pagenumactive a:hover {
    text-decoration: none;
    background: #F73936 none repeat scroll 0% 0%;
    color: #FFF;
}


.pagging .pagenhead
{display: block;
float: left;
background-image: -moz-linear-gradient(center top , #fff 0px, #E6E6E6 100%);
border-color: #888 #AAA #CCC;
color: #333;
padding: 5px 10px;
cursor: pointer;}


.pagging .pagenumactive 
{ display: block;
float: left;
background-image: -moz-linear-gradient(center top , #fff 0px, #E6E6E6 100%);
border-color: #888 #AAA #CCC;
color: #333;
padding: 5px 10px;
cursor: pointer;}

.pagging  .pagenum
{display: block;
float: left;
background-image: -moz-linear-gradient(center top , #fff 0px, #E6E6E6 100%);
border-color: #888 #AAA #CCC;
color: #333;
padding: 5px 10px;
cursor: pointer;
}
.pagging .pagenum a
{
  
  
}

.time
{padding-bottom: 10px;
margin-bottom: 0px;
float: left;
width: 100%;
}

.detail .prd-price {
    margin: 25px 0px;
    font-size: 20px;
}

.prd-price{margin: 25px 0px;}

.demo a
{display: inline-block;
color: #FFF;
text-transform: uppercase;
font-family: "Roboto Condensed",sans-serif;
font-weight: bold;
font-size: 13px;
margin:0px;
cursor: pointer;
height: 31px;
	background-color: #CB2027;
padding: 3px 16px;}

.demo a:hover
{display: inline-block;
color: #FFF;
text-transform: uppercase;
font-family: "Roboto Condensed",sans-serif;
font-weight: bold;
font-size: 13px;
margin: 0px;
cursor: pointer;
height: 31px;
	background-color: #55ACEE;
padding: 3px 16px;}

.dungthu a:hover {background-color: #55ACEE;}

.demo {
margin-top: 0px;
border-bottom: medium none;
float: left;
margin-right: 13px;
}
.dathang1 {
    width: 118px;
    float: left;
}


.dungthu a
{display: inline-block;
color: #FFF;
text-transform: uppercase;
font-family: "Roboto Condensed",sans-serif;
font-weight: bold;
font-size: 13px;
margin: 0px;
cursor: pointer;
height: 31px;
	background-color: #CB2027;
padding: 3px 16px;}

.dungthu {
  margin-top: 0px;
border-bottom: medium none;
float: left;
	
}

.dathang input
{background: transparent -moz-linear-gradient(center top , #3585C8 0%, #106CC7 100%) repeat scroll 0% 0%;
border: 1px solid #106CC7;
color: #FFF;
padding: 0.4em 3em;
font-weight: bold;
margin: 0px;
text-shadow: 1px 1px 2px #333;
font-size: 150%;
text-decoration: none;}

.dathang {
    margin-top: 2em;
   
    border-bottom: 1px solid #ECECEC;

}

.form-contact {
    background: #F2F2F2 none repeat scroll 0% 0%;
    margin: 10px 0px;
    padding: 15px;
    overflow: hidden;
}
.form-contact h3 {
    text-align: center;
    padding: 15px 0px;
}

.form-contact input[type="text"], #contact .form-contact input[type="email"], #contact .form-contact textarea, #contact .form-contact .custom-select select {
    width: 100%;
    padding: 10px;
}
[type="text"], [type="password"], [type="email"], [type="number"], textarea, select {
    color: #000;
    font-family: "sans-r",Arial,Helvetica,sans-serif;
    margin: 5px 0px;
    padding: 12px;
    outline: medium none;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 2px;
}

.form-contact {
    background: #F2F2F2 none repeat scroll 0% 0%;
    margin: 10px 0px;
    padding: 15px;
    overflow: hidden;
}


.nav-tabs {
    text-align: center;
    margin-bottom: 30px;
}
.nav-tabs {
    border-bottom: 1px solid #DDD;
}
#price-domain #myTab.nav-tabs > li, .giohang #myTab.nav-tabs > li, .giohang .step4 #myTab.nav-tabs > li, #intro-email #myTab.nav-tabs > li, .upgrade .box .box-right #myTab.nav-tabs > li {
    display: inline-block;
}

#price-domain #myTab.nav-tabs > li > a, .giohang #myTab.nav-tabs > li > a, .giohang .step4 #myTab.nav-tabs > li > a, #intro-email #myTab.nav-tabs > li > a, .upgrade .box .box-right #myTab.nav-tabs > li > a {
    color: #555;
    font-size: 17px;
    border: medium none;
    padding: 15px 20px;
    width: 100%;
    border-radius: 0px;
    transition: none 0s ease 0s;
}

#price-domain .blockdes a, #form-dk .form-dk a.role, #renew-price a, .check-domains a {
    text-align: center;
    background: #3B88C8 none repeat scroll 0% 0%;
    padding: 10px;
    color: #FFF;
    display: table;
    margin: 0px auto 30px;
}
#price-domain .blockdes p {
    text-align: center;
    width: 80%;
    display: block;
    margin: 0px auto;
    font-size: 15px;
}

#price-domain .blockdes img {
    text-align: center;
    margin: 20px auto;
    display: block;
}

#price-domain .blockdes h5 {
    text-align: center;
    color: #3B88C8;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: "sans-r",Arial,Helvetica,sans-serif;
}
#form-dk .form-dk {
    background: #F5F5F5 url("http://webtamphat.com/templates/Adoosite/images/bgdk.jpg") no-repeat scroll left bottom;
    padding: 20px;
    margin-bottom: 25px;
}

#form-dk .form-dk .title h5 {
    color: #FFF;
    float: left;
    font-weight: normal;
    font-family: "sans",Arial,Helvetica,sans-serif;
}
.pull-right a {color: #fff;}
#form-dk .form-dk h3 {
    font-size: 35px;
    margin-bottom: 15px;
    text-align: center;
}
#form-dk .form-dk .dk {
    border-bottom: 1px dotted #CCC;
    margin-bottom: 20px;
}
#form-dk .form-dk .title {
    background: #F16725 none repeat scroll 0% 0%;
    padding: 10px;
    overflow: hidden;
}
#form-dk .form-dk .content-dk {
    padding: 10px;
    background: #FFF none repeat scroll 0% 0%;
}
a:focus {
    outline: medium none;
}
#price-domain .blockdes {
    clear: both;
    padding: 35px 0px 0px;
}

table.list-price {
    font-family: "sans-r",Arial,Helvetica,sans-serif;
    width: 100%;
    background: #FFF none repeat scroll 0% 0%;
    margin-bottom: 15px;
}
#form-dk .form-dk h6 {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: normal;
    color: #3B88C8;
    padding: 15px 0px 0px;
    clear: both;
    font-family: "sans-r",Arial,Helvetica,sans-serif;
}
table.list-price thead tr th {
    color: #FFF;
    font-family: "sans-r",Arial,Helvetica,sans-serif;
    font-weight: normal;
    vertical-align: middle;
}
table.list-price th, table.list-price td {
    padding: 10px 20px;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#cta {
  padding: 50px 0;
  background-color: #eeeeee;
}
#cta h2 {
  margin-top: 0;
}
#cta .btn {
  margin-top: 40px;
}
#cta2 {
  background: #242a33 url(http://webtamphat.com/templates/Adoosite/images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding-top: 30px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
    color: #000;
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
}
#cta2 h2 > span {
  color: #45aed6;
}
#features {
  padding: 30px 0;
  
}
#features .media.service-box:first-child {
 
}
#services {
  padding: 30px 0 30px;
}

#content {
  padding: 10px 0 75px;
}

.media.service-box {
  margin: 25px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

#main-slider .owl-next .fa {
    display: inline-block;
    font: 43px/1.5 FontAwesome;
    text-rendering: auto;
}
#main-slider .owl-prev .fa {
    display: inline-block;
    font: 43px/1.5 FontAwesome;
    text-rendering: auto;
}

#header {
    position: relative;
    z-index: 999;
	color: #fff;
}

#header .topmenu {
    margin-top: 11px;
    padding-right: 0px;
}

#header .logo {
    margin: 0px;
    padding: 0px;
}

#header .topmenu ul {
    float: right;
    margin-top: 10px;
	width:100%;
}
#header .topmenu ul li {
  float: left;
    list-style: none;
    text-align: right;
    padding: 0px;
}
header#header nav.topmenu ul li a.effect {
    cursor: pointer;
    padding: 0px 4px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    font-size: 13px;
    border-radius: 3px;
    text-transform: uppercase;
    background: #3B88C8;
    color: #fff;
}


#header .logo img{
  width: 100%;
}
.phone1 span {
       padding: 0 2px;
    margin: 0;
    margin-top: -5px;
    display: block;
    background: #FF9125;
    border-radius: 4px;
    text-align: center;
}
.phone1 i {
    font: 15px;
}
.phone1 {
         /* border-radius: 3px; */
		
    position: absolute;
    right: 0px;
    top: 54px;
    /* background: #FF9125; */
    color: #fff;
    font-size: 23px;
    padding: 0 0px;
    /* height: 32px; */
    /* line-height: 30px; */
}
header#header nav.topmenu ul li a i {
padding-right: 5px;
font-size: 20px;
}

#portfolio {
  padding: 30px 0;
  background: #f5f5f5;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #45aed6;
  color: #fff;
  box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
float: left;
padding: 10px;
box-sizing: border-box;
margin-bottom: 15px;
overflow: hidden;
text-align: center;
margin-right: 0px;
}
#portfolio .portfolio-item .portfolio-item-inner {
    position: relative;
    background: #fff;
    height: 413px;
}
#portfolio .portfolio-item .portfolio-item-inner img {width: 100%;width: 100%;
border: 10px solid #fff; }

#portfolio .portfolio-item .portfolio-item-inner a:hover
{ opacity: 0.8;}

#portfolio .portfolio-item .portfolio-item-inner h3 a:hover
{  border: none; color: #fff; }


#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  top:0px;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
    position: absolute;
    top: 40%;
    right: 22%;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background: #4a8cd3 url(http://webtamphat.com/templates/Adoosite/images/ico.png) no-repeat 5px -460px;
    padding: 5px 10px 5px 45px;
    width: 144px;
    margin: 0 auto;
	
	    background: #90ad3b url(http://webtamphat.com/templates/Adoosite/images/ico.png) no-repeat 0 -1138px;
    margin: 10px 0 0;
}

#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .demo {
     position: absolute;
    top: 30%;
    right: 22%;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background: #4a8cd3 url(http://webtamphat.com/templates/Adoosite/images/ico.png) no-repeat 5px -460px;
    padding: 5px 10px 5px 45px;
    width: 144px;
    margin: 0 auto;
}


#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#testimonial {
  background: #333333 url(http://webtamphat.com/templates/Adoosite/images/testimonial/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}
#about {
  padding: 30px 0;
}
#work-process {
padding: 30px 0 50px;
    /* background: url(http://webtamphat.com/templates/Adoosite/images/bg.jpg); */
    background-size: cover;
    color: #fff;
    /* box-shadow: 0px 0px 0px 1px rgba(91, 91, 91, 0.15) inset; */
    background: #f1f1f1;
}
#work-process h2 {
  color: #58595b;
}
#work-process h3 {
  margin-bottom: 0;
}
#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #58595b;
  border-radius: 100px;
  position: relative;
  background: #fff;
}
#work-process .icon-circle .glyphicon {
  position: relative;
top: 1px;
display: inline-block;
font-family: "Glyphicons Halflings";
font-style: normal;
font-weight: 400;
line-height: 68px;
font-size: 34px;
border: none;
background: none;
border-radius: none;
width: auto;
height: auto;

}

#work-process .icon-circle .fa {
    display: inline-block;
    font: 50px/1.5 FontAwesome;
    text-rendering: auto;
	color: #58595b;
}


#work-process .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}
#work-process h3 {
margin-bottom: 10px;
font-size: 16px;
color:#58595b;}
#meet-team {
  padding: 30px 0;
}
#meet-team .team-member {
  padding: 13px;
  background: #fff;
 
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}

#meet-team .team-member p {text-align: center;
margin: 0px;}

#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-img img{
 
  border-radius: 200px !important;
width: 200px;
padding: 0px 39px;
}

#meet-team .team-member .team-info {
  padding-bottom: 0;
  margin-bottom: 0;
}

#meet-team .team-member .team-info h3 { font-size: 16px;
text-align: center;
margin: 5px 0;}
#meet-team .team-member:hover {
  border-color: #45aed6;
}
#meet-team .team-member:hover .social-icons > li > a {
  background: #45aed6;
}
#meet-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align:center;
}
#meet-team .social-icons > li {
  display: inline-block;
}
#meet-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#animated-number {
  padding: 30px 0 70px;
  background: #132125 url(http://webtamphat.com/templates/Adoosite/images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color:#0979cc; 
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
 color:#58595b; 
}
#animated-number strong {
  display: block;
color: #58595b;
font-size: 18px;
margin-bottom: 15px;
}
.animated-number {
display: inline-block;
width: 100px;
height: 100px;
font-size: 23px;
line-height: 140px;
border: 3px solid #58595b;
border-radius: 100px;
margin-bottom: 20px;
color: #FFF;
}

.animated-number .glyphicon {
color: #58595b  !important;
font-size: 43px;
padding: 25px;
}



#pricing {
  padding: 100px 0 70px;
}
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}
#pricing ul.pricing li {
  display: block;
  padding: 10px;
}
#pricing ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #156ba7 0%, #156ba7 100%);
  background-image: -webkit-linear-gradient(90deg, #156ba7 0%, #156ba7 100%);
  background-image: -ms-linear-gradient(90deg, #156ba7 0%, #156ba7 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 23px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#pricing ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(62b1e9, #62b1e9 0%, #156ba7 100%);
  background-image: -webkit-linear-gradient(62b1e9, #62b1e9 0%, #156ba7 100%);
  background-image: -ms-linear-gradient(62b1e9, #62b1e9 0%, #156ba7 100%);
}
#pricing ul.pricing.featured li.plan-header .plan-name {
 
}
#get-in-touch {
  padding: 20px 0 0px;
  color: #fff;
  
   background: url(http://webtamphat.com/templates/Adoosite/images/tuyen_dung.jpg);


width: 100%;
height: 100%;
}



#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}

#questions {
    position: relative;
} 
.bgclr {
    background-color: rgba(59, 136, 200, 0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
#questions .intro {
    background: transparent url("http://webtamphat.com/templates/Adoosite/images/question.jpg") no-repeat scroll 0% 0% / cover;
    padding: 50px 0px;
}

#questions .intro p {
    font-family: "sans",Arial,Helvetica,sans-serif;
    font-size: 30px;
    color: #FFF;
    line-height: 35px;
}

#questions .intro p span {
    font-family: "sans-bold",Arial,Helvetica,sans-serif;
}

#questions .intro a:hover {
    background: #FF5200 none repeat scroll 0% 0%;
}

#questions .intro a {
    background: #F16725 none repeat scroll 0% 0%;
    width: 100%;
    font-family: "sans-r",Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #FFF;
    padding: 10px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0px auto;
    text-align: center;
}

#blog {
  padding: 30px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}

#blog .blog-post.blog-media .media .media-body header{
 
float: left;
width: 100px;
}


#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  text-align:left;
}
#blog .blog-post.blog-media .entry-title a {
  color: #111;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}
#contact {
  position: relative;
  overflow: hidden;
}

.container img {max-width: 100% !important; height:auto !important;}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}
/***********************
********* Footer ******
************************/
#footer {
      padding-top: 5px;
    padding-bottom: 2px;
    color: #fff;
    background: #363636;
    float: left;
    width: 100%;
}


#footer a {
  color: #fff;
   float:left; 
}
#footer a:hover {
  color: #45aed6;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
  float:left; 
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
   float:left; 
}

#footer #nav_menu-2 {}

#footer #nav_menu-2 .widget-title {color: #fff;
font-size: 16px;
font-weight: nomal;}

#footer #nav_menu-2  #menu-dich-vu-1 {float: left;
width: 100%;}

#footer #nav_menu-2  #menu-dich-vu-1 li
{ float:left;
width:100%;}


#footer #nav_menu-2  #menu-dich-vu-1 .glyphicon
{margin-right: 7px;
font-size: 10px;
font-weight: nomal;}




@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}


 @media (max-width:767px){
	 
	 
	 
	#header .logo div { width: 100% !important; } 
	#header .logo .div { width: 100% !important; } 
.quytrinh { min-height: 140px;}

h3 {
    margin-bottom: 10px;
    font-size: 13px !important;
    color: #FFF;
}
	 
	#header .topmenu ul li { margin-right:0;} 

ul li {font-size: 14px !important;}

ul li a {font-size: 13px  !important;}
	 
	  .section-header .section-title {
      text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0px 0px 4px;
    text-align: center;
    /* color: #2194D2; */
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
}
.section-header p {
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    font-family: "Roboto",sans-serif;
    color: #272727;
	font-size:16px !important;
}

#cta2 h2 {
   
    font-size: 20px;
    line-height: 1;
}

#work-process h3 {
    margin-bottom: 10px;
    font-size: 13px !important;
   
}
.phone1 {
    border-radius: 4px;
    right: 0px;
    background: #FF9125 none repeat scroll 0% 0%;
    color: #FFF;
    font-size: 16px;
    padding: 0px;
    position: relative;
    top: 0px;
    height: auto;
    width: 100%;
    text-align: center;
    margin: 5px 0;
}

#header .topmenu {
    margin-top: 0px;
    padding-right: ;
}

#header .topmenu ul {
    float: left;
    margin-top: 0px;
	width:100%;
}

p {
    margin: 0px 0px 0px;
	line-height:22px;
	font-size:13px;
	text-align:justify;
}

#header .topmenu {
    width: 100%;
    float: right;

    margin-top: 0px;
    padding-right: 0px;
}


#ddmenu .top-heading {
font-weight: bold;
white-space: nowrap;
margin: 0px 10px;
color: inherit;
text-decoration: none;
display: inline-block;
outline: 0px none;
cursor: pointer;
font-size: 13px;
}

	 header#header nav.topmenu ul li a.effect
	 {font-size: 12px; text-align:center; padding: 0px;}

}
#ddmenu li {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    color: #EEE;
    line-height: 30px;
    transition: background-color 0.2s ease 0s;
    outline: medium none;
}


}