/* @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=Thasadith:400,400i,700,700i'); */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;/* 
	font-family: 'Thasadith', sans-serif; */
	font-style:italic;
}
p{font-family: 'Lato', sans-serif;  font-size: 16px;color:#aeaeae}

html,
body { height: 100% }
body {
overflow-x:hidden;
font-family: 'Lato', sans-serif;
background-color:rgb(241, 92, 82);
}
a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/* .container{max-width:960px;} */
.padding-1{padding:100px 0;}
.padding-2{padding:100px 0;}
.padding-3{padding:100px 0;}
.padding-4{padding:100px 0;}
.padding-5{padding:100px 0;}
.head-bg{
	background-image:url(img/61tq3BsvnGL._SL1000_.jpg);
	background-size:cover;
background-repeat:no-repeat;
background-color:#484F59;
}
.slider-bg{
	background-image:url(img/Entertain-TV-Sofa-Deutsche-Telekom.jpg);
	background-size:cover;
background-repeat:no-repeat;
background-color:#DAE7EE;
}

.full-img{
	background-image:url(img/71njqw-x4rL._SL1500_.jpg);
	background-size:cover;
background-repeat:no-repeat;
background-color:#DAE7EE;
}



.content.text-center {
background-color: rgb(246, 242, 222);
border-radius: 8px;
box-shadow: -1px 0 4px -6px #ddd;
padding: 5% 9% 9%;
}

.btn-1 {
background-color: #5c5850;
border-radius: 2px;
color: #fff;
display: inline-block;
font-weight: bold;
padding: 45px 50px;
transition: all 0.4s ease 0s;
width: 100%;
font-size: 18px;
}
.btn-1:hover {
    background-color: #FC584F;
	color:#fff;
}


.logo-tp {
margin-bottom: 70px;
}
.logo-bt {
    margin-top: 48px;
}
.logo-bt > img {
    width: 40%;
}




