@import url('https://fonts.googleapis.com/css2?family=Sarabun:wght@300;400;500;700&display=swap');

body {
    font-family: "Sarabun", sans-serif;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
}

.top {
    display: flex;
    margin-bottom: 5px;
}

.dashboard-title {
    background-color: blueviolet;
    color: #fff;
    box-shadow: 0 0 3px 3px blueviolet;
    width: 100%;
    text-align: center;
}

.logo {
    width: 80px;
    height: 80px;
}

.box-content {
    display: flex;
    justify-content: space-between;
}

.first-content {
    width: 500px;
}

.title-1 {
    text-align: center;
    background-color: #a6c8eb;
    box-shadow: 0 0 3px 3px #a6c8eb;
    margin: 80px 50px 0 50px;
}

.title-1-1 {
    text-align: center;
    background-color: #ffc5eb;
    box-shadow: 0 0 3px 3px #ffc5eb;
    margin: 100px 50px 40px 50px;
}

.detail-1 {
    margin-left: 30px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.boat {
   width: 50px;
   height: 50px;
   margin-left: 5px; 
   margin-top: 5px;
}

.plane {
    width: 110px;
    height: 50px;
    margin-left: 20px;
}

.detail-1-sp {
    margin-top: 30px;
    margin-left: 30px;
    font-size: 0.9rem;
    color: red;
}

.link:hover {
    color: red;
}

li {
    font-size: 0.8rem;
    margin-bottom: 5px;
    margin-left: 30px;
}

li a {
    font-size: 0.8rem;
    text-decoration: none;
    color: #000;
}

li a:hover {
    color: red;
}

.link {
    font-size: 0.8rem;
    text-decoration: none;
    color: #000;
    margin-left: 40px;
}

.second-content {
    width: 500px;
}

.title-2 {
    background-color: #A3CB38;
    box-shadow: 0 0 3px 3px #A3CB38;
    margin-right: 15px;
}

.second-box {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.map-cr {
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
}

.box-4 {
    position: absolute;
    z-index: 1;
    margin: 400px 20px 0 200px;
}

.third-content {
    width: 500px;
}

.logo-moph-chiang-rai {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.title-3 {
    text-align: center;
    color: red;
    background-color: #c0e1f7;
    box-shadow: 0 0 3px 3px #c0e1f7;
    margin: 20px 70px 0 70px;

}

.title-3_1 {
    text-align: center;
    background-color: #20bf6b;

    box-shadow: 0 0 3px 3px #20bf6b;
    margin: 60px 30px 30px 30px;
}

.detail-3 {
    text-align: center;
}

.detail-3_1 {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.5;
}