@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background-color: #ffffff;
    color: #020001;
    font-family: 'Noto Sans Thai', sans-serif;
    background: url(../images/bg-bottomblue.png) no-repeat bottom right;
    background-size: 40%;
    background-position: -34% 99%;
}
h1{
    color: #E00226;
}
h2, h3{
    color: #E00226;
    font-family: 'Noto Sans Thai', sans-serif;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    margin-bottom:30px;
    position: relative;
}
h2 span, h3 span{
    color: #E00226;
    font-family: 'Noto Sans Thai', sans-serif;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    position: relative;
}
h2 span:after, h3 span:after{
    content:"";
    border-radius: 30px;
    width:50%;
    height:3px;
    background-color: #222222;
    position:absolute;
    left:25%;
    bottom:0;
}
h3{text-align: left;}
section{
    padding:3rem 0 3rem;
    /*font-family: 'Noto Sans Thai', sans-serif;
    font-size:20px;
    font-weight: 300;
    line-height: 34px;*/
}
header a {
    text-decoration: none;
}
header {
    max-width: 1280px;
    padding: 10px 0;

    height: 110px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 32%, rgba(255,255,255,0.57) 61%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 32%,rgba(255,255,255,0.57) 61%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 30%,rgba(255,255,255,0.57) 70%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );

}
header:after{
    /* content:""; */
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffffff;
    background: -moz-linear-gradient(left,  #ffffff 0%, #efd973 23%, #a76e11 100%);
    background: -webkit-linear-gradient(left,  #ffffff 0%,#efd973 23%,#a76e11 100%); 
    background: linear-gradient(to right,  #ffffff 30%,#efd973 50%,#a76e11 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a76e11',GradientType=1 ); 
    background: linear-gradient(-45deg, #f4f4f4, #fafafa, #ffffff, #eeeff2);
    background: linear-gradient(to right,  #ffffff 23%,#efd973 35%,#a76e11 100%); 
    bottom: 0;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.logo {
    font-weight: bold;
    font-size: 18px;
    display: block;
    align-items: center;
    margin-left:0;
    display:block;
    position: relative;
    z-index: 9;
    /* background: #e6f7ff;
    position: absolute;
    top: 0; */
}
.logo a {
    padding:0;
    text-align: left;
    display: block;
}
.logo img{
    width: auto;
    height: 80px;
    padding: 0;
    margin: 65px 0 20px;
}
.topbar-contact{
    margin: 0;
    text-align: right;
    position:absolute;
    width:100%;
    top:0;
    left:0;
    background:#0a226a;
}
.topbar-contact p{
    text-align: right;
    margin: 10px 0;
    color: #eee;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.topbar-contact ul{
    padding:0;
    margin:0;
}
.topbar-contact ul li{
    display:inline-block;
    list-style-type: none;
    color: #70b7f1;
    margin-right: 10px;
}
.topbar-contact ul li a{
    text-decoration: none;
    color: #70b7f1;
}
.topbar-contact ul li i{
    font-size:12px;
    margin-right: 5px;
    color:#666666;
    color:#70b7f1;
}
.topbar-contact ul li img{
    padding: 3px 0 5px;
    width: 22px;
    height: auto;
}
.topbar-contact ul li.goto-social{
    margin-right:0;
}
.topbar-contact ul li.goto-social a{
    display:inline-block;
    width: 22px;
    height: 22px;
    margin: 2px 0 4px;
    vertical-align: middle;
    background-size: 22px;
    background-repeat: no-repeat;
}
.social-fb{
    background-image: url(../images/social-fb.png);
}
.social-fb:hover{
    background-image: url(../images/social-fb-on.png);
}

.social-msg{
    background-image: url(../images/social-msg.png);
}
.social-msg:hover{
    background-image: url(../images/social-msg-on.png);
}

.social-line{
    background-image: url(../images/social-line.png);
}
.social-line:hover{
    background-image: url(../images/social-line-on.png);
}
.top-about{
    /* height:670px; */
    /* margin-top: -115px; */
    position: relative;
    overflow: hidden;
}
.top-about:before{
    /* content:""; */
    width:100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    z-index: 0;
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); 
    background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); 
    background: linear-gradient(120deg,  rgba(255,255,255,0.2) 0%,rgba(0,0,0,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); 

    background: rgb(0 0 0 / 10%);

}
.top-about img{
    width: 100%;
    height: auto;
}
.topbar-menu{
    margin-top: -75px;
    padding-bottom: 47px;
    position: relative;
    z-index: 2;
}
.top-menu{
    text-align: right;
}
.top-menu ul{
    list-style: none;
    height: 100%;
    display: block;
    align-items: center;
    justify-content: space-around;
    padding:0;
    margin:0;
}
.top-menu ul li {
    padding: 0;
    margin: 0 ;
    display: inline-block;
}
.top-menu ul li:hover {
    transform: scale(1.1);
    transition: 0.3s;
}
.top-menu ul a {
    color: #020001;
    padding: 2px 5px;
    margin: 0 6px;
    border-radius: 8px;
    font-family: "Sarabun";
    font-family: 'Noto Sans Thai', sans-serif;
    font-size: 20px;
    font-weight: 600;
    /* text-shadow: 0 0 5px #ffffff; */
    text-decoration: none;
}
.top-menu ul li:hover a{
    color:#e10228;
}
.top-menu ul a.btn-ask{
    /* border: 1px solid #a56c0a; */
    border-radius: 30px;
    margin: 0 0 0 5px;
    padding: 7px 16px;
    color: #ffffff;
   
    text-shadow: 0 0 5px #e10228;
    background: #e10228;
    font-size: 15px;
    transition: all 0.3s;
}
.top-menu ul a.btn-ask:hover{
    background:radial-gradient(ellipse at center, #e10228 10%,#e10228 100%,#e10228 100%);
    background: #e10227be;
    color: #ffffff;
}
.top-menu ul li:last-child:hover {
    transform: scale(1);
    transition: 0.3s;
}
.top-menu ul li.flag{
    margin:0 0 0 10px;
}
.top-menu ul li.flag a{
    padding:0;
    margin: 0 3px;
}
.top-menu ul li.flag a img{
    width:25px;
    height:25px;
} 
#hamburger-icon {
    margin: auto 0;
    display: none;
    cursor: pointer;
}
#hamburger-icon div {
    width: 30px;
    height: 2px;
    background-color: #1f1f1f;
    margin: 6px 0;
    transition: 0.4s;
    z-index: 99;
}
.open .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 8px);
    transform: rotate(-45deg) translate(5px, 8px);

    position: fixed;
    width: 35px !important;
    right: 17px;
    top: 20px;
}
.open .bar2 {
    opacity: 0;
}
.open .bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -8px);
    transform: rotate(45deg) translate(-4px, -13px);

    position: fixed;
    right: 16px;
    top: 34px;
    width: 35px !important;
}
.open .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    text-indent: 50px;
    padding-top: 50px;
}
.mobile-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 50px);
    height:100%;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 2;
    background: #f9f9f8;

    position: fixed;
}
.mobile-menu li {
    margin-bottom: 0;
    list-style-type: none;
    display: inline-block;
    border-bottom: 1px dashed #ddd;
    width: 100%;
}
.mobile-menu li a{
    text-decoration: none;
    color: #a46c0e;
    padding: 15px 0;
    display: block;
    width: 100%;
    font-weight: 600;
    background: url(../images/icon-logo-diamond.png) no-repeat;
    background-size: 20px;
    background-position: 20px 50%;
    font-size: 1.2rem;
}
.header-topic img{
    width: auto;
    height: auto;
    max-height: 77px;
}

.wrap-about{
    padding:200px 0 130px;

    background: url(../images/bg-bottom-2.png) no-repeat bottom right;
    background-size: 20%;
}
.block-about{
    max-width: 645px;
    max-width:800px;
    margin: 30px auto;
    background: #ffffff;
    padding: 50px 50px 20px;
    border: 3px solid #000;
    text-align: center;
}
.block-about p{
    margin-bottom:35px;
}
.block-about strong{
    color: #fece40;
    text-shadow:3px 0 0 #000, -1px 0 0 #000, 0 3px 0 #000, 0 0px 0 #000, 2px 3px #000, 0px 0px 0 #000, 2px 2px 0 #000, 0px -1px 0 #000;
    margin-right:5px;
}
.block-about p.text{
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins';
    background: #562cb8;
    display: inline;
    padding: 5px 10px;
    border: 2px solid #000;
}
.aboutname{
    z-index: 3;
    background: #e00226;
    color: #fff;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 55%;
    right: -10px;
    text-align: center;
    padding: 30px 30px;
}
.aboutname h3{
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    width: 100%;
}
.aboutname h3 span{
    font-size: 12px;
    color: #fff;
    display: block;
    margin: 20px 0;
}
.aboutname h3 span:after{
    display:none;
}

.home-about-image img{
    width:100%;
    height:auto;
    border-radius: 2px;
    margin-bottom: 20px;
    position:relative;
    z-index: 3;
}
.home-about-image{
    position: relative;
}
.home-about-image:after {
    content:"";
    width: 80%;
    height: 95%;
    max-width: 80%;
    max-height: 350px;
    margin-top: 10px;
    position: absolute;
    top: 14%;
    left: -5%;
    display: block;
    background:rgb(249 249 248)
}
.home-about-detail h2{
    display: block;
    text-align: center;
}
.home-about-detail h2, .home-about-detail p{
    margin-left:30px;
}
.home-about-detail a, .btn-all {
    background-color: #0a226a;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 14px;
    text-decoration: none;
    border-radius: 30px;
    vertical-align: middle;
    font-weight: 600;
    margin: 20px 0 0 65%;
    width: 170px;
    display: block;
    text-align: center;
}
.home-about-detail a i, .btn-all i{
    margin-right: 3px;
    vertical-align: unset;
    font-size: 14px;
}
.wrap-about p{
    font-size:18px;
    line-height:34px;
    font-family: 'Noto Sans Thai', sans-serif;
}


.wrap-service{
    background: #f9f9f8;
    background: #e00226;
    background: -moz-radial-gradient(center, ellipse cover,  #e00226 0%, #e00226 44%, #c4012c 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  #e00226 0%,#e00226 44%,#c4012c 100%); 
    background: radial-gradient(ellipse at center,  #e00226 0%,#e00226 44%,#c4012c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00226', endColorstr='#c4012c',GradientType=1 ); 
}
.wrap-service h2 span{
    color:#fff
}
.block-service{
    text-align: center;
    background: #fff;
    border-radius: 3px;
    padding: 30px 5px 20px;
    position: relative;
    box-shadow: 0 0 2px #e7e7e7;
    margin-bottom: 30px;
}
.block-service img{
    border-radius: 8px;
    width: 90px;
    height: auto;
    position: relative;
    margin-bottom:25px;
}
.serviceImgBg {
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-bottom-color: rgb(249 249 248);
    position: absolute;
    top: 4px;
    left: 50%;
  }
.serviceImgBg:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 30px;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top-color: rgb(249 249 248);
}
.block-service h4{
    margin: 0 ;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    font-family: 'Noto Sans Thai', sans-serif;
    color: #020001;
    margin-bottom:5px;
}
.block-service p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Noto Sans Thai', sans-serif;
    color: #020001;
    margin:0 0 5px;
}

.wrap-news{
    /* padding: 100px 0 150px; */
}
.wrap-news h3 {
    text-align: center;
    margin-bottom: 50px;
}
.wrap-news h3 a{
    background-color: #020001;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 14px;
    text-decoration: none;
    border-radius: 30px;
    vertical-align: middle;
}
.wrap-news h3 a i{
    font-size: 12px;
    vertical-align: middle;
    margin-right: 2px
}
.block-news{
    margin-bottom: 30px;
    position: relative;
}
.block-news .badge{
    z-index: 3;
    background: #e00226;
    color: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 19px 0 0;
    border-radius: 0;
}
.block-news img{
    border-radius: 2px;
    width:100%;
    height: auto;
    margin:0;
}
.block-news .title{
    padding: 25px 24px;
    background: #f9f9f8;
}
/* Flashing */
.block-news:hover img{
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}


.block-news a{
    color:#020001;
    text-decoration: none;
    font-weight:500;
    font-size:18px;
    line-height: 30px;
    display: block;
}
.block-news a:hover{
    color:#E00226;
    text-decoration: underline;
}
.block-news p{
    font-size:12px;
    font-weight: 600;
    margin:10px 0 0;
    color: #E00226;
}
.block-news p strong{
    color: #020001;
}
.icon-clock{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icon-clock.svg) no-repeat center;
    background-size: 100%;
    vertical-align: sub;
    margin-right: 3px;
    display:none;
}

.btn-tocall{
    text-decoration: none;
    margin: 30px 0 30px;
    display: inline-block;
    transition: all 0.3s;
    border: 2px double #fece42;
    background: #fece42;
    background-color: #fece42;
    color: #000000;
    font-size: large;
    font-family: 'IBM Plex Sans Thai', sans-serif;
    font-weight: bold;
    border-radius: 30px;
    padding: 7px 15px 5px;
}
.btn-tocall span{
    font-size: 12px;
    display: block;
}
.btn-tocall  img{
    width: 20px;
    height: auto;
    margin-right: 5px;
    transition: all 0.3s;
}
.btn-tocall:hover{
    color:#fff;
    background: #785ed1;
}
.btn-tocall:hover span img{
    filter:invert(1);
}


.wrap-catalog h3 a{
    background-color: #a46b0e;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 14px;
    text-decoration: none;
    border-radius: 30px;
    vertical-align: middle;
}
.wrap-catalog h3 a i{
    font-size: 12px;
    vertical-align: middle;
    margin-right: 2px
}
.wrap-catalog h2{
    margin-bottom:70px;
}
.catalog{
    padding:20px 20px 25px;
    border:1px solid #242424;
    border-radius:2px;
    border-radius:8px;
    margin:0 0 25px 0;
    position: relative;
    overflow: hidden;
    padding: 15px 15px 10px 20px;

    min-height: 121px;
}
.catalog:hover{
    /* box-shadow: 0 0 10px #eee; */
    background: #e00226;
    color: #fff;
    border: 1px solid #e00226;
}
.catalog .cate{
    font-size: 12px;
    display: block;
    font-weight: 500;
    text-align: left;
    margin: 0 auto 25px;
    width: 60%;
    float: left;
}
.catalog .cate strong{
    display: inline-block;
    font-size: 15px;
    color: #202020;
    font-weight: 400;
}
.catalog .cate a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    color: #E00226; 
    color:#000;   
    padding:0;
    font-size: 16px;
}
.catalog:hover .cate strong, .catalog:hover .cate a{
    color:#ffffff;
}
.catalog a.coverImg{
    max-width: 180px;
    max-height: 180px;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    margin: 22px auto 0;
    width:40%;
    float:left;
}
.catalog a img{
    width:100%;
    height:auto;
}
.catalog:hover a img{
    border-radius:3px;
}
.catalog h5{
    text-align: center;
    margin: 40px auto 20px;
    height: 60px;
    display: block;
    overflow: hidden;
}
.catalog h5 a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Noto Sans Thai', sans-serif;
    color: #020001;
    line-height: 30px;
}
.catalog h5 a:hover{
    color:#E00226;
}
.catalog p{
    font-size:14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-align:center;
}
.catalog .btn{
    display: block;
    padding: 5px 5px;
    border-radius: 30px;
    border: 1px solid #020001;
    margin: 0 auto;
    width: 120px;
    
    background:#020001;
    color:#fff;
}
.catalog .btn:hover{
    background:#E00226;
    color:#ffffff;
    border: 1px solid #E00226;
}
.btn-all{
    margin: 50px auto 0;
    width: 220px;
    padding: 10px 0;
    font-size: 22px;


    border-radius: 30px;
    padding: 13px 0;
    color: #ffffff;
    text-shadow: 0 0 5px #020001;
    background: #020001;
    font-size: 19px;
    transition: all 0.3s;
    text-decoration: none;
    display: block;
    width: 230px;
    text-align: center;
    font-weight: 600;
    transition: all 0.5s;
    cursor: pointer;
}
.btn-all:hover{
    color:#E00226;
}


.block-contact{}
.block-contact h3{
    /* text-align: left; */
}
.block-contact ul{
    padding:0;
    margin:0;
}
.block-contact ul li{
    line-height: 38px;
    font-size: 18px;
    font-weight: 400;
    list-style-type: none;
}
.block-contact ul li em{
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: unset;
    margin-right: 20px;
    color: #252525;
    font-size: 15px;
    text-align: center;
}
.block-contact p{
    line-height: 38px;
    font-size: 20px;
    font-weight: 600;
}
.contact-image{
    position: relative;
}
.contact-image img{
    max-width: 450px;
    margin-left: 12%;
    width: 100%;
    height: auto;
    border-radius: 2px;
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
}
.contact-image:after{
    content: "";
    width: 60%;
    height: 90%;
    margin-top: 10px;
    position: absolute;
    top: 10%;
    left: 8%;
    display: block;
    background: rgb(249 249 248);
}


.wrap-gallery{
    position:relative;
}
.wrap-gallery .row>*{
    /* padding:0; */
}
.wrap-gallery:after{
    /* content:""; */
    position: absolute;
    background: #000000c9;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.gallery-image img{
    width:100%;
    height:auto;
    filter: brightness(1.0);
}
.gallery-image img:hover{
    filter: brightness(0.8);
}
.gallery-image{
    position: relative;
}

.btn-tocallbottom{
    border-radius: 30px;
    padding: 13px 0;
    color: #ffffff;
    text-shadow: 0 0 5px #E00226;
    background: #E00226;
    font-size: 19px;
    transition: all 0.3s;
    text-decoration: none;
    margin: 0 auto 0;
    display: block;
    width: 230px;
    text-align: center;
    font-weight: 600;
    transition: all 0.5s;
    cursor: pointer;
}
.btn-tocallbottom:hover{
    background: #020001;
    color: #ffffff;
    text-shadow: none;
}

nav.nav-bottom{
    text-align: right;
    display: block;
}
ul.pagination {
    display: inline-block;
}
ul.pagination li {
    display: inline-block;
}
.page-link {
    color: #94c9f9;
    border: 1px solid #c7e2fc;
}
.page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #94c9f9;
    border-color: #94c9f9;
}



.slideshow-container{
    margin-top: -115px;
}

footer{
  
    color: #020001;
    padding: 15px 0;
    border-bottom: 3px solid #E00226;
}
footer a, footer a:hover{
    text-decoration: none;
    display: block;
    color: #020001;
}
footer p{
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 32px;
}
footer small{
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    color: #8d8d8d;
}
footer .logo-footer{
    margin-top: 5px;
}
footer .logo-footer img{
    margin: 15px 0 0;
    width: 120px;
    height:auto;
}
footer .topbar-contact {
    margin: 80px 0 0 0;
    font-size: 12px;
    position: relative;
    background: transparent;
}
footer .topbar-contact ul li img{
    padding: 0px 1px 5px;
    width: 23px;
    height: auto;
    vertical-align: middle;
}
footer .topbar-contact ul li, footer .topbar-contact ul li a,footer .topbar-contact ul li i {
    color: #a0a0a0;
}
footer .topbar-contact ul li a{
    text-decoration: none;
}


@media only screen and (max-width: 991px) {
    header{padding:10px 0;}
    .logo{
        margin-left:0;
    }
    .logo img {
        width: 220px;
        height: auto;
    }
    .top-menu{margin-right:0;}
    .top-menu ul a {
        margin: 0 5px 0 0;
        font-size: 15px;
    }
    .text{font-size:40px;}
    .wrap-about{
        padding:50px 0 80px;
    }

    .slideshow-container {
        margin-top:-30px;
    }
    .slideCaption {
        font-size: 17px;
        top: 38%;
        left: 2%;
        width: 74%;
        padding:10px;
    }
    .slide-2 .slideCaption{width:70%;}
}

@media only screen and (max-width: 768px) {
    body{/*background: orange;*/}
    header{
        position: fixed;
        width: 50px;
        top: 20px;
        right: 10px;
        background: rgb(255 255 255 / 80%);
        padding: 10px;
        height: 50px;
    }
    header nav {
        display: none;
    }
    .logo a{
        text-align: center;
    }
    .logo img{
        width: 150px;
        height: auto;
        box-shadow: none;
    }
    #hamburger-icon {
        display: block;
    }
    .text-cover{
        width:100%;
        left:0;
        top: 76%;
    }
    .header-topic img {
        max-height: 70px;
    }
    section, .wrap-service, .wrap-about {
        padding: 50px 0 50px;
    }
    .home-about-image{padding:0 30px;margin-bottom: 30px;}
    .home-about-detail a{margin:30px auto 0px;}
    .home-about-detail h2, .home-about-detail p {
        margin-left: 0;
    }
    .block-service{min-height: 220px;}
    .block-service.unset{min-height: unset;padding-bottom: 20px;}
    footer{text-align: center;margin-top:0;}
    footer .topbar-contact{margin:20px 0 0;}
    footer .topbar-contact ul{text-align: center;margin:0 0 15px;}
    footer small{text-align: center;}
    footer .topbar-contact ul li.goto-social {display: block; margin: 8px 0 0;}
}


/* ipad vertical */
@media only screen and (min-width: 768px) and (orientation: portrait) {
    /* body{background: yellow;} */
    .topbar-menu {
        margin-top: -80px;
        padding-bottom:30px;
    }
    .slideshow-container {
        margin-top: 0;
    }
    .slideCaption{top:15%;}
    .wrap-about {
        padding: 100px 0 80px;
    }
    .home-about-image {
        padding-top: 100px;
    }
    .home-about-detail a{
        margin: 20px 0 0 35%;
    }
    .logo img {
        width: 140px;
        height: auto;
    }
    .block-service{min-height:217px;}
}