/*====================Fonts===============*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
/*========= general style=========*/
html,
body {overflow-x: hidden;}
.container,
.container-fluid {padding: 0;}
body {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: lato;
}
h1,h2,h3,h4,h5,h6 {font-family: 'Poppins';}
p {
  font-family: arimo;
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
img {
  width: 100%;
}

ul {padding-left: 30px;}
ul li {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
}

a,
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
input:focus,
textarea:focus,
select:focus,
button:focus {outline: none;}
.theme-layout {
  float: left;
  position: relative;
  width: 100%;
}
.theme-layout.boxed {
  background: none repeat scroll 0 0 #FFFFFF;
  float: none;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 1230px;
  -webkit-box-shadow: 0 0 6px #747474;
  -moz-box-shadow: 0 0 6px #747474;
  -ms-box-shadow: 0 0 6px #747474;
  -o-box-shadow: 0 0 6px #747474;
  box-shadow: 0 0 6px #747474;
}
section {
  float: left;
  position: relative;
  width: 100%;
}
.block {
  float: left;
  padding: 100px 0;
  position: relative;
  width: 100%;
}
.block.gray , .gray{background-color: #f7f7f7;}
.block.no-padding, .no-padding {padding: 0;}
.block.no-top, .no-top {padding-top: 0px;}
.block.no-bottom, .no-bottom {padding-bottom: 0px;}
.gp-bt130 {padding-bottom: 130px;}
.gp-tp130 {padding-top: 130px;}
.gp-tp175 {padding-top: 175px;}
.remove-ext{
  float: left;
  width: 100%;
  margin-bottom: -30px;
}
.remove-ext2 {margin-bottom: -55px;}
.remove-ext3 {margin-bottom: -20px;}
.remove-ext4 {margin-bottom: -70px;}
.mrgd {margin: 0px;}
.mrgd > div {padding: 0;}
.fixed-bg,
.parallax {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.fixed-bg {
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
}
.blackish:before,
.whitish:before,
.theme-bg-lyr:before {
  background: #1a1a1a none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.whitish:before {background: rgba(255,255,255,.9);}
.opc98:before {opacity: .98;}
.high-opacity:before {opacity: .95;}
.medium-opacity:before {opacity: .85;}
.low-opacity:before {opacity: .75;}
.opc16:before {opacity: .16;}
.gray-bg {background: #f4f2f2;}
textarea {resize: none;}
nav ul li a,
.amazing > a,
.social-icons li a,
.press a,
.bottom-bar ul li a,
.bottom-bar p a,
a,
.megamenu
{
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
span.headline{
    margin-right: 10px;
    color: #24b6d3;
}

/*================Header================*/
header{
  float: left;
  position: relative;
  width: 100%;
}
.topbar{
  float:left;
  position: relative;
  width: 100%;
  padding: 30px 0;
}
.logo{
  display:block;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.logo > h1{
  display: inline-block;
  margin: 0;
}
.addvertisement{
  float: left;
  padding: 30px 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.addvertisement img{
  display: inline-block;
  max-width: 100%;
}
/*=================menu==============*/
.menu.stick.sticky{
	left: 0;
	top: 0;
	position: fixed;
	z-index: 123456789;
}
.menu{
  float: left;
  position: relative;
  width: 100%;
  background-color: #000000;
}
nav{
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
nav ul{
  float: left;
  position: relative;
  width: 100%;
  padding: 0;
  margin:0;
  list-style: none;
  text-decoration: none;
}
nav ul li{
  float: left;
  position: relative;
  line-height: initial;
  margin-bottom: 0;
}
nav ul li a{
  float: left;
  position: relative;
  font-weight: bold;
  font-size: 12px;
  line-height: 69px;
  letter-spacing: 0.1;
  color:#ffffff;
  text-align: center;
  padding-left: 35px;
  padding-right: 28px;
  text-transform: uppercase;
}
/*===========Continentals==========*/
.continent{
  float: left;
  position: relative;
  width: 100%;
}
.continent img{
  float: left;
  position: relative;
  width: 100%;
}
.continent-info{
  position: absolute;
  left: 50px;
  bottom: 45px;
}
.continent-info > a{
  float: left;
  position: relative;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}
/*===========news section=========*/
.menu-sec{
  float:left;
  position: relative;
  width: 100%;
  background-color: #2b2b2b;
}
.news-sec{
 float: left;
 position: relative;
 background-color: #c80914;
 width:100%;
 text-align:center;
}
.news-sec h4{
  float: left;
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1px;
  color: #fff;
  line-height: 65px;
  margin: 0;
}
.news-carousel{
  float: left;
  position: relative;
}
.news-info{
  float: left;
  position: relative;
  width: 100%;
}
.news-info > p{
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
  font-size: 13px;
  color: #fff; 
  margin-top:17px;
}
.news-info a{
  color: inherit;
}
.social-icons{
    float: left;
    position: relative;
    width: 100%;
    margin: 10px;
    padding: 0;
    list-style: none;
    text-decoration: none;
    line-height: 65px;
    top: 5px;
    right: 10px;
}
.social-icons li{
  float: right;
  position: relative;
  width: 25%;
}
.social-icons li a{
  display: inline-block;
  position: relative;
  width: 36px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  background-color: #404040;
}
.social-clr{
  background-color: #494949;
}
/*==========table==============*/
.amazing-data{
  float: left;
  position: relative;
  width: 100%;
}
.amazing-data > div.row{
  display: table;
}
.amazing-data > div.row > div{
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.amazing{
  float: left;
  position: relative;
  width: 100%;
  text-align:center;
}
.amazing > h4{
  float: left;
  position: relative;
  width: 100%;
  margin-top: 0;
  font-size: 23px;
  letter-spacing: -0.2px;
  color: #222222;
  font-weight: 800;
  margin-bottom: 18px;
}
.amazing > h4 > i{
  font-style: normal;
}
.amazing > p{
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 29px;
  font-family: lato;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.3px;
  color:#666666;
  max-width: 93%;
}
.amazing > a{
  display: inline-block;
  position: relative;
  background-color: transparent;
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 56px;
  text-align: center;
  padding:0 31px;
}
.amazing table{
  float: left;
  position: relative;
  width: 100%;
  background-color: #fafafa;
  border-collapse: collapse;
  border-spacing: 0;
}
.amazing table th{
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1px;
  text-align: center;
}
.amazing table td{
  font-family: arimo;
  font-size: 12px;
  letter-spacing: 0.4px;
  color: #444444;
}
.amazing table td a{
  color: inherit;
}
.amazing th,.amazing  td{
  padding: 20px 0 18px 30px;
  font-weight: bold;
}
.amazing table tbody tr:nth-child(even){
	background-color: #f2f2f2;
}
/*===========universal continent=========*/
.universal-continent{
  display: table;
  position: relative;
  width: 100%;
}
.universal-continent > a{
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}
.universal-continent > a > img{
  display: table-cell;
  position: relative;
  width: inherit;
}
.universal-info{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  background-color: #fafafa;
  padding-left: 47px;
  padding-right: 10px;
}
.universal-info > h2{
  float: left;
  position: relative;
  width: 100%;
  font-size: 20px;
  font-weight: 800;
  color: #444444;
  margin-bottom: 12px;
  margin-top: 0;
  margin-left: 0;
}
.universal-info > h2 > a{
  color: inherit;
}
.universal-info > i{
  float: left;
  position: relative;
  font-size: 14px;
  font-family:'Poppins';
  font-style: normal;
  margin-right: 20px;
}
.uni-icon{
  float: left;
  position: relative;
  font-size: 14px;
}
.megamenu .widget .uni-icon{
  font-weight: bold;
}
.uni-icon > i{
  font-size: 14px;
  margin-right: 6px;
}
.universal-info > p{
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 0;
  font-family: arimo;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #666666;
  margin-top: 16px;
  max-width: 85%;
  margin-left: 0;
  margin-right: 0;
}
.thai-content {
  display: table;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.thai-content > a{
  display: table-cell;
  position: relative;
  vertical-align: middle
}
.thai-content > a > img{
  float: left;
  position: relative;
  width: initial;
}
.thai-info{
  display: table-cell;
  position: relative;
  vertical-align: middle;
  padding-left: 24px;
}
.thai-info > h2{
  float: left;
  position: relative;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.2px;
  color: #444444;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
.thai-info > h2 > a{
  color: inherit;
}
/*===========button 1============*/
.press{
  float: left;
  position: relative;
  width: 100%;
  margin-top: 41px;
}
.press > a{
  display: inline-block;
  position: relative;
  width: 100%;
  line-height: 60px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #333333;
  text-transform: uppercase;
}
/*============Africa continent=========*/
.uni-content{
  display: block;
  position: relative;
  width: 100%;
  padding-top: 60px;
}
.uni-content > a{
  float: left;
  position: relative;
  width: 100%;
}
.uni-content-info{
  float: left;
  position: relative;
  width: 100%;
  background-color: transparent;
  padding-left:0;
  padding-top: 30px;
}
.universal-info.uni-content-info > p{
  max-width: 99%;
}
.thai-space{
  padding-top: 60px;
  margin-top: 0;
}
/*===========sidebar===============*/
aside{
  float: left;
  position: relative;
  width: 100%;
  padding-left: 60px;
  border-left:1px solid #f1f1f1; 
}
.widget{
  float: left;
  position: relative;
  width: 100%;
}
.widget-title{
  float: left;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.2px;
  word-spacing: 4px;
  color: #333333;
  margin-top:0;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.widget-title::before{
  position:absolute;
  content: "";
  width: 41px;
  height: 2px;
  z-index: 1;
  right: -54px;
  bottom: 4px;
}
.recent-news{
  float: left;
  position: relative;
  width: 100%;
  list-style: none;
  margin:0;
  padding: 0;
}
.recent-news > li{
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.recent-news > li:last-child{
  margin-bottom: 0;
}
.recent-news > li::before{
  position: absolute;
  content: "";
  width:6px;
  height: 5px;
  background-color: #adadad;
  left: 0;
  z-index: 1;
  top: 10px;
}
.recent-news > li > a{
  float: left;
  position: relative;
  font-family: lato;
  font-size: 14px;
  letter-spacing: 0.2px;
  color: #555555;
  text-transform: capitalize;
  padding-left: 25px;
}
.top-gap{
  padding-top: 70px;
}
.addvertise-banner{
  float: left;
  position: relative;
  width: 100%;
  padding:25px 0;
  text-align:center;
}
.addvertise-banner > a{
  float: left;
  position: relative;
  width: 100%;
}
.addvertise-banner img{
  float: left;
  position: relative;
  overflow: hidden;
}
.seven-continents{
  float: left;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.seven-continents > li{
  float: left;
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  margin-bottom: 3px;
}
.seven-continents > li:last-child{
  margin-bottom: 0;
}
.seven-continents > li > a{
  float: left;
  position: relative;
  font-size: 13px;
  letter-spacing: -0.2px;
  color: #444444;
  padding-left: 36px;
  line-height: 56px;
  text-align: center;
}
.thai-continents{
  float: left;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.thai-continents > li{
  float: left;
  position: relative;
  width: 100%;
}
.thai-continents > li:first-child .thai-content{
  margin-top:0;
}
.centralize{
  text-align: center;
}
.centralize > i,
.centralize .uni-icon
{
  display: inline-block;
  float: none;
}
.universal-info.uni-content-info.centralize > p{
  display: inline-block;
  float: none;
  max-width: 94%;
  text-align: center;
}
/*===========footer============*/
footer{
  float: left;
  position: relative;
  width: 100%;
  background-color: #252525;
  margin-top:25px;
}
.bottom-bar{
  float: left;
  position: relative;
  width: 100%;
}
.bottom-bar > p{
  float: left;
  position: relative;
  margin: 0;
  line-height: 64px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #fff;
}
.bottom-bar a{
  color: inherit;
}
.bottom-bar > ul{
  float: right;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 64px;
}
.bottom-bar > ul > li{
  float: left;
  position: relative;
  margin-left: 53px;
  line-height:64px;
}
.bottom-bar > ul > li:first-child{
  margin-left: 0;
}
.bottom-bar > ul > li > a{
  display: inline-block;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.1px;
  color: #fff;
}
/*===========beach carousel=========*/
.beach-title{
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 53px;
}
.beach-title > h1{
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
  font-weight: 800;
  font-size: 35px;
  letter-spacing: -0.2px;
  color: #333;
  margin: 0;
}
.beach-carousel{
  float: left;
  position: relative;
  width: 100%;
}
.beach-item{
  display: table;
  position: relative;
  width: 100%;
}
.beach-item > a{
  display: table-cell;
  position: relative;
}
.owl-carousel .owl-item img{
  float: left;
  width: initial;
}
.item-description{
  display: table-cell;
  position: relative;
  width: 100%;
  vertical-align: middle;
  padding-left: 38px;
}
.item-description > h2{
  float: left;
  position: relative;
  width: 100%;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.2px;
  color: #333;
  margin-top: 0;
  margin-bottom: 23px;
}
.item-description > h2 > a{
  color: inherit;
}
.item-description > p{
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
  font-family: arimo;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.1px;
  color:#666666;
  max-width: 94%;
}
.beach-carousel .owl-nav{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.beach-carousel .owl-nav .owl-prev{
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px!important;
  text-align: center;
  font-size: 12px!important;
  color: #3f3f3f!important;
  background-color: #eaeaea!important;
  border-radius: 50%;
  left: -175px;
  float: left;
}
.beach-carousel .owl-nav .owl-next{
 display: inline-block;
 position: relative;
 width: 48px;
 height: 48px;
 line-height: 48px!important;
 text-align: center;
 font-size: 12px!important;
 color: #3f3f3f!important;
 background-color: #eaeaea!important;
 border-radius: 50%;
 right: -157px;
 float: right;
}
.category-space{
  padding-top: 18px;
}
/*===============phenomia paragraph==========*/
.phenomia{
  float: left;
  position: relative;
  width: 100%;
}
.phenomia p{
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
  font-family: arimo;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.1px;
  color:#666666;
  max-width: 94%;
}
/*===============Famous Landmarks============*/
.famous-landmark{
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 5px;
  padding-left:15px;
}
.famous-landmark img{
  float: left;
  position: relative;
  width: 100%;
}
.landmark-info{
  float: left;
  font-family:'Poppins';
  position: relative;
  width: 100%;
  padding-top: 35px;
}
.landmark-info > h1{
  float: left;
  position: relative;
  width: 100%;
  margin-top: 0;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.2px;
  color: #333333;
  margin-bottom: 15px;
}
.landmark-info > i{
  float: left;
  font-size: 14px;
  font-style: normal;
  margin-right: 20px;
  position: relative;
}
/*========table of content===========*/
.toc{
  float: left;
  position: relative;
  width: 100%;
}
.toc ul{
  float: left;
  position: relative;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.toc ul li{
  float: left;
  position: relative;
  width: 100%; 
}
.toc ul > li.menu-item-has-children{
  margin-bottom: 2px;
}
.toc > ul > li.menu-item-has-children > a{
  float: left;
  position: relative;
  width: 100%;
  font-family: montserrat;
  font-size: 13px;
  color: #555555;
  line-height: 55px;
  background-color: #f5f5f5;
  padding-left: 31px;
  padding-right: 28px;
}
.toc > ul > li.menu-item-has-children > a::before{
  position: absolute;
  content: "\f106";
  font-family: fontawesome;
  right: 26px;
  z-index: 1;
  font-size: 15px;
  color: #555;
  top: 50%;
  transform: translateY(-50%);
}
.toc > ul > li.menu-item-has-children.active > a::before{
  transform: rotateX(180deg) translateY(50%);
}
.toc ul ul{
  background-color: #fbfbfb;
  padding-top: 25px;
  display: none;
}
.toc ul ul.active{
  display: block;
}
.toc ul ul li a{
  float: left;
  position: relative;
  color: #444;
  font-size: 12px;
  padding-left: 47px;
  padding-bottom: 13px;
}
.toc ul ul li a::after{
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: 30px;
  background-color: #222428;
  z-index: 1;
  top: 7px;
}
.toc ul ul li.menu-item-has-children{
  margin-bottom: 0;
}
.toc ul ul ul{
  padding-top: 0;
  padding-left: 28px;
}
.geographic{
  float: left;
  position: relative;
  width: 100%;
}
.geographic > p{
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
  font-family: lato;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #666666;
}
/*==========seo toc============*/
/*.toc-container{
  background-color: #edf6ff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: table;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
  width: auto;
  counter-reset: section;
  opacity: 0;
  visibility: hidden;
}
.toc-container.active{
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.toc{
  display: table;
  position: relative;
  background-color: #edf6ff;
  border:1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin-bottom: 10px;
}
.toc-container.active, .toc{
  width: 100%;
}
.toc p{
  display: table-cell;
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  padding-right: 10px;
}
.toc span{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  position: relative;
  text-align: center;
  width: 28px;
  background-color: #fbfbfb;
}
.toc span a{
  color: #444;
}
.toc-list{
  background: rgba(0, 0, 0, 0);
  line-height: 1.6;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  z-index: 1;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
.toc-list.active{
  opacity: 1;
  visibility: visible;
}
.toc-list li{
  background: rgba(0, 0, 0, 0);
  line-height: 1.6;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  z-index: 1;
  counter-reset: subsection;
}
.toc-list li:before{
  counter-increment: section;
  content: " " counter(section) ". ";
}
.toc-list li a{
  color: #444;
  text-decoration: none;
  text-shadow: none;
}
.toc-list ul{
  margin-left: 1.5em;
  padding: 0;
}
.toc-list ul li:before{
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " ";
  }*/
  /*===========Facts==============*/
  .facts{
    float: left;
    position: relative;
    width: 100%;
    padding-top: 92px;
    margin-bottom: 20px;
  }
  .facts > h4{
    float: left;
    margin-top: 0;
    font-weight: 800;
    font-size: 24px;
    letter-spacing:-0.2px;
    color: #555555;
    margin-bottom: 25px; 
  }
  .facts-info{
    float: left;
    position: relative;
    width: 100%;
    list-style: none;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }
  .facts-info > li{
    color: #666;
    font-size: 16px;
	font-family: arimo;
    float: left;
    position: relative;
    width: 100%;
    padding-left: 30px;
    line-height: 30px;
  }
  .facts-info > li:last-child{margin-bottom: 0;}
  .facts-info > li:before{
    content: "\f00c";
    float: left;
    position: absolute;
    font-family: fontawesome;
    left: 0;
    font-size: 15px;
    color: #24b6d3;
    line-height: 30px;
    top: -2px;
  }
  .facts-info > li > span{
    float: left;
    position: relative;
    font-family: lato;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #666666;
    padding-left: 21px;
    width: 95%;
  }
  /*==========Articles========*/
  .rel-title{
    float: left;
    position: relative;
    margin-bottom: -16px;
  }
  .rel-title > h4{
    float: left;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: -0.2px;
    margin: 0;
    color: #333333;
  }
  h2 {font-size: 22px; font-weight: 800;}
  p {margin-top: 20px; margin-bottom: 50px;line-height:28px;}
  h3 {font-size: 20px;font-weight:800;}
  /*======Related articles==========*/
  .related-articles > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .related-articles > ul li {
    box-sizing: border-box;
    float: left;
    font-family: arial;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 20px;
    padding-left: 20px;
    position: relative;
    width: 100%;
  }
  .related-articles > ul li a {
    color: #24b6d3;
    text-decoration: none;
    font-style:italic;
  }
  .related-articles > ul li a:hover{
  margin-left: 10px;
  }
  .related-articles > ul li::before {
    background-color: #adadad;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 5px;
    position: absolute;
    top: 8px;
    width: 5px;
  }
  .related-articles {
    display: table;
    margin: 30px 0;
    width: 100%;
  }
  .related-articles h4 {
    font-family: Helvetica;
    margin: 0 0 20px;
  }
  /*===== Mega Menu =====*/

  .megamenu {
    background: #fafafa;
    padding: 40px;
    position: absolute;
    top: 100%;
    width: 930px;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
    border: 1px solid #f2f2f2;
  }
  nav ul li.menu-item-has-children:hover > .megamenu {
    opacity: 1;
    visibility: visible;
  }
  .megamenu .recent-news > li > a {
    font-weight: 400;
    line-height: 20px;
    padding-right: 0;
    text-align: left;
  }
  .megamenu .recent-news > li > a:hover,
  .megamenu .thai-info > h2 > a:hover {background: transparent none repeat scroll 0 0;}
  .megamenu .recent-news > li::before {top: 7px;}
  .megamenu .thai-content > a {padding: 0;}
  .megamenu .thai-info > h2 > a {
    font-size: 13px;
    line-height: initial;
    padding: 0;
    text-align: left;
  }
  .megamenu .thai-info > h2 {margin-bottom: 10px;}
  .megamenu .widget-title {
    font-size: 14px;
    width: 100%;
  }
  .megamenu .widget-title::before {display: none;}
  /*============Loc Map=============*/
  .post-thumb {
    float: left;
    position: relative;
    width: 100%;
  }
  .post-thumb > img {width: 100%;}
  .post-thumb > span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0 5px #707070;
    -moz-box-shadow: 0px 0 5px #707070;
    -ms-box-shadow: 0px 0 5px #707070;
    -o-box-shadow: 0px 0 5px #707070;
    box-shadow: 0px 0 5px #707070;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    z-index: 1;
  }
  .clicked > span {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    top: 35px;
  }
  .post-thumb > span > img {
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
  .loc-map {
    height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    visibility: hidden;
    width: 100%;
  }
  .loc-map > iframe {
    border: 0 none;
    float: left;
    height: 100%;
    width: 100%;
  }
  .clicked .loc-map {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }

  /*===========countries Table=========*/

  .country-table2 table {
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 15px;
    width:100%
  }

  .country-table2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 1%;
    padding: 0;
    width: 98%;
    float: left;
	overflow-x: auto;
  }
  .country-table2 table tr:nth-child(2n+1) {background: #ecf7ff none repeat scroll 0 0;}
  .country-table2 table tr:nth-child(2n) {background: #f4faff none repeat scroll 0 0;}
  .country-table2 table tr td, 
  .country-table2 table tr th {
    font-size: 16px;
	font-family:'Poppins';
    padding: 15px 10px;
    text-align: center;
    color: #777;
    background: initial;
    border-left: 1px solid #d3ebff;
    border-bottom: 1px solid #d3ebff;
  }
  .flag-img {
    height: 40px;
    width: 60px;
  }
  .map-img {
    height: 40px;
    width: 60px;
  }
  .country-table2 table tr th {
    background: #d3254a none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    padding: 20px 10px;
    text-transform: uppercase;
  }
  /*=============usman changes===============*/
  .responsive-header{
   display: block;
   padding: 20px 10px;
   float: left;
   position: relative;
   width: 100%;
 }
 .responsive-header{
  display: none;
}
.responsive-header .logo{
	float: left;
	position: relative;
}
.responsive-header span{
	float: right;
	position: relative;
	margin-right: 20px;
	margin-top: 15px;
}
.responsive-header span a{
	display: inline-block;
	background-color: #333;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	color: #fff;
}
.responsive-menu{
	background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  max-width: 250px;
  padding: 20% 0;
  position: fixed;
  right: -100%;
  top: 0;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
  width: 100%;
  z-index: 999;
}
.responsive-menu.active{
	visibility: visible;
	opacity: 1;
	right: 0;
}
.responsive-menu span{
	position: absolute;
	right: 0;
	top: 0;
}
.responsive-menu span a{
	background: #fff;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  position: relative;
  right: 0;
  top: 0;
  width: 30px;
  display: inline-block;
  text-align: center;
}
.responsive-menu ul{
	float: left;
  list-style: none;
  margin-bottom: 0;
  padding: 0 30px;
  text-align: left;
  width: 100%;
}
.responsive-menu ul li{
	color: #eee;
  float: left;
  font-family: poppins;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 0;
  position: relative;
  text-transform: capitalize;
  width: 100%;
}
.responsive-menu ul li a
{
	color: inherit;
  float: left;
}
.responsive-menu ul li i
{
  display: block;
  font-size: 14px;
  height: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 15px;
  color: #fff;
}
table th,
.amazing > a:hover
{
  background-color: #1ca2bd;
}
nav ul li a:focus,
nav ul li.active,
nav ul li a:hover,
.social-icons li a:hover,
.press a:hover,
.responsive-header span a:hover,
.responsive-menu span a:hover,
.amazing > a:hover
{
  color: #fff;
}
.amazing > h4 > i,
.amazing > a,
.universal-info > i,
.landmark-info > i
{
  color: #1ca2bd;
}

.widget-title::before
{
  background-color: #34aec6;
}
/*=========table of content===========*/
.toc > ul > li.menu-item-has-children.active > a,
.toc ul ul > li a:hover:after,
.toc ul ul > li.menu-item-has-children.active > a::after
{
  background-color:#2ba8c1;
}


.toc ul ul li a:hover,
.toc ul ul > li.menu-item-has-children.active > a

{
  color: #2ba8c1;
}


.toc > ul > li.menu-item-has-children.active > a,
.toc > ul > li.menu-item-has-children.active > a::before
{
  color: #fff;
}
header .menu.stick nav > ul > li > a::before{
 background-color:#25e3ef;
 content: "";
 height: 5px;
 left: 0;
 position: absolute;
 top: -5px;
 width: 100%;
 z-index: 1;
}
.continent-info > a::after{
  background-color: #fff;
  bottom: 2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index:1;
}
header .menu.stick nav > ul > li > a.hclr2:hover,
header .menu.stick nav > ul > li > a.hclr2::before{
  background-color: #d3254a;
}
header .menu.stick nav > ul > li > a.hclr3:hover,
header .menu.stick nav > ul > li > a.hclr3::before{
  background-color: #e4d534;
}
header .menu.stick nav > ul > li > a.hclr4:hover,
header .menu.stick nav > ul > li > a.hclr4::before{
  background-color: #79be23;
}
header .menu.stick nav > ul > li > a.hclr5:hover,
header .menu.stick nav > ul > li > a.hclr5::before{
  background-color: #f07a22;
}
header .menu.stick nav > ul > li > a.hclr6:hover{
  background-color:#25e3ef; 
}
header .menu.stick nav > ul > li > a.hclr7:hover,
header .menu.stick nav > ul > li > a.hclr7::before{
  background-color: #f22222;
}
header .menu.stick nav > ul > li > a.hclr8:hover,
header .menu.stick nav > ul > li > a.hclr8::before{
  background-color: #f896eb;
}
p.teaser{
  float: left;
  margin-top: 0;
  text-align: right;
  font-weight: bold;
  font-size:14px;
}
/*=========Author Bio===========*/
.author-bio-section {
    width: 100%;
    float: left;
    background-color: #fff;
}
.author-img {
    display: inline-block;
    position: absolute;
    left: -11%;
    top: 50%;
    transform: translateY(-50%);
}
.author-bio-section img {
    width: auto;
}
.author-bio-section .box {
    background-color: #fcfcfc;
    position: relative;
    float: right;
    width: 90%;
    padding: 30px;
}

.author-content h4 {
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.5px;
}
.author-bio-section .author-content {
    display: inline-block;
    float: right;
    vertical-align: middle;
    padding: 0 50px;
    margin-left: 50px;
}
.author-bio-section .author-content p {
    margin: 0;
}
.social-icons-bio {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.author-content span {
    font-size: 12px;
    text-transform: none;
    color: #24b6d3;
}
.social-icons-bio ul {
    list-style: none;
}
.social-icons-bio ul li {
    margin: 0;
}
.social-icons-bio ul li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.social-icons-bio ul li a.red{
background-color: #d64e3b;
}
.social-icons-bio ul li a.blue{
background-color: #24b6d3;
;}
.social-icons-bio ul li a.d-blue{
background-color: #4267b2;
}
.author-sub-btn button {
    background-color: #24b6d3;
    color: #fff;
    height: 35px;
    width: 160px;
	border:none;
}
.author-sub-btn i.fa.fa-envelope {
    color: #fff;
    font-size: 17px;
}
/*===== Category Info  =====*/
.category-info {
    width: 100%;
    float: left;
    margin: 0 50px 20px;
	
}
ul.cat-info-tip {
    list-style: none;
}
ul.cat-info-tip li {
    margin-bottom: 0;
    position: relative;
    font-size: 16px;
    line-height: 40px;
    padding-left: 10px;
    font-family: 'Poppins';
}

  ul.cat-info-tip li:before {
    content: "\f14a";
    position: absolute;
    color: #24b6d3;
    font-family: fontawesome;
    left: -17px;
    top: 0;
}

/*===== Contact us  =====*/
.pri-title {
    float: left;
    margin-bottom: 10px;
     margin-top:20px;
    width: 100%;
}

.pri-title > h1 {

    float: left;

    margin: 0;

    text-align: center;

    width: 100%;

}
.container.ab {
    background-color: #f7f7f7;
    padding: 50px 30px;
}

#contactform label {font-size: 12px;}

#contactform input[type=text], #contactform textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    font-size: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

#contactform #submit {
    color: #ffffff;
    background-color: #24b6d3;
    border: 0;
    padding: 16px 35px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;

}

#contactform #submit:hover {background-color: #333333;}
img.loader {display: none;width:auto;}
#message {
    float: left;
    width: 100%;

}