
*{

    padding: 0;
    margin: 0;

}

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}


li {

    list-style: none;
    display: inline-block
    background-size:cover;
}

a {

    text-decoration: none;
    transition: all 500ms ease-in-out;
}

a:hover {
    
    text-decoration: none;
},
a:active {
    
    text-decoration: none;
},
h1 {font-family: 'thai_sans_literegular';
    font-size: 100px;},
h2,
h4 {
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}


p {
    font-size: 15px;
    line-height: 21px;
}



td, th {
    border: 2px solid #dddddd;
    text-align: center;
    padding: 2px;
    font-size: 16px;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    color: #4c4c4c;
    width: 5%
}


.btn {

    transition: all 300ms ease-in-out;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.btn:hover {

    background-color: #ededed !important;
    color: #3c3c3c !important;
    border: 1px solid #fff !important;
}

.btn:active {

    background-color: #ededed !important;
    color: #3c3c3c !important;
    border: 1px solid #fff !important;
}



/*NAVIGATION*/
.row {

    background-color: #ffffff !important;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    font-weight: 700;
    color: #07396b !important;
    
    

}

.navbar {
    background-color: #ffffff !important;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-right: 15px;
}


.navbar a {
    
    color: #ffffff !important;
    opacity: 1;
    background-color: #07396b !important;
    background-size: cover;
}


.navbar a:hover:not(.active) {
    
    opacity: 1;
    background-color: #098fcd !important;
}


.navbar a.active {
    
    opacity: 1;
    background-color: #098fcd !important;
}


.navbar p {
    
    padding-top:0px;
    font-size: 20px;
    color: #000000 !important;
    text-align: left;
}

.navbar i {
    height: 50px;
    width: 50px;
    font-size: 30px;
    padding-top: 10px;
    border-radius: 50%;
    border-width: "thin";
    background-color: #C9C7C7;
    color: #fff;
    
}

.icon-wrapper i {
    height: 50px;
    width: 35px;
    font-size: 30px;
    padding-top: 15px;
    border-radius: 50%;
    border-width: "thin";
    background-color: #ffffff;
    color: #098fcd;
    
}

.navbar img {
    
    margin-right: 0px;
    margin-top: 12px;
    margin-left: 0px;
    margin-bottom: 10px;
    position: left;

}





/*HEADER*/
.header {
    
    height: 565px;
    width: 85.62%;
    padding: 30px 0px 0px;
    margin-top: 45px;
    margin-left: 97px;
    position: relative;
    /*background-image: url(../images/bg3.jpg);
    object-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;


.header {
  max-width: 1000px;
  position: relative;
  margin: auto;
}*/
}

.header img {
    
    /*height: 520px;*/
    width: 700px; 
    margin-top: 60px;
    margin-left: 0px;
    margin-bottom: 0px;
    position: relative;
}

.header h1 {
    
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;

}

.header h1,
.header p,
.header button {
    
    margin-top: 20px;
}

.header .btn {
    
    border-radius: 0;
    margin: 40px 20px;
}


/*@media(max-width:768px) {
    
    .header {
        
        padding: 30px;
        height: 750px;
    }
    
    .header img {
        
        width: 90%;
        height: 300px;
        margin: 20px 0 0 20px;
    }
    
    .header .btn {
        
        font-size: 10px;
        margin-left: 20px;
	   
    }
    
    .header h1 {
        
        font-size: 20px;
    }
    
    .header p {
        
        font-size: 10px;
    }

    
}*/



/*SERVICES*/

.services {
    
    padding: 10px 0 50px;
    text-align: left;
}

.services h2,
.services h4 {
    
    color: #4c4c4c;
    margin-top: 20px;
    margin-bottom: 20px;
}


.services p {
    
    color: #737373;
    font-size: 14px;
    padding-bottom: 20px;
}

.account  {

    padding: 20px 0 80px;
    color: #797884;
    font-size: 16px;
    padding-bottom: 20px;
    font-family: 'sans-serif';
}


.account p {

    padding: 20px 0 80px;
    color: #797884;
    font-size: 16px;
    padding-bottom: 20px;
    font-family: 'sans-serif';
}


.services i {
    
    height: 80px;
    width: 80px;
    font-size: 30px;
    padding: 25px 20px;
    border-radius: 50%;
    background-color: #6699cc;
    color: #fff;
}

.red_icon i {
    
    height: 80px;
    width: 80px;
    font-size: 30px;
    padding: 25px 20px;
    border-radius: 50%;
    background-color: #8B0000;
    color: #fff;
}


@media(max-width:768px) {
    
    .services {
        
        padding: 30px;
    }
}

.content {
    
    padding: 50px 0 80px;
    text-align: left;
    font-size: 20px;
    color: #ffffff;
}


/*PRICING*/

.pricing {
    
    padding: 50px 0 80px;
    text-align: center;
    background-color: #3399ff;
}

.pricing h2,
.pricing p {
    
    color: #fff;
}

.pricing p {
    
    padding-bottom: 40px;
}

.pricing .packages {
    
    padding: 30px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 30px;
}


.packages li {
    
    display: block;
    padding: 5px;
}

.packages h4,
.packages h1,
.packages b {
    
    color: #4c4c4c;
}

.packages p,
.packages li {
    
    color: #737373;
}

.packages button {
    
    margin-top: 10px;
}



@media(max-width:768px) {
    
    .pricing {
        
        padding: 30px;
    }
    
    .packages {
        
        width: 80%;
        margin-left: 25px;
    }
}


/*TEAM*/

.team {
    
    padding: 50px 0 80px;
    text-align: center;
}

.team b,
.team h2,
.team h4 {
    
    margin: 20px 0 20px;
    color: #4c4c4c;
}


.team p {
    
    color: #737373;
}

.team img {
    
    height: 150px;
    width: 150px;
    margin-top: 80px;
}


.team i {
    
    height: 30px;
    width: 30px;
    padding: 5px;
    font-size: 17px;
    border-radius: 50%;
    background-color: #a0db8e;
    color: #fff;
}

.team a:hover i {
    
    background-color: #709963;
}


/*CLINTS*/

.clients {
    
    padding: 50px 0 80px;
    background-color: #3399ff;
    text-align: center;
    color: #fff;
}

.client h2 {
    
    color: #5e5e5e;
}

.clients p {
    
    padding-bottom: 40px;
}

.clients img {
    
    width: 200px;
    opacity: 0.6;
    cursor: pointer;
    margin: 40px 0;
    transition: all 500ms ease-in-out;
}


.clients li:hover img {
    
    opacity: 1;
}


/*CONTACT*/

.contact {
    
    padding: 150px 0 80px;
    text-align: left;
}

.contact p {
    
    color: #737373;
    font-size: 14px;
    /*padding-bottom: 20px;*/
}

.contact h2 {
    
    color: #262626;
    margin: 20px 0 20px;
}

.contact .input-group {
    
    margin-bottom: 25px;
}

.contact .form-control {
    
    border-radius: 0 !important;
}

.contact span {
    
    border-radius: 0 !important;
}

.contact .btn {
    
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    background-color: #f08080;
    color: #ffffff; //ปุ่มsubmit
}

.contact .btn:hover {
    
    background-color: #a85959 !important;
    color: #fff !important;
}


/*FOOTER*/

.footer {
    
    padding: 30px;
    color: #ffffff;
    background-color: #07396b;
}


.footer .social {
    
    font-size: 20px;
    height: 30px;
    width: 30px;
    text-align: center;
    padding: 5px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    margin-right: 5px;
}


.footer input {
    
    height: 40px;
    width: 160px;
    padding: 5px;
    border: none;
    background-color: #cccccc;
    color: #000;
}

.footer .btn {
    
    padding: 10px 5px 10px;
    margin: -3px 0 0 5px;
}






























































