/*G-Edit Start*/
@keyframes circle-R {
  from {
    -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg);
            transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
            transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes circle-R-reverse {
  from {
    -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg);
            transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(0deg) translateX(10px) rotate(0deg);
            transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.action .btn.btn-primary:hover span img{position: relative; right: 0; animation: action-btn-primary-span-img 1s linear infinite;}
@keyframes action-btn-primary-span-img {
  100% {right: -5px;}
}


.site-header .bottom-header .logo-header:before{
	animation-name: logo-header-before;
	animation-duration: 1s;
	animation-delay: 0s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-direction: alternate;
}
@keyframes logo-header-before {
  100% {box-shadow: 0px 10px 30px 3px rgb(0 0 0 / 30%);}
}


.topgraphic .cover {padding-bottom: 700px;}

.wg-announce .h-title .lazy {
    animation-name: hvr-icon-pulse-shrink;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.bg-sectionII{background-image: url(../image/background/bg-sectionII-no-ogb.jpg);}
.bg-sectionII .circle{background-color: #F2F9FA; border: 1px solid #30A4EF; 
	border-radius: 50%; position: absolute; z-index: 0; pointer-events: none;
	animation: circle-R-reverse 5s linear infinite;
}
.bg-sectionII .circle.-I{width: 61px; height: 61px; top: 140px; left: 110px;}
.bg-sectionII .circle.-II{width: 104px; height: 104px; top: 309px; left: -69px;}
.bg-sectionII .circle.-III{width: 33px; height: 33px; bottom: 679px; left: 224px;}
.bg-sectionII .circle.-IV{width: 82px; height: 82px; bottom: 400px; left: 59px;}
.bg-sectionII .circle.-V{width: 33px; height: 33px; bottom: 679px; right: 213px;}
.bg-sectionII .circle.-VI{width: 88px; height: 88px; bottom: 400px; right: 48px;}
.bg-sectionII .ojb{width: 400px; height: 335px; top: 264px; right: -188px;
	border-radius: 50%; position: absolute; z-index: 0; pointer-events: none;
	animation: circle-R 20s linear infinite;
}

.bg-sectionIII:after{background-image: url(../image/background/bg-sectionIII-no-ogb.png);}
.bg-sectionIII .bubble{border-radius: 50%; position: absolute; z-index: 1; pointer-events: none; border: 1px solid #fff;}
.bg-sectionIII .bubble.-typeI{animation: circle-R 5s linear infinite;
	background-image: radial-gradient(circle, rgba(255,255,255,0) 60%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0.9) 80%, rgba(255,255,255,1) 100%);
}
.bg-sectionIII .bubble.-typeII{animation: circle-R-reverse 5s linear infinite;
	background-color: #F2F9FA; border: 1px solid #30A4EF;
}
.bg-sectionIII .bubble.-I{width: 193px; height: 193px; top: 301px; left: -45px;}
.bg-sectionIII .bubble.-II{width: 100px; height: 100px; top: 463px; right: 127px;}
.bg-sectionIII .bubble.-III{width: 61px; height: 61px; bottom: 620px; left: 160px;}
.bg-sectionIII:before{ animation: bg-sectionIII-before 2000s linear infinite;}
@keyframes bg-sectionIII-before {
	to {background-position: 10000px 0;}
}

.wg-SeaWeatherAndWaves .slider{margin: 0 -20px;}
.wg-SeaWeatherAndWaves .slick-list{overflow: visible;}
.wg-SeaWeatherAndWaves .slick-slide{opacity: 0; pointer-events: none; transition: all 400ms; }
.wg-SeaWeatherAndWaves .slick-slide.slick-active{opacity: 1; pointer-events: visible;}
.wg-SeaWeatherAndWaves .slick-dots{z-index: 1;}
.wg-SeaWeatherAndWaves .slick-slide{opacity: 0; pointer-events: none; transition: all 400ms;}
.wg-SeaWeatherAndWaves .slick-slide.slick-active{opacity: 1; pointer-events: visible;}
.wg-SeaWeatherAndWaves .slick-prev{left: -80px;}
.wg-SeaWeatherAndWaves .slick-next{right: -80px;}
.wg-SeaWeatherAndWaves .slick-prev,
.wg-SeaWeatherAndWaves .slick-next{ background-color: transparent; border: 2px solid #004AC9; color: #004AC9;
    font-size: 30px; line-height: 55px;text-align: center; width: 50px; height: 50px;
    border-radius: 50%;
    transition: all 400ms;
}
.wg-SeaWeatherAndWaves .slick-prev .feather{position: relative; left: -2px;}
.wg-SeaWeatherAndWaves .slick-next .feather{position: relative; right: -2px;}
.wg-SeaWeatherAndWaves .slick-prev:hover,
.wg-SeaWeatherAndWaves .slick-next:hover{color: #fff; background-color: #004AC9; box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);}
.wg-SeaWeatherAndWaves .slick-prev:before,
.wg-SeaWeatherAndWaves .slick-next:before{content: '';}
.wg-SeaWeatherAndWaves .item{padding: 40px 20px 0 20px;}
.wg-SeaWeatherAndWaves .link{background-color: #fff; position: relative; display: block; height: 160px; padding: 20px;
    border-radius: 5px; box-shadow: 0 10px 20px 0 rgba(0,0,0,0.16);
}
.wg-SeaWeatherAndWaves .h-txt img{display: inline-block;}
.wg-SeaWeatherAndWaves .contain > img{transition: all 1500ms; transition-delay: 600ms;}
.wg-SeaWeatherAndWaves .slider:hover .link{opacity: 0.8;}
.wg-SeaWeatherAndWaves .slider:hover .link:hover{opacity: 1;}
.wg-SeaWeatherAndWaves .link:hover{box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);}
.wg-SeaWeatherAndWaves .link:hover .contain > img{transform: scale(1.1);}
.wg-SeaWeatherAndWaves .link:hover .h-txt img{
    animation-name: hvr-icon-bob-float, hvr-icon-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate;
}

.wg-MarineMilestones .slider{margin: 0 -25px;}
.wg-MarineMilestones .slick-list{overflow: visible;}
.wg-MarineMilestones .slider .item{padding: 0 25px;}
.wg-MarineMilestones .slick-slide{opacity: 0; pointer-events: none; transition: all 400ms;}
.wg-MarineMilestones .slick-slide.slick-active{opacity: 1; pointer-events: visible;}
.wg-MarineMilestones .slick-prev{left: -80px;}
.wg-MarineMilestones .slick-next{right: -80px;}
.wg-MarineMilestones .slick-prev,
.wg-MarineMilestones .slick-next{ background-color: transparent; border: 2px solid #004AC9; color: #004AC9;
    font-size: 30px; line-height: 55px;text-align: center; width: 50px; height: 50px;
    border-radius: 50%;
    transition: all 400ms;
}
.wg-MarineMilestones .slick-prev .feather{position: relative; left: -2px;}
.wg-MarineMilestones .slick-next .feather{position: relative; right: -2px;}
.wg-MarineMilestones .slick-prev:hover,
.wg-MarineMilestones .slick-next:hover{color: #fff; background-color: #004AC9; box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);}
.wg-MarineMilestones .slick-prev:before,
.wg-MarineMilestones .slick-next:before{content: '';}
.wg-MarineMilestones .thumb{transition: all 200ms ease-out; top: 0;}
.wg-MarineMilestones .cover > img{transition: all 400ms; transition-delay: 400ms;}
.wg-MarineMilestones .slider:hover .link{opacity: 0.8;}
.wg-MarineMilestones .slider:hover .link:hover{opacity: 1;}
.wg-MarineMilestones .link:hover .thumb{top: -10px;}
.wg-MarineMilestones .link:hover .cover > img{transform: scale(1.1);}
.wg-MarineMilestones .obg:before{
	animation-name: wg-MarineMilestones-obg-before;
	animation-duration: 4s;
	animation-delay: 0s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-direction: alternate ;
}
@keyframes wg-MarineMilestones-obg-before {
  100% {transform: scale(0.9);}
}
.wg-MarineMilestones .obg > img{
	animation-name: wg-MarineMilestones-obg-img;
	animation-duration: 40s;
	animation-delay: 0s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-direction: normal;
}
@keyframes wg-MarineMilestones-obg-img {
  100% {transform: rotate(360deg);}
}

.wg-about .slick-list{overflow: visible; margin: 0;}
.wg-about .slick-slide{opacity: 0; pointer-events: none; transition: all 400ms;}
.wg-about .slick-slide.slick-active{opacity: 1; pointer-events: visible;}
.wg-about .slick-list .item{padding: 0;}
.wg-about .link{display: block;}
.wg-about .thumb{width: 280px; height: 280px;}
.wg-about .thumb > img{transition: all 600ms ease-out; transition-delay: 200ms; width: 100%; max-width: inherit;
	transform: rotate(0deg) translateX(10px);
    animation-play-state: paused;
}
.wg-about .shadow{width: 210px; height: 210px;}
.wg-about .ojb{
	width: 240px;height: 240px; top: 20px;
	animation-name: wg-about-ojb;
	animation-duration: 40s;
	animation-delay: 0s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-direction: normal;
}
@keyframes wg-about-ojb {
  100% {transform: rotate(360deg);}
}
.wg-about .ojb > div{position: absolute; z-index: 1; border: 1px solid #fff; border-radius: 50%; transition: all 200ms ease-out;
	background-image: radial-gradient(circle, rgba(255,255,255,0) 60%, rgba(255,255,255,0.5) 75%, rgba(255,255,255,0.9) 80%, rgba(255,255,255,1) 100%);
}
.wg-about .ojb .v1{width: 30px; height: 30px;}
.wg-about .ojb .v2{width: 42px; height: 42px;}
.wg-about .ojb .v3{width: 52px; height: 52px;}
.wg-about .slick-slide:nth-child(3n+1) .ojb,
.wg-about .slick-slide:nth-child(3n+2) .ojb,
.wg-about .slick-slide:nth-child(3n+3) .ojb{background-image: url(../image/static/wg-about-ojb4.png);}
.wg-about .slick-slide:nth-child(3n+1) .ojb .v1{top: -10px; left: -4px;}
.wg-about .slick-slide:nth-child(3n+1) .ojb .v2{top: 60px; left: -44px;}
.wg-about .slick-slide:nth-child(3n+1) .ojb .v3{bottom: 10px; right: -34px;}
.wg-about .slick-slide:nth-child(3n+2) .ojb .v1{bottom: -6px; left: 24px;}
.wg-about .slick-slide:nth-child(3n+2) .ojb .v2{right: -33px;top: 50px;}
.wg-about .slick-slide:nth-child(3n+2) .ojb .v3{top: 19px; left: -34px;}
.wg-about .slick-slide:nth-child(3n+3) .ojb .v1{right: -40px; top: 110px;}
.wg-about .slick-slide:nth-child(3n+3) .ojb .v2{bottom: 17px; left: -25px;}
.wg-about .slick-slide:nth-child(3n+3) .ojb .v3{right: -28px; top: -3px;}
.wg-about .circle{position: absolute; top: 0; left: 0; right: 0; margin: auto;width: 250px; height: 250px; z-index: -1;}
.wg-about .circle > div{position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(0); 
	border: 1px solid #fff; border-radius: 50%; transition: all 200ms ease-out;
}
.wg-about .circle .v1{width: 250px; height: 250px;}
.wg-about .circle .v2{width: 300px; height: 300px;}
.wg-about .circle .v3{width: 350px; height: 350px;}
.wg-about .circle .v4{width: 400px; height: 400px;}
@keyframes wg-about-circle {
  from {
    transform: translate(-50%,-50%) scale(0.2);
  }
  to {
    transform: translate(-50%,-50%) scale(1.0);
    opacity: 0;
  }
}
.wg-about .link:hover .circle > div{
	animation-name: wg-about-circle;
	animation-duration: 4s;
	animation-delay: 0ms;
	animation-iteration-count: 1;
}
.wg-about .link:hover .thumb{top: 10px;}
.wg-about .link:hover .thumb > img{
	animation: circle-R 5s linear infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.wg-about .link:hover .shadow{top: 40px; box-shadow: 0 3px 20px 10px rgba(0, 0, 0, 0.2) !important;}

.wg-news-release:before{animation: circle-R 20s linear infinite;}
.wg-news-release:after{animation: circle-R-reverse 20s linear infinite;}
.news-release-list .card .cover{overflow: hidden;}
.news-release-list .card .cover img{transition: all 600ms ease-out; transition-delay: 200ms;}
.news-release-list .card:hover .cover img{transform: scale(1.1);}

.site-container.calendar{overflow: hidden;}
.calendar-page{position: relative; padding-bottom: 60px;
	background-image: url(../image/background/bg-calendar.png);
	background-position: center; background-repeat: no-repeat; background-size: cover;
}
.calendar-page:before{content: ''; position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 100%;
	background-image: linear-gradient(0deg, rgba(242,249,250,0) 0%, rgba(242,249,250,1) 100%);
}
.calendar-page .container{position: relative; z-index: 1;}
.calendar-note-scroll{display: none; font-size: 16px; line-height: 1; color: #4e4e4e; margin: 10px 0;}
.calendar-note{padding-top: 20px;}
.calendar-note .note-list{margin-bottom: 15px;}
.calendar-note .note-list .item-list{margin: -5px;}
.calendar-note .note-list .item-list > li{padding: 5px;}
.calendar-note .note-list .link{display: block; position: relative;}
.calendar-note .note-list .icon { width: 15px; height: 15px; text-align: center; padding: 0; position: absolute;left: 4px; top: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.calendar-note .note-list .icon.bad { background-color: #d84b53;}
.calendar-note .note-list .icon.good { background-color: #72B900;}
.calendar-note .note-list .txt { height: 30px;line-height: 28px; display: block; padding: 0 0px 0 30px; font-size: 20px; color: #4E4E4E; white-space: nowrap;}
.calendar-note .wg-event-top { position: relative;top: 0; margin: 0 -15px;}
.calendar-note .wg-event-top .card{padding: 20px; height: 80px;}
.calendar-note .wg-event-top .news-gb .card{width: 100%; padding: 20px;}
.calendar-note .wg-event-top .conclude-list{padding-left: 0;}
.calendar-note .wg-event-top .conclude-list .item-list{margin: -5px -10px;}
.calendar-note .wg-event-top .conclude-list li {padding: 5px 10px; width: calc(100%/3);}
.calendar-note .wg-event-top .card .header{padding-left: 45px; padding-right: 50px; padding-bottom: 0; min-height: inherit; text-align: left;}
.calendar-note .wg-event-top .card .body .cover{position: absolute; left: 20px; top: 20px; bottom: 20px; margin: auto; height: 37px;}
.calendar-note .wg-event-top .card .body .num { position: absolute; right: 20px; top: 20px; bottom: 20px; margin: auto; text-align: right; line-height: 37px; height: 37px;}

.filter-search.-select2:before{content: ''; position: absolute; top: 14px; right: 15px; width: 10px; height: 10px;
    border-left: 2px solid #0058C6; border-bottom: 2px solid #0058C6; transform: rotate(-45deg);
}

.baseline{margin: 0;}
.baseline > div{padding: 0;}

.pagination-block {padding: 25px 0px;}

.inner-page{overflow: hidden; background-color: #f2f9fa; padding-top: 0; z-index: 0; padding-bottom: 40px; position: relative;}
.inner-page:before,
.inner-page:after{content: ''; position: absolute; z-index: -1;
    background-size: contain;background-repeat: no-repeat;background-position: top center;
}
.inner-page:before{ bottom: -60px;left: 50%; margin-left: -970px; width: 470px; height: 612px;
    background-image: url(../image/background/wg-news-obg-l.svg);
    animation: circle-R 20s linear infinite;
}
.inner-page:after{bottom: -60px;right: 50%; margin-right: -970px; width: 548px;height: 771px;
    background-image: url(../image/background/wg-news-obg-r.svg);
    animation: circle-R-reverse 20s linear infinite;
}
.inner-page .circle{background-color: #F2F9FA; border: 1px solid #30A4EF; 
	border-radius: 50%; position: absolute; z-index: 0; pointer-events: none;
	animation: circle-R-reverse 5s linear infinite;
}
.inner-page .circle.-I{width: 61px; height: 61px; top: 140px; left: 110px;}
.inner-page .circle.-II{width: 104px; height: 104px; top: 309px; left: -69px;}
.inner-page .circle.-III{width: 33px; height: 33px; bottom: 679px; left: 224px;}
.inner-page .circle.-IV{width: 82px; height: 82px; bottom: 400px; left: 59px;}
.inner-page .circle.-V{width: 33px; height: 33px; bottom: 679px; right: 213px;}
.inner-page .circle.-VI{width: 88px; height: 88px; bottom: 400px; right: 48px;}

.milestone-page{position: relative;}
.milestone-list{margin-top: 0px;}
.milestone-list .wg-MarineMilestones{margin-top: 50px; margin-bottom: 35px;}
.milestone-list .wg-MarineMilestones .item-list {margin: -20px -35px;}
.milestone-list .wg-MarineMilestones .item-list > li {padding: 20px 35px;width: calc(100% / 3);}
.milestone-list .wg-MarineMilestones .item-list > li.pin {width: calc(100% / 2);}
.milestone-list .wg-MarineMilestones .item-list > li.pin .thumb {height: 320px;}
.milestone-list .wg-MarineMilestones .item-list > li.pin .obg:before{width: 340px; height: 310px;}
.milestone-list .wg-MarineMilestones .item-list > li.pin .obg > img{width: 300px; height: 300px;}
.milestone-list .wg-MarineMilestones .item-list > li.pin .cover{width: 200px; height: 200px;}
.milestone-list .wg-MarineMilestones .item-list > li.pin .content .title { height: 1.2em; -webkit-line-clamp: 1;}
.milestone-list .wg-MarineMilestones .content {text-align: left;padding: 0;}
.milestone-list .wg-MarineMilestones .content .desc {height: 2.3em; -webkit-line-clamp: 2;}
.milestone-list .wg-MarineMilestones .btn-box {text-align: right;padding-top: 20px;}
.milestone-list .tag{margin-top: 10px; margin-left: -5px; margin-right: -5px;}
.milestone-list .item{text-align: center; border-radius: 15px; padding: 5px 20px; margin: 5px;
	display: inline-block; vertical-align: middle;
}
.milestone-list .item > div{display: inline-block; vertical-align: middle;}
.milestone-list .item .icon{width: 20px; margin-right: 5px;}
.milestone-list .item .icon > img{height: 20px; filter: grayscale(1) brightness(1000%);}
.milestone-list .item .txt{font-size: 20px; line-height: 0.9; font-weight: normal; color: #fff;}
.milestone-list .item.c-pink-purple{background-image: linear-gradient(180deg, #9B0AF7 0%, #FF007C 100%);}
.milestone-list .item.c-blue{background-image: linear-gradient(180deg, #004AC9 0%, #0090FF 100%);}
.milestone-list .item.c-green{background-image: linear-gradient(180deg, #5b9400 0%, #81D100 100%);}
.milestone-list .item.c-orange{background-image: linear-gradient(180deg, #F76A00 0%, #FFC000 100%);}
.milestone-list .item.c-pink{background-image: linear-gradient(180deg, #FF007C 0%, #FF8188 100%);}
.milestone-list .item.c-purple{background-image: linear-gradient(180deg, #9B0AF7 0%, #9C89F4 100%);}

.news-detail .header {
    border-bottom: 1px solid #e1e1e1;
}
.news-detail .header .h-title{padding-bottom: 20px;}
.news-detail .header .h-title .inner{padding-left: 66px;}
.news-detail .header .h-title .inner .thumb-icon{position: absolute; top: 0; left: 35px; width: 40px; height: 40px;}
.news-detail .header .h-title .tag{margin-top: -5px; margin-left: -5px; margin-right: -5px; margin-bottom: -5px; padding-right: 20px;}
.news-detail .header .h-title .tag .item{text-align: center; border-radius: 15px; padding: 0px 30px; margin: 5px;
  display: inline-block; vertical-align: middle;
}
.news-detail .header .h-title .tag .item > div{display: inline-block; vertical-align: middle;}
.news-detail .header .h-title .tag .item .icon{width: 20px; margin-right: 5px;}
.news-detail .header .h-title .tag .item .icon > img{height: 20px; filter: grayscale(1) brightness(1000%);}
.news-detail .header .h-title .tag .item .txt{font-size: 20px; line-height: 0.9; font-weight: normal; color: #fff;}
.news-detail .header .h-title .tag .item.c-pink-purple{background-image: linear-gradient(180deg, #9B0AF7 0%, #FF007C 100%);}
.news-detail .header .h-title .tag .item.c-blue{background-image: linear-gradient(180deg, #004AC9 0%, #0090FF 100%);}
.news-detail .header .h-title .tag .item.c-green{background-image: linear-gradient(180deg, #5b9400 0%, #81D100 100%);}
.news-detail .header .h-title .tag .item.c-orange{background-image: linear-gradient(180deg, #F76A00 0%, #FFC000 100%);}
.news-detail .header .h-title .tag .item.c-pink{background-image: linear-gradient(180deg, #FF007C 0%, #FF8188 100%);}
.news-detail .header .h-title .tag .item.c-purple{background-image: linear-gradient(180deg, #9B0AF7 0%, #9C89F4 100%);}

.news-detail .card .header {border-bottom: none;}
.news-detail .card .body {border-top: 1px solid #e1e1e1;}
.news-detail .card .body.-end{border-top: none; padding-top: 0; padding-bottom: 0;}
.news-detail .card .h-title {font-size: 36px; font-weight: bold; line-height: 1em; color: #0081e6; margin-top: 0;}
.news-detail .card .body{padding: 40px 20px;}
.news-detail .card .body > div {padding-bottom: 0;}
.news-detail .picture-cover img{display: block; margin: 0 auto;}
.news-detail .editor-content{padding-top: 20px;}
.news-detail .video-box{padding-top: 50px; width: 850px; margin: 0 auto;}
.news-detail .gallery-box{padding-top: 50px; overflow: hidden;}
.news-detail .gallery-list {width: 560px; margin: 50px auto;}
.news-detail .gallery-list .slick-dotted.slick-slider{margin-bottom: 0px;}
.news-detail .gallery-list .slick-dots{bottom: -45px; position: relative;}
.news-detail .gallery-list .slick-list{overflow: visible; margin: 0;}
.news-detail .gallery-list .slick-list .item{position: relative; padding: 0;}
.news-detail .gallery-list .slick-slide{transition: all 400ms ease-out; width: 420px; height: auto;}
.news-detail .gallery-list .slick-slide.slick-current{transition: all 400ms ease-out; transition-delay: 400ms; width: 560px; height: auto;margin: -40px -80px;}
.news-detail .gallery-list .slick-slide.slick-current .item{z-index: 1;}
.news-detail .gallery-list .link{position: relative; display: block; transition: all 400ms ease-out; margin: 0;}
.news-detail .download-box .slick-slider {margin-bottom: 30px;}
.news-detail .download-box .icon-load { margin-right: 20px; width: 85px;}
.news-detail .download-box .content{position: relative;}
.news-detail .download-box .content .desc{display: block;}
.news-detail .download-box .action{position: absolute; right: 0; bottom: 0;}
.news-detail .download-box .action .btn{min-width: 150px; height: 40px; line-height: 38px; border-radius: 5px; font-size: 20px; font-weight: normal;
    border-color: #0081e6; color: #0081e6;
}
.news-detail .download-box .action .btn:before{background-color: #0081e6;}
.news-detail .download-box .wrapper:hover .action .btn{color: #fff;}
.news-detail .download-box .wrapper:hover .action .btn:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.news-detail .btn-box{padding-top: 40px;}

.weather-page{position: relative; padding-bottom: 60px;}
.SeaWeatherAndWaves-list{padding-top: 70px;}
.SeaWeatherAndWaves-list .data-content{padding-top: 40px;}
.SeaWeatherAndWaves-list .data-content .wrapper{background-color: #fff; border-radius: 5px; box-shadow: 0 10px 20px 0 rgb(0 0 0 / 16%); position: relative;}
.SeaWeatherAndWaves-list .data-content .wrapper:before{
    content: ''; position: absolute; z-index: 1; border-radius: 5px; top: 0; left: 0;
    width: 100%; height: 100%; background-image: linear-gradient(270deg, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 30%);
}

.SeaWeatherAndWaves-list .info-content{position: relative; z-index: 2;}
.SeaWeatherAndWaves-list .info-content .day{display: flex; align-items: center; justify-content: center;}
.SeaWeatherAndWaves-list .info-content .day .number{font-size: 156px; font-weight: normal; line-height: 0.5; color: #107DC2;width: 120px; text-align: center;}
.SeaWeatherAndWaves-list .info-content .day .txt{font-size: 46px; font-weight: normal; line-height: 1; color: #4E4E4E; padding-left: 15px;}
.SeaWeatherAndWaves-list .info-content .temperature{display: flex; align-items: center; justify-content: center;
    color: #4E4E4E; font-size: 80px; font-weight: normal; line-height: 1;
}
.SeaWeatherAndWaves-list .info-content .temperature span{color: #E5E5E5;}
.SeaWeatherAndWaves-list .info-content .rain{text-align: center; font-size: 60px; font-weight: normal; color: #4E4E4E;}
.SeaWeatherAndWaves-list .info-content .rain img{color: #E5E5E5;}
.SeaWeatherAndWaves-list .info-content .information{margin-top: 25px; font-size: 24px; font-weight: normal; line-height: 1; color: #4E4E4E; }
.SeaWeatherAndWaves-list .info-content .information .item-list{margin: 0 -15px; position: relative;}
.SeaWeatherAndWaves-list .info-content .information .item-list:before{width: 100%; height: 1px; background-color: #fff; position: absolute; bottom: 0; left: 0;}
.SeaWeatherAndWaves-list .info-content .information li{width: 50%; padding: 10px 15px; border-bottom: 1px solid #E5E5E5;}
.SeaWeatherAndWaves-list .info-content .information .text-primary{color: #0081E6;}

.SeaWeatherAndWaves-list .weather-content{position: relative;}
.SeaWeatherAndWaves-list .weather-content .content{position: relative; z-index: 2;}
.SeaWeatherAndWaves-list .weather-content .txt{font-size: 30px; font-weight: normal; color: #4E4E4E; line-height: 1;}
.SeaWeatherAndWaves-list .weather-content .h-txt{font-size: 40px; font-weight: bold; line-height: 1;}
.SeaWeatherAndWaves-list .weather-content .thumb{position: absolute; z-index: 0; top: -50px; right: 0; left: 0; bottom: 0;pointer-events: none; overflow: hidden;}
.SeaWeatherAndWaves-list .weather-content .contain{position: relative; padding-bottom: 50%; border-radius: 5px; overflow: hidden;}
.SeaWeatherAndWaves-list .weather-content .contain > img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; object-position: bottom center;}

.SeaWeatherAndWaves-list .today .topic .title{font-size: 42px;}
.SeaWeatherAndWaves-list .today .data-content .wrapper:before{background-image: linear-gradient(270deg, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 44%);}
.SeaWeatherAndWaves-list .today .info-content{padding: 30px;}
.SeaWeatherAndWaves-list .today .info-content .day{justify-content: left;}
.SeaWeatherAndWaves-list .today .info-content .day .number{font-size: 160px;}
.SeaWeatherAndWaves-list .today .info-content .day .txt{font-size: 50px;}
.SeaWeatherAndWaves-list .today .weather-content{display: flex; align-items: center; width: 560px; padding-left: 40px;}
.SeaWeatherAndWaves-list .today .weather-content .content{margin-top: -50px;}
.SeaWeatherAndWaves-list .today .weather-content .txt{font-size: 40px;}
.SeaWeatherAndWaves-list .today .weather-content .h-txt{font-size: 65px;}
.SeaWeatherAndWaves-list .today .weather-content .thumb{top: -80px;}
.SeaWeatherAndWaves-list .today .weather-content .contain{padding-bottom: 0;}
.SeaWeatherAndWaves-list .today .weather-content .contain > img{object-position: top right; object-fit: cover;}
.SeaWeatherAndWaves-list .today+.yesterday{margin-top: 40px;}

.SeaWeatherAndWaves-list .yesterday li{width: 100%; margin-bottom: 40px;}
.SeaWeatherAndWaves-list .yesterday .weather-content{width: 420px; height: 160px;}
.SeaWeatherAndWaves-list .yesterday .weather-content .content{padding-top: 30px; padding-left: 60px;}

.SeaWeatherAndWaves-list .action.-more{text-align: center;}
.SeaWeatherAndWaves-list .action.-more .btn{border-radius: 5px; border: 2px solid #0081E6; 
    font-size: 24px; font-weight: normal; color: #0081E6; min-width: 200px; height: 50px; line-height: 46px;
}
.SeaWeatherAndWaves-list .action.-more .btn:before{background-color: #0081E6;}

.preview-page{padding-bottom: 150px;}
.preview-page .topic .title img{width: 30px;}
.preview-page .txt-output{font-size: 40px; color: #004ac9;}
.preview-page .mt-preview{margin-bottom: 40px;}
.preview-page .dailynews-map{width: 100%; height: 100%; margin: 0 auto; overflow: hidden;}
.action-preview{background-color: rgba(57, 228, 255, .35); margin-top: -110px;}
.action-preview .btn .feather{top: 4px; position: relative; margin-right: 5px;}
.preview-page .wg-title-map {height: 100px; padding-left: 0;}
.preview-page .wg-footer-map{height: 100px; bottom: 0; width: 100%;}
.preview-page .wg-footer-map > div{width: 700px; margin: 0 auto; position: relative; z-index: 1;}
.preview-page .wg-footer-map .title {font-size: 24px; margin-bottom: 3px;}
.preview-page .wg-footer-map .desc {font-size: 18px;padding: 0px; }
.preview-page .wg-event-top {top: 120px;}
.preview-page .wg-event-top .container{width: 100%;}
.preview-page .wg-ev-bottom{bottom: 130px; width: auto;}
.preview-page .wg-ev-bottom .container{width: 100%;}
.preview-page .dailynews-map .topic .title {font-size: 36px;}
.preview-page .dailynews-map .ev-priority .topic,
.preview-page .dailynews-map .ev-situation .topic {margin-bottom: 35px;}
.preview-page .wg-ev-bottom .card .body{padding: 0;}
.preview-page .wg-ev-bottom .card .body .desc {font-size: 22px;}
.preview-page .wg-ev-bottom .item-list li {margin-bottom: 20px;}

.preview-1 .wg-title-map {color: #78281C; text-align: center; justify-content: center;
    background-color: transparent;
    background-image: linear-gradient(0deg, rgba(255,218,122,1) 0%, rgba(255,233,173,1) 100%);
    background-position: center;background-size: cover;background-repeat: no-repeat;
}
.preview-1 .wg-footer-map {color: #B3583A;
    /* .preview-1 .wg-title-map:before,
    .preview-1 .wg-title-map:after{content: ''; position: absolute; z-index: 0; top: 0; pointer-events: none; background-size: contain;}
    .preview-1 .wg-title-map:before{background-image: url(../image/static/pv1-h-l.png); left: 0; width: 241px; height: 238px;background-color: transparent;}
    .preview-1 .wg-title-map:after{background-image: url(../image/static/pv1-h-r.png); right: 0; width: 282px; height: 255px;} */
    background-color: transparent;
    background-image: linear-gradient(0deg, rgba(255,218,122,1) 0%, rgba(255,233,173,1) 100%);
    background-position: center;background-size: cover;background-repeat: no-repeat;
}
/* .preview-1 .wg-footer-map:before,
.preview-1 .wg-footer-map:after{content: ''; position: absolute; z-index: 0; pointer-events: none; background-size: contain;}
.preview-1 .wg-footer-map:before{background-image: url(../image/static/pv1-f-l.png); left: 0; bottom: 0; width: 250px; height: 251px;}
.preview-1 .wg-footer-map:after{background-image: url(../image/static/pv1-f-r.png); right: 25px; bottom: 25px; width: 100px; height: 70px;} */
.preview-1 .ev-priority .item-list .card{overflow: visible;max-height: 220px !important;}
.preview-1 .ev-priority .item-list .card .cover {position: absolute;top: -23px;left: 8px;}
.preview-1 .ev-priority .item-list .card .cover:before{content: ''; position: absolute; z-index: 0; top: -15px; left: 0; right: 0; bottom: 0; margin: auto;
    width: 30px; height: 30px; border-radius: 50%; background-color: #fff;
}
.preview-1 .ev-priority .item-list .card .cover img{position: relative; z-index: 1;}
.preview-1 .wg-ev-bottom {bottom: 85px;}
.preview-1 .wg-ev-bottom .card .body{padding-top: 10px;}
.preview-1 .wg-ev-bottom .item-list li {margin-bottom: 45px;}
.preview-1 .ev-priority+.ev-situation .topic {margin-top: -45px;}
.preview-1 .ev-top{width: 312px;}
.preview-1 .ev-top > .row > div{
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.preview-1 .ev-top .card-date{width: 100%; display: flex; align-items: center; border-radius: 30px; margin-bottom: 10px;}
.preview-1 .ev-top .card-date .num{width: 50%; height: 60px; line-height: 60px; font-size: 60px; color: #fff;
    background-image: linear-gradient(0deg, #77D5FF 0%, #0EC3C9 100%);
}
.preview-1 .ev-top .card-date .text{width: 50%; height: 60px; line-height: 60px; padding: 0; font-size: 28px; color: #005DA5; background: #fff;-webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;}
.preview-1 .wg-event-top .news-gb{display: flex; flex-wrap: wrap; margin: 0 -10px;}
.preview-1 .wg-event-top .news-gb .card{height: 60px; border-radius: 30px; width: auto; margin: 0 10px;
     padding: 0 20px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
.preview-1 .wg-event-top .news-gb .card.good{background-image: linear-gradient(180deg, #81D100 0%, #4DA412 100%);}
.preview-1 .wg-event-top .news-gb .card.bad{background-image: linear-gradient(180deg, #FF4A54 0%, #D84B53 100%);}
.preview-1 .wg-event-top .news-gb .txt {font-size: 18px;}
.preview-1 .wg-event-top .news-gb .num{font-size: 40px;}
.preview-1 .wg-event-top .conclude-list .item-list {margin: -5px -10px;}
.preview-1 .wg-event-top .conclude-list li {width: calc(100%/3); padding: 5px 10px;}
.preview-1 .wg-event-top .card{height: 60px; border-radius: 30px; padding: 22px 15px;
    background-image: linear-gradient(180deg, #fff 0%, #e5e5e5 100%); border: 1px solid transparent;
}
.preview-1 .wg-event-top .card .header{padding-left: 50px; padding-right: 60px; padding-bottom: 0; min-height: inherit; text-align: left; font-size: 18px;}
.preview-1 .wg-event-top .card .header br{display: none;}
.preview-1 .wg-event-top .card .body .cover{position: absolute; left: 20px; top: 20px; bottom: 20px; margin: auto; height: 37px;}
.preview-1 .wg-event-top .card .body .cover > img {filter: grayscale(0) brightness(1); }
.preview-1 .wg-event-top .card .body .num { position: absolute; right: 20px; top: 20px; bottom: 20px; margin: auto; text-align: right; line-height: 37px; height: 37px;}
.preview-1 .wg-event-top .card.c-pink-purple{border-color: #9B0AF7;}
.preview-1 .wg-event-top .card.c-pink-purple .header{color: #9B0AF7;}
.preview-1 .wg-event-top .card.c-pink-purple .num{color: #9B0AF7;}
.preview-1 .wg-event-top .card.c-blue{border-color: #004AC9;}
.preview-1 .wg-event-top .card.c-blue .header{color: #004AC9;}
.preview-1 .wg-event-top .card.c-blue .num{color: #004AC9;}
.preview-1 .wg-event-top .card.c-green{border-color: #4DA412;}
.preview-1 .wg-event-top .card.c-green .header{color: #4DA412;}
.preview-1 .wg-event-top .card.c-green .num{color: #4DA412;}
.preview-1 .wg-event-top .card.c-orange{border-color: #F76A00;}
.preview-1 .wg-event-top .card.c-orange .header{color: #F76A00;}
.preview-1 .wg-event-top .card.c-orange .num{color: #F76A00;}
.preview-1 .wg-event-top .card.c-pink{border-color: #FF007C;}
.preview-1 .wg-event-top .card.c-pink .header{color: #FF007C;}
.preview-1 .wg-event-top .card.c-pink .num{color: #FF007C;}
.preview-1 .wg-event-top .card.c-purple{border-color: #9C89F4;}
.preview-1 .wg-event-top .card.c-purple .header{color: #9C89F4;}
.preview-1 .wg-event-top .card.c-purple .num{color: #9C89F4;}

.preview-2 .wg-title-map{min-height: inherit; text-align: left; justify-content: left; padding-left: 140px; 
    background-size: cover; background-position: bottom center;
}
/* .preview-2 .wg-title-map:after{content: ''; position: absolute; z-index: 0;
    top: 18px;  right: 46px; pointer-events: none; 
    background-size: contain; background-repeat: no-repeat;
    background-image: url(../image/static/pv2-h-r.png); width: 169px; height: 74px;
} */
.preview-2 .wg-footer-map {background-color: transparent; min-height: inherit;
    background-image: linear-gradient(0deg, #0081E6 0%, #30A4EF 100%);
    background-position: center;background-size: cover;background-repeat: no-repeat;
}
/* .preview-2 .wg-footer-map:before,
.preview-2 .wg-footer-map:after{content: ''; position: absolute; z-index: 0; pointer-events: none; background-size: contain; background-repeat: no-repeat; bottom: 0;}
.preview-2 .wg-footer-map:before{background-image: url(../image/static/pv2-f-l.png); left: 0;  width: 358px; height: 300px;}
.preview-2 .wg-footer-map:after{background-image: url(../image/static/pv2-f-r.png); right: 0; width: 289px; height: 221px;} */
.preview-2 .ev-top .card-date .text {padding: 18.5px 10px;}

.preview-3 .wg-title-map {color: #004AC9; text-align: center; justify-content: center; min-height: inherit;
    background-position: center;background-size: cover;background-repeat: no-repeat;
}
/* .preview-3 .wg-footer-map {color: #fff;background-color: transparent; background-image: none; min-height: inherit;}
.preview-3 .wg-footer-map:before{content: ''; position: absolute; z-index: 0; pointer-events: none; 
    left: 0; bottom: 0; right: 0; width: 100%; height: 315px;  background-size: cover;
    background-image: url(../image/static/pv3-f.png);  background-position: bottom center;
} */
.preview-3 .ev-top{width: 165px;}
.preview-3 .ev-top > .row > div{
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.preview-3 .ev-top .card-date{width: 165px; height: 165px; border-radius: calc(165px/2); padding: 30px 15px; position: relative;
    background-image: linear-gradient(180deg, rgba(0,128,201,1) 0%, rgba(14,195,201,1) 100%);
}
.preview-3 .ev-top .card-date:before{content: ''; position: absolute; z-index: 0; width: 152px; height: 152px;
    display: none;
    top: 7px; left: 7px; 
    /* margin: auto;right: auto; bottom: auto; */
     border-radius: calc(152px/2); border: 5px solid #fff;
}
.preview-3 .ev-top .card-date > div{position: relative; z-index: 1;}
.preview-3 .ev-top .card-date .num { font-size: 100px; height: auto; display: block; text-align: center; line-height: 0.7; color: #fff;}
.preview-3 .ev-top .card-date .text{font-size: 23px; line-height: 1; padding: 0;background: none;}
.preview-3 .wg-event-top .news-gb .card {border-radius: 5px;width: 130px;height: 60px; margin: 0 auto; margin-top: 10px; padding: 0 20px;}
.preview-3 .wg-event-top .news-gb .txt {font-size: 18px;}
.preview-3 .wg-event-top .news-gb .num {font-size: 50px;width: 40px;}
.preview-3 .wg-event-top .conclude-list{padding-left: 0; width: 460px; float: right;}
.preview-3 .wg-event-top .conclude-list:after{content: ''; display: table; clear: both;}
.preview-3 .wg-event-top .conclude-list .item-list{margin: -5px -10px;}
.preview-3 .wg-event-top .conclude-list li {padding: 5px 10px;width: calc(100%/3);}
.preview-3 .wg-event-top .card{height: 140px; border-radius: 70%; position: relative;}
.preview-3 .wg-event-top .card .header{padding: 0 15px; padding-top: 40px; min-height: inherit; font-size: 18px;}
.preview-3 .wg-event-top .card .body .cover {width: 28px; position: absolute; top: 15px; left: 0; right: 0; margin: auto;}
.preview-3 .wg-event-top .card .body .num {font-size: 48px; margin-top: 2px;}

/* .preview-4 .wg-title-map{
    background-image: url(../image/background/bg-header-preview-4.png);
    background-color: transparent; background-repeat: no-repeat; background-size: cover;background-position: center;
    color: #004AC9; text-align: center; justify-content: center; align-items: center;
} */
.preview-4 .wg-footer-map{color: #fff; background-color: transparent; background-image: none;}
.preview-4 .wg-footer-map {background-color: transparent; background-image: none; min-height: inherit;}
.preview-4 .wg-footer-map:before{content: ''; position: absolute; z-index: 0; pointer-events: none; 
    left: 0; bottom: 0; right: 0; width: 100%; height: 315px;  background-size: cover;
    background-image: url(../image/static/pv4-f.png);  background-position: bottom center;
}
.preview-4 .ev-top{width: 170px;}
.preview-4 .ev-top > .row > div{
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.preview-4 .ev-top .card-date{width: 170px; height: 170px; margin: 0 auto; padding: 38px 15px; position: relative; background: #fff;
    clip-path: polygon(94.33013% 47.5%, 94.69846% 48.2899%, 94.92404% 49.13176%, 95% 50%, 94.92404% 50.86824%, 94.69846% 51.7101%, 94.33013% 52.5%, 74.33013% 87.14102%, 73.83022% 87.85495%, 73.21394% 88.47124%, 72.5% 88.97114%, 71.7101% 89.33948%, 70.86824% 89.56505%, 70% 89.64102%, 30% 89.64102%, 29.13176% 89.56505%, 28.2899% 89.33948%, 27.5% 88.97114%, 26.78606% 88.47124%, 26.16978% 87.85495%, 25.66987% 87.14102%, 5.66987% 52.5%, 5.30154% 51.7101%, 5.07596% 50.86824%, 5% 50%, 5.07596% 49.13176%, 5.30154% 48.2899%, 5.66987% 47.5%, 25.66987% 12.85898%, 26.16978% 12.14505%, 26.78606% 11.52876%, 27.5% 11.02886%, 28.2899% 10.66052%, 29.13176% 10.43495%, 30% 10.35898%, 70% 10.35898%, 70.86824% 10.43495%, 71.7101% 10.66052%, 72.5% 11.02886%, 73.21394% 11.52876%, 73.83022% 12.14505%, 74.33013% 12.85898%);
}
.preview-4 .ev-top .card-date > div{position: relative; z-index: 1;}
.preview-4 .ev-top .card-date .num { font-size: 100px; height: auto; display: block; text-align: center; line-height: 0.7; color: #107DC2;}
.preview-4 .ev-top .card-date .text{font-size: 23px; line-height: 1; padding: 0;background: none; color: #107DC2;}
.preview-4 .wg-event-top .news-gb .card {border-radius: 5px;width: 130px;height: 60px; margin: 0 auto; margin-top: 10px; padding: 0 20px;
    clip-path: none;
}
.preview-4 .wg-event-top .news-gb .txt {font-size: 18px;}
.preview-4 .wg-event-top .news-gb .num {font-size: 50px;width: 40px;}
.preview-4 .wg-event-top .conclude-list{padding-left: 0;}
.preview-3 .wg-event-top .conclude-list:after{content: ''; display: table; clear: both;}
.preview-4 .wg-event-top .conclude-list .item-list{margin: 0;}
.preview-4 .wg-event-top .conclude-list li{padding: 0;}
.preview-4 .wg-event-top .card{height: 170px; width: 170px; margin: 0 auto; border-radius: 50%; position: relative; padding: 25px 15px;
    clip-path: polygon(94.33013% 47.5%, 94.69846% 48.2899%, 94.92404% 49.13176%, 95% 50%, 94.92404% 50.86824%, 94.69846% 51.7101%, 94.33013% 52.5%, 74.33013% 87.14102%, 73.83022% 87.85495%, 73.21394% 88.47124%, 72.5% 88.97114%, 71.7101% 89.33948%, 70.86824% 89.56505%, 70% 89.64102%, 30% 89.64102%, 29.13176% 89.56505%, 28.2899% 89.33948%, 27.5% 88.97114%, 26.78606% 88.47124%, 26.16978% 87.85495%, 25.66987% 87.14102%, 5.66987% 52.5%, 5.30154% 51.7101%, 5.07596% 50.86824%, 5% 50%, 5.07596% 49.13176%, 5.30154% 48.2899%, 5.66987% 47.5%, 25.66987% 12.85898%, 26.16978% 12.14505%, 26.78606% 11.52876%, 27.5% 11.02886%, 28.2899% 10.66052%, 29.13176% 10.43495%, 30% 10.35898%, 70% 10.35898%, 70.86824% 10.43495%, 71.7101% 10.66052%, 72.5% 11.02886%, 73.21394% 11.52876%, 73.83022% 12.14505%, 74.33013% 12.85898%);
}
.preview-4 .wg-event-top .card .header{width: 90px; margin: 0 auto; padding-top: 40px;padding-bottom: 5px; min-height: inherit; font-size: 18px;}
.preview-4 .wg-event-top .card .body .cover {width: 28px; position: absolute; top: 30px; left: 0; right: 0; margin: auto;}
.preview-4 .wg-event-top .card .body .num {font-size: 48px; margin-top: 2px;}
.preview-4 .ev-priority .item-list .card{overflow: visible;}
.preview-4 .ev-priority .item-list .card .cover {position: absolute;top: -23px;left: 8px;}
.preview-4 .ev-priority .item-list .card .cover:before{content: ''; position: absolute; z-index: 0; top: -15px; left: 0; right: 0; bottom: 0; margin: auto;
    width: 30px; height: 30px; border-radius: 50%; background-color: #fff;
}
.preview-4 .ev-priority .item-list .card .cover img{position: relative; z-index: 1;}
.preview-4 .wg-ev-bottom {bottom: 85px;}
.preview-4 .wg-ev-bottom .card .body{padding-top: 10px;}
.preview-4 .wg-ev-bottom .item-list li {margin-bottom: 45px;}
.preview-4 .ev-priority+.ev-situation .topic {margin-top: -45px;}

.output-page{padding-bottom: 110px;}
.output-page:before,
.output-page:after{top: auto;}
.output-page .baseline{margin-top: 70px; margin-bottom: 40px;}
.output-page .topic .title{margin-bottom: 0;}
.output-page .txt-output {font-size: 40px;color: #004AC9;margin-top: 0;}
.output-page .b-output{padding: 70px 60px 60px 60px; position: relative; z-index: 1;}
.output-page .b-output .submit-page .thumb{margin-bottom: 40px;}
.output-page .b-output .submit-page .desc{line-height: 1; color: #727272; margin-bottom: 40px;}
.output-page .btn-output{min-width: 150px;}
.output-page .btn-output+.btn-output{margin-left: 40px;}

.weather-page.-detail-page{padding-bottom: 120px;}
.weather-page.-detail-page .action{padding-top: 40px;}
.weather-page.-detail-page .action:after{content: ''; display: table; clear: both;}
.weather-page.-detail-page .action .btn{min-width: 150px; float: left;}
.weather-page.-detail-page .action .btn .feather{position: relative; top: 4px; margin: 0;}
.weather-page.-detail-page .action .btn+.btn{float: right;}
.weather-page.-detail-page .SeaWeatherAndWaves-list .today+.yesterday {margin-top: 0;}
.weather-detail .info-content .h-title{font-size: 36px; font-weight: bold; line-height: 1; color: #004AC9;}
.weather-detail .info-content .information .item-list{margin: 0 -20px;}
.weather-detail .info-content .information .item-list:before{background-color: transparent; position: relative; width: auto; height: auto;}
.weather-detail .info-content .information li { padding: 10px 20px; border-bottom: 0; position: relative;}
.weather-detail .info-content .information li:before{content: ''; position: absolute; bottom: 0; left: 20px; right: 20px; height: 1px; background-color: #e5e5e5;}

.form-default .form-group .control-label{
  width: 125px;
}
.form-default .form-control{
  padding: 0 15px 0 135px;
}
.pagination.-nav-xs{display: none;}
/*G-Edit End*/
/*G-Responsive Start*/
@media screen and (max-width: 1600px){
	
	.site-header .bottom-header {height: 90px;}
	.site-header .bottom-header .logo-header img {transform: scale(1);}
	.site-header .bottom-header .txt-header {height: 90px;}
	.site-header .menu-header nav.menu li .link {font-size: 20px;}

	.site-container {margin-top: 0;}

	.topgraphic .cover {padding-bottom: 600px;}

	.wg-announce .slider{width: 930px;}

	.wg-event-top {transform: inherit;}
	.ev-top .card-date {width: 130px;}
	.ev-top .card-date .num {font-size: 95px;height: 115px;}
	.wg-event-top .news-gb .card { width: 150px; height: 80px;}

	.wg-SeaWeatherAndWaves .contain {padding-bottom: 55%;}
	.wg-SeaWeatherAndWaves .txt { font-size: 28px;}
	.wg-SeaWeatherAndWaves .h-txt {font-size: 36px;}

	.wg-MarineMilestones .content .title {font-size: 28px;}
	.wg-MarineMilestones .content .desc {font-size: 22px;}

	.wg-about .content .title {font-size: 28px;}
	.wg-about .content .desc {font-size: 22px;}

    .SeaWeatherAndWaves-list .today .topic .title {font-size: 36px;}
    .SeaWeatherAndWaves-list .today .data-content .wrapper:before {background-image: linear-gradient(270deg, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 38%);}
    .SeaWeatherAndWaves-list .today .weather-content {width: 480px;}

    .wg-event-top .card .header {font-size: 22px;word-break: break-word;}

    .preview-page .txt-output {font-size: 34px;}
    .preview-page .wg-ev-bottom .card .body .desc {font-size: 18px;}
    .action-preview {margin-top: -80px;}

    .preview-2 .wg-footer-map:before {width: 260px;height: 218px;}
    .preview-2 .wg-footer-map:after {width: 211px;height: 161px;}

    .output-page .txt-output {font-size: 34px;}

    .weather-detail .info-content .h-title {font-size: 32px;}

}

@media screen and (max-width: 1440px){

	.lang {padding: 7px 10px;padding-right: 30px;}
	.site-header .top-header {height: 42px;}
	.site-header .top-header .text-size:before { height: 18px;}
	.site-header .top-header .text-size .txt {font-size: 20px;padding: 8px 10px;}
	.site-header .top-header .item-list li a {width: 30px; height: 30px;}
	.site-header .top-header .text-size .size-small{font-size: 20px;}
	.site-header .top-header .text-size .size-medium{font-size: 24px;}
	.site-header .top-header .text-size .size-large{font-size: 28px;}
	.site-header .bottom-header {height: 70px;}
	.site-header .bottom-header .logo-header {margin-top: -26px;width: 90px;}
	.site-header .bottom-header .logo-header img{top: 0;}
	.site-header .bottom-header .txt-header {height: 70px;}
	.site-header .bottom-header .text-title-header {font-size: 30px;}
	.site-header .bottom-header .text-title-header span {font-size: 26px;}
	.site-header .menu-header nav.menu {padding-left: 105px;}

	.site-header.tiny .bottom-header {height: 50px;}
	.site-header.tiny .bottom-header .logo-header {margin-top: -16px;width: 60px;}
	.site-header.tiny .bottom-header .logo-header img{transform: scale(1);}
	.site-header.tiny .bottom-header .txt-header{height: 50px;}
	.site-header.tiny .bottom-header .text-title-header{font-size: 24px;}
	.site-header.tiny .bottom-header .text-title-header span{font-size: 20px;}
	.site-header.tiny .btn-webmain{height: 36px; line-height: 34px; min-width: 100px; font-size: 18px;}
	.site-header.tiny .menu-header nav.menu {padding-left: 75px;}

	.topgraphic {max-height: inherit;}
	.topgraphic .slick-dots {bottom: auto;}
	.topgraphic .cover {padding-bottom: 40%;}

	.wg-announce .h-title {font-size: 28px;}
	.wg-announce .h-title .lazy {margin-right: 10px; width: 30px;}
	.wg-announce .h-title:before {width: 12px; background-size: cover;}

	.wg-event-top{left: 0;}
	.wg-ev-bottom { left: 0;transform: inherit;}

	.wg-SeaWeatherAndWaves .contain {padding-bottom: 55.05%;}
	.wg-SeaWeatherAndWaves+.wg-MarineMilestones {padding-top: 60px;}

	.wg-MarineMilestones .thumb{height: 200px;}
	.wg-MarineMilestones .obg:before {width: 210px; height: 210px;}
	.wg-MarineMilestones .obg > img {width: 196px;height: 196px;}
	.wg-MarineMilestones .cover {width: 110px; height: 110px;}
	.wg-MarineMilestones .btn-box {padding-top: 15px;}
	.wg-MarineMilestones .btn-box .btn { min-width: 100px; height: 35px;  line-height: 33px;}

	.bg-sectionIII:after{background-size: contain;}

	.wg-about{padding: 50px 0;}
	.wg-about .thumb {width: 200px; height: 200px;}
	.wg-about .shadow {top: 20px;width: 150px; height: 150px;}
	.wg-about .ojb {width: 175px; height: 175px; top: 13px;}
	.wg-about .ojb .v1 {width: 20px;height: 20px;}
	.wg-about .ojb .v2 {width: 32px; height: 32px;}
	.wg-about .ojb .v3 {width: 42px;height: 42px;}
	.wg-about .slick-slide:nth-child(3n+3) .ojb .v1 {right: -20px;}
	.wg-about .content {width: 200px;}

	.wg-news-release{padding-top: 50px;padding-bottom: 60px;}

	.milestone-list .topic .title img{width: 50px;}
	.milestone-list .wg-MarineMilestones .item-list > li.pin .thumb {height: 300px;}
	.milestone-list .wg-MarineMilestones .item-list > li.pin .obg:before {width: 320px;height: 290px;}
	.milestone-list .wg-MarineMilestones .item-list > li.pin .obg > img {width: 280px;height: 280px;}
	.milestone-list .wg-MarineMilestones .item-list > li.pin .cover {width: 180px;height: 180px;}
	.milestone-list .wg-MarineMilestones .btn-box {padding-top: 10px;}

    .news-detail .video-box {width: 700px;}
    .news-detail .gallery-list {width: 520px; margin-bottom: 40px;}
    .news-detail .gallery-list .slick-dots {bottom: -35px;}
    .news-detail .gallery-list .slick-slide { width: 415px;}
    .news-detail .gallery-list .slick-slide.slick-current {width: 520px;margin: -30px -80px;}
    .news-detail .download-box .icon-load {width: 60px;}

    .SeaWeatherAndWaves-list {padding-top: 50px;}
    .SeaWeatherAndWaves-list .info-content .day .number{width: 80px;}
    .SeaWeatherAndWaves-list .info-content .day .number,
    .SeaWeatherAndWaves-list .today .info-content .day .number {font-size: 100px;}
    .SeaWeatherAndWaves-list .info-content .day .txt,
    .SeaWeatherAndWaves-list .today .info-content .day .txt {font-size: 30px;}
    .SeaWeatherAndWaves-list .today .topic .title {font-size: 32px;}
    .SeaWeatherAndWaves-list .info-content .information {margin-top: 15px;}
    .SeaWeatherAndWaves-list .info-content .temperature {font-size: 60px;}
    .SeaWeatherAndWaves-list .info-content .rain {font-size: 40px;}
    .SeaWeatherAndWaves-list .info-content .rain img{width: 30px;}

    .preview-page .txt-output {font-size: 30px;}

    .output-page .baseline {margin-top: 50px; margin-bottom: 30px;}
    .output-page .txt-output {font-size: 30px;}

    .weather-detail .info-content .h-title {font-size: 28px;}
    .SeaWeatherAndWaves-list .info-content .information {font-size: 24px;}

}

@media screen and (max-width: 1199px){

	.lang {padding: 5px 10px;padding-right: 30px;}
	.site-header .top-header {height: 30px;}
	.site-header .top-header .text-size:before {top: 5px;left: 57.8%;}
	.site-header .top-header .text-size .txt {font-size: 18px;padding: 5px 10px;}
	.site-header .top-header .item-list li a { width: 26px; height: 26px;}
	.site-header .bottom-header {height: 50px;}
	.site-header .bottom-header .logo-header {margin-top: -16px; width: 60px;}
	.site-header .bottom-header .txt-header{height: 50px;}
	.site-header .bottom-header .text-title-header {font-size: 24px;padding-left: 5px;}
	.site-header .bottom-header .text-title-header span {font-size: 20px;}
	.site-header .btn-webmain{height: 36px; line-height: 34px; font-size: 18px; min-width: 100px;}
	.site-header .menu-header {height: 30px;}
	.site-header .menu-header nav.menu {padding-left: 65px;}
	.site-header .menu-header nav.menu li .link { font-size: 18px;line-height: 30px; padding: 0 12px;}

	.site-header.tiny .menu-header nav.menu{padding-left: 65px;}

	.topgraphic .cover {padding-bottom: 40%;}

	.wg-announce .h-title {font-size: 24px;padding: 10px 0;}
	.wg-announce .h-title:before{display: none;}
	.wg-announce .h-title .lazy {width: 24px;}
	.wg-announce .slider {width: 100%;}
	.wg-announce .slider .slick-list{padding: 15px 0;}
	.wg-announce .slick-dots {bottom: 5px;}

	.dailynews-map .wrapper {padding-bottom: 200%;}

	.ev-top{width: 150px;}
	.ev-top .col-xl-auto{
		-ms-flex: 0 0 100%;
	    -webkit-box-flex: 0;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.ev-top .card-date {width: 150px; margin-bottom: 10px;}
	.ev-top .card-date .num {font-size: 80px; height: 126px;}
	.wg-event-top .conclude-list .item-list {margin: -10px;}
	.wg-event-top .conclude-list li { padding: 10px; width: calc(100%/3);}

	.wg-SeaWeatherAndWaves .link{height: 118px;}
	.wg-SeaWeatherAndWaves .txt { font-size: 24px;}
	.wg-SeaWeatherAndWaves .h-txt {font-size: 30px;}

	.bg-sectionII{padding: 60px 0;}
	.bg-sectionIII:after {background-size: 1300px;}

	.wg-MarineMilestones .obg:before {width: 190px;height: 190px;top: -25px;}
	.wg-MarineMilestones .obg > img {width: 170px; height: 170px;}
	.wg-MarineMilestones .cover {width: 90px; height: 90px;}
	.wg-MarineMilestones .content {padding: 0 10px;}
	.wg-MarineMilestones .content .title {font-size: 24px;}
	.wg-MarineMilestones .content .desc {font-size: 20px;}

	.calendar-note-scroll{display: block;}

	.situation-calendar table {margin: 0;}
	.situation-calendar>table>tbody>tr>td {padding: 10px;}

	.calendar-note .wg-event-top .news-gb{margin: 0 -20px;}
	.calendar-note .wg-event-top .news-gb:after{content: ''; display: table; clear: both;}
	.calendar-note .wg-event-top .news-gb > div{float: left; width: 50%; padding: 0 20px;}

	.inner-page:before {margin-left: -860px;}
	.inner-page:after {margin-right: -890px;}
	.milestone-list .wg-MarineMilestones .item-list > li.pin .thumb {height: 260px;}
	.milestone-list .wg-MarineMilestones .item-list > li.pin .obg:before {width: 280px;height: 250px;}
	.milestone-list .wg-MarineMilestones .item-list > li.pin .obg > img {width: 240px;height: 240px;}
	.milestone-list .wg-MarineMilestones .item-list > li.pin .cover {width: 140px;height: 140px;}

    .news-detail .header .h-title .inner {padding-left: 45px;}
    .news-detail .header .h-title .inner .thumb-icon {width: 30px;height: 30px;}
    .news-detail .card .h-title img{width: 30px;}
    .news-detail .video-box {width: 575px;}
    .news-detail .gallery-list {width: 420px; margin-bottom: 40px;}
    .news-detail .gallery-list .slick-dots {bottom: -35px;}
    .news-detail .gallery-list .slick-slide { width: 320px;}
    .news-detail .gallery-list .slick-slide.slick-current {width: 420px;margin: -30px -60px;}
    .news-detail .download-box .icon-load {width: 30px;}
    .news-detail .download-box .action .btn { min-width: 100px; height: 35px;line-height: 33px; font-size: 18px;}

    .SeaWeatherAndWaves-list .info-content .information{font-size: 20px;}
    .SeaWeatherAndWaves-list .info-content .temperature {font-size: 40px;}
    .SeaWeatherAndWaves-list .info-content .rain {font-size: 30px;}
    .SeaWeatherAndWaves-list .info-content .rain img {width: 20px;}
    .SeaWeatherAndWaves-list .info-content .day .number {width: 70px;}
    .SeaWeatherAndWaves-list .info-content .day .number,
    .SeaWeatherAndWaves-list .today .info-content .day .number {font-size: 80px;}
    .SeaWeatherAndWaves-list .info-content .day .txt, 
    .SeaWeatherAndWaves-list .today .info-content .day .txt {font-size: 24px;}
    .SeaWeatherAndWaves-list .info-content .information .item-list:before{background-color: transparent; position: relative; width: auto; height: auto;}
    .SeaWeatherAndWaves-list .today .data-content .wrapper > .row > div{
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .SeaWeatherAndWaves-list .today .weather-content{width: 100%; height: 200px;}
    .SeaWeatherAndWaves-list .today .weather-content .txt {font-size: 30px;}
    .SeaWeatherAndWaves-list .today .weather-content .h-txt{font-size: 40px;}
    .SeaWeatherAndWaves-list .today .weather-content .contain > img{object-fit: contain;}
    .SeaWeatherAndWaves-list .action.-more .btn {font-size: 20px;min-width: 150px;height: 45px;line-height: 43px;}

    .preview-1 .wg-title-map:before {width: 161px;height: 159px;}
    .preview-1 .wg-title-map:after {width: 182px;height: 165px;}
    .preview-1 .wg-footer-map:before {width: 120px;height: 120px;}
    .preview-1 .wg-footer-map:after {right: 5px;width: 70px;height: 49px;}
    .preview-1 .ev-top {width: 275px;}
    .preview-1 .wg-event-top .news-gb {margin: 0 -5px;}
    .preview-1 .wg-event-top .news-gb .card {margin: 0 5px;padding: 0 15px;}
    .preview-1 .wg-event-top .news-gb .num{width: 40px; font-size: 35px;}
    .preview-1 .wg-event-top .conclude-list {padding-left: 10px;}
    .preview-1 .wg-event-top .conclude-list .item-list {margin: -5px -5px;}
    .preview-1 .wg-event-top .conclude-list li {padding: 5px 5px;}
    .preview-1 .wg-event-top .card{padding: 15px;}
    .preview-1 .wg-event-top .card .header {padding-left: 45px;padding-right: 30px;}
    .preview-1 .wg-event-top .card .header br {display: block;}
    .preview-1 .wg-event-top .card .body .cover{left: 15px; top: 15px; bottom: 15px;height: 30px;}
    .preview-1 .wg-event-top .card .body .cover > img{height: 30px;}
    .preview-1 .wg-event-top .card .body .num {right: 15px; top: 15px; bottom: 15px; line-height: 30px;height: 30px; font-size: 30px;}
    .preview-1 .wg-ev-bottom .card .body {padding-top: 20px;}
    .preview-1 .wg-ev-bottom .card .body .desc {font-size: 18px;}

    .preview-2 .wg-title-map {padding-left: 60px;}
    .preview-2 .wg-footer-map:before {width: 160px;height: 128px;}
    .preview-2 .wg-footer-map:after {width: 111px;height: 85px;}

    .preview-4 .wg-event-top .conclude-list {float: right;width: 500px;}
    .preview-4 .wg-event-top .conclude-list li {margin: -4px 0px;}
    .preview-4 .wg-ev-bottom .card .body {padding-top: 20px;}
    .preview-4 .wg-ev-bottom .card .body .desc {font-size: 18px;}

    .weather-page.-detail-page {padding-bottom: 60px;}

}

@media screen and (max-width: 991px){

	.site-header .bottom-header .text-title-header{margin-left: 0;}
	.site-header .bottom-header .txt-header .action{padding-right: 58px;}
	.site-header .menu-header{position: relative; z-index: 10; background-color: transparent; height: auto;}
	.site-header .menu-header nav.menu{top: 80px; opacity: 0; visibility: hidden; border-radius: 0; width: 100%; right: 0;
		background-color: rgba(0, 128, 201,0.99); padding-left: 0; pointer-events: none;
	}
	.site-header .menu-header nav.menu.open {visibility: visible;opacity: 1; pointer-events: visible;}
	.site-header .menu-header nav.menu li{border-bottom: 1px solid #fff; border-top: 0;}
	.site-header .menu-header nav.menu li .link{padding: 15px 20px; padding-left: 80px; line-height: 1;}

	.nav-mobile{position: fixed; top: 36px; right: 0;}
	.menu-mobile-btn{padding: 11px; background-color: #004ac9; 
		width: auto; height: auto; position: relative; border-radius: 5px;
	}
	.menu-mobile-btn .btn-mobile{position: relative;}
	.menu-mobile-btn .btn-mobile .bar{background-color: #fff;}
	.menu-mobile-btn .btn-mobile.close{float: none;}

	.site-header.tiny .bottom-header .logo-header img{top: 0;}
	.site-header.tiny .bottom-header .text-title-header{margin-left: 0; padding-left: 5px;}
	.site-header.tiny .menu-header{background-color: transparent;}
	.site-header.tiny .menu-header nav.menu{padding-left: 0;}

	.topgraphic .cover{padding-bottom: 40%;}
	.topgraphic .slick-dots li{margin: 10px 0;}

	.dailynews-map .wrapper {padding-bottom: 300%;}

	.wg-SeaWeatherAndWaves .item-list{margin: 0 -10px;}
	.wg-SeaWeatherAndWaves .item-list > li {width: calc(100% / 2); padding: 30px 10px 0 10px;}
	.wg-SeaWeatherAndWaves .link {height: 150px;}

	.wg-MarineMilestones .item-list {margin: 0 -10px;}
	.wg-MarineMilestones .item-list > li {width: calc(100% / 2); margin: 10px 0; padding: 0 10px;}
	.wg-MarineMilestones .content{padding: 0;}

	.bg-sectionIII:after {background-size: 1420px;}

	.wg-about .slick-list{margin: 0 -10px;}
	.wg-about .slick-list .item{padding: 0 10px;}
	.wg-about .content{width: auto;}

	.wg-news-release{min-height: inherit;}
	.news-release-list .slick-list{margin: 0 -10px;}
	.news-release-list .slick-list .item{padding: 0 10px;}

	.calendar-note .wg-event-top .conclude-list li {width: calc(100%/2);}

	.inner-page:before {margin-left: -780px;}
	.inner-page:after {margin-right: -700px;}

	.milestone-list .topic {margin-bottom: 10px;}
	.milestone-list .wg-MarineMilestones .item-list {margin: -10px;}
	.milestone-list .wg-MarineMilestones .item-list > li {margin: 0; padding: 10px;width: calc(100% / 2);}
	.milestone-list .wg-MarineMilestones .item-list > li.pin .thumb {height: 200px;}
	.milestone-list .wg-MarineMilestones .item-list > li.pin .obg:before {width: 190px;height: 190px; top: -25px;}
	.milestone-list .wg-MarineMilestones .item-list > li.pin .obg > img {width: 170px;height: 170px;}
	.milestone-list .wg-MarineMilestones .item-list > li.pin .cover {width: 90px;height: 90px;}


    .SeaWeatherAndWaves-list .info-content .day .txt{padding-left: 5px;}
    .SeaWeatherAndWaves-list .weather-content .txt,
    .SeaWeatherAndWaves-list .today .weather-content .txt{font-size: 24px;}
    .SeaWeatherAndWaves-list .weather-content .h-txt,
    .SeaWeatherAndWaves-list .today .weather-content .h-txt {font-size: 30px;}
    .SeaWeatherAndWaves-list .today .weather-content{height: 150px;}
    .SeaWeatherAndWaves-list .today .weather-content .thumb{top: 0;}
    .SeaWeatherAndWaves-list .yesterday li {margin-bottom: 15px;}
    .SeaWeatherAndWaves-list .yesterday .weather-content {width: 290px;}
    .SeaWeatherAndWaves-list .yesterday .weather-content .content {padding-left: 20px; padding-top: 50px;}
    .SeaWeatherAndWaves-list .weather-content .thumb{top: 0;}
    .SeaWeatherAndWaves-list .weather-content .contain{padding-bottom: 56%;}
    .SeaWeatherAndWaves-list .action.-more{padding-top: 35px;}

    .preview-page {padding-bottom: 100px;}
    .preview-page .dailynews-map .wrapper {padding-bottom: 340%;}
    .preview-page .mt-preview {margin: 20px -15px;}
    .preview-page .wg-title-map {height: 60px;}
    .preview-page .wg-title-map .title {font-size: 18px;}
    .preview-page .wg-title-map .title span {font-size: 22px;}
    .preview-page .wg-event-top {top: 80px;}
    .preview-page .wg-ev-bottom{transform: none; left: 0; right: 0;}
    .preview-page .wg-footer-map > div { width: auto;padding: 0 83px;}

    .preview-1 .ev-top { width: 245px;}
    .preview-1 .ev-top .card-date .num {font-size: 40px;}
    .preview-1 .ev-top .card-date .text {font-size: 24px;}
    .preview-1 .wg-event-top .news-gb {margin: 0;}
    .preview-1 .wg-event-top .news-gb .card{width: 100%;
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .preview-1 .wg-event-top .news-gb .card{margin: 0 0 10px 0;}
    .preview-1 .wg-title-map:before {width: 80px;height: 79px;background-repeat: no-repeat;}
    .preview-1 .wg-title-map:after { width: 80px; height: 71px; background-repeat: no-repeat;}
    .preview-1 .wg-footer-map:before {width: 80px;height: 80px; background-repeat: no-repeat;}
    .preview-1 .wg-footer-map:after {width: 41px;height: 29px;background-repeat: no-repeat;}
    .preview-1 .ev-priority+.ev-situation .topic {margin-top: -35px;}
    .preview-1 .wg-event-top .conclude-list li{width: calc(100%/2);}
    .preview-1 .wg-event-top .card .header {padding-right: 50px;}
    .preview-1 .wg-ev-bottom {bottom: 95px;}
    .preview-1 .wg-ev-bottom .item-list li {margin-bottom: 35px;}

    .preview-2 .wg-title-map:after {top: 15px;right: 15px;width: 109px;height: 54px;}
    .preview-2 .wg-footer-map:before {width: 90px; height: 74px;}
    .preview-2 .wg-footer-map:after {width: 70px;height: 54px;}

    .preview-4 .wg-ev-bottom {bottom: 95px;}
    .preview-4 .wg-ev-bottom .item-list li {margin-bottom: 35px;}

    .inner-page .circle.-III {bottom: 619px;left: 54px;}
    .inner-page .circle.-V {bottom: 589px;right: 13px;}

}

@media screen and (max-width: 767px){

	.action .btn{font-size: 20px;}

    .topic .title img{width: 30px;}

	.site-header .bottom-header .logo-header{width: 30px; margin-top: 5px;}
	.site-header .bottom-header .logo-header img{width: auto;}
	.site-header .bottom-header .text-title-header{font-size: 16px;}
	.site-header .bottom-header .text-title-header span {font-size: 14px;}
	.site-header .btn-webmain {font-size: 16px; min-width: 80px;}
	.site-header .menu-header nav.menu li .link{padding: 15px 20px;}

	.site-header.tiny .bottom-header .logo-header{width: 30px; margin-top: 5px;}
	.site-header.tiny .bottom-header .logo-header img{width: auto;}
	.site-header.tiny .bottom-header .text-title-header{font-size: 16px;}
	.site-header.tiny .bottom-header .text-title-header span {font-size: 14px;}
	.site-header.tiny .btn-webmain {font-size: 16px; min-width: 80px;}

	.footer-info .w3c-blog{float: none; text-align: center;}

	.topgraphic:before{height: 33px; background-size: cover;}
	.topgraphic .cover {padding-bottom: 32%;}

	.dailynews-map .topic .title{text-align: center;}
	.dailynews-map .wrapper {padding-bottom: 800%;}
	.drop-daily .dropdown .item-list{max-width: 100%;}

	.wg-event-top {top: 300px;}
	.wg-event-top .container > .row-0 > div{
		-ms-flex: 0 0 100%;
	    -webkit-box-flex: 0;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.ev-top {width: 100%;}
	.ev-top .col-xl-auto{
		-ms-flex: 0 0 50%;
	    -webkit-box-flex: 0;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.ev-top .card-date{margin-bottom: 0; width: 100%;}
	.ev-top .card-date .num {height: 116px;}
	.wg-event-top .news-gb .card{width: 100%;}
	.wg-event-top .conclude-list{padding-left: 0; padding-top: 20px;}
	.wg-event-top .conclude-list li {width: calc(100%/2);}

	.ev-priority .topic,
	.ev-situation .topic{text-align: center; display: block;}

	.wg-ev-bottom {bottom: 45px;}
	.wg-ev-bottom .card .body .desc{min-height: 7em;}
	.ev-priority .item-list, 
	.wg-ev-bottom .item-list{margin: 0 -10px;}
	.ev-priority .item-list li,
	.wg-ev-bottom .item-list li{padding: 0 10px;}

	.bg-sectionII .circle,
	.bg-sectionII .ojb{display: none;}

	.wg-SeaWeatherAndWaves .topic{text-align: center; display: block;}
	.wg-SeaWeatherAndWaves .item-list > li {width: calc(100% / 1);padding: 15px 10px 0 10px;}
	.wg-SeaWeatherAndWaves .link { height: auto;padding-bottom: 18.1%; overflow: hidden;}
	.wg-SeaWeatherAndWaves .thumb{top: 0;}
	.wg-SeaWeatherAndWaves .contain {padding-bottom: 41%;}
	.wg-SeaWeatherAndWaves .contain > img{object-fit: cover;}

    /*	.wg-MarineMilestones .container > .row-0 > div{
		-ms-flex: 0 0 100%;
	    -webkit-box-flex: 0;
	    flex: 0 0 100%;
	    max-width: 100%;
	}*/
	.wg-MarineMilestones .topic{display: block; text-align: center; margin-bottom: 10px;}
	.wg-MarineMilestones .action{text-align: center;}
	.wg-MarineMilestones .action .btn {min-width: 120px;border-width: 1px;}
	.wg-MarineMilestones .item-list > li{width: 100%;}
	.wg-MarineMilestones .content .title {font-size: 22px;}
	.wg-MarineMilestones .content .desc {font-size: 18px;}

    .milestone-list .wg-MarineMilestones .content .desc{display: block; height: auto; overflow: visible;}

	.bg-sectionIII .bubble.-III{display: none;}

	.wg-about .content .title {font-size: 22px;}
	.wg-about .content .desc {font-size: 18px;}

	/* .wg-news-release .container > .row-0 > div{
		-ms-flex: 0 0 100%;
	    -webkit-box-flex: 0;
	    flex: 0 0 100%;
	    max-width: 100%;
	} */
	.wg-news-release .topic{text-align: center; display: block;}
	.wg-news-release .action{text-align: center;}
	.wg-news-release .action .btn {min-width: 120px;border-width: 1px;}
	.news-release-list .card .body {min-height: 140px;}
	.news-release-list .card .read-more .date{text-align: center; display: block;}

	.calendar-note .wg-event-top .news-gb > div{width: 100%;}
	.calendar-note .wg-event-top .conclude-list li{width: 100%;}

    .milestone-list .topic .title img { width: 30px;}
	.milestone-list .wg-MarineMilestones .item-list > li,
	.milestone-list .wg-MarineMilestones .item-list > li.pin{width: 100%;}

    .news-detail .card .header > .row > div{
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news-detail .header .info{padding: 0 20px 20px 20px;}
    .news-detail .video-box {width: 90%;}
    .news-detail .gallery-list {width: 220px; margin-bottom: 40px;}
    .news-detail .gallery-list .slick-dots {bottom: -35px;}
    .news-detail .gallery-list .slick-slide { width: 120px;}
    .news-detail .gallery-list .slick-slide.slick-current {width: 220px;margin: -30px 0;}
    .news-detail .download-box .action{position: relative;}
    .news-detail .box-share .icon {float: left;}
    .news-detail .box-share .icon.-print{float: right;}

    .topic .title{display: flex; line-height: 1;}
    .topic .title img{margin-right: 10px;}

    .SeaWeatherAndWaves-list {padding-top: 20px;}
    .SeaWeatherAndWaves-list .data-content {padding-top: 20px;}
    .SeaWeatherAndWaves-list .weather-content .txt, 
    .SeaWeatherAndWaves-list .today .weather-content .txt {font-size: 20px;} 
    .SeaWeatherAndWaves-list .weather-content .h-txt,
    .SeaWeatherAndWaves-list .today .weather-content .h-txt {font-size: 26px;}
    .SeaWeatherAndWaves-list .info-content .information { margin-top: 0px;}
    .SeaWeatherAndWaves-list .info-content .information .item-list {margin: 0px;}
    .SeaWeatherAndWaves-list .info-content .information li { width: 100%;padding: 10px;}
    .SeaWeatherAndWaves-list .today .topic .title {font-size: 26px;}
    .SeaWeatherAndWaves-list .today .info-content {padding: 15px;}
    .SeaWeatherAndWaves-list .today .weather-content{padding-left: 25px; height: 100px;}
    .SeaWeatherAndWaves-list .yesterday .info-content{padding: 15px;}
    .SeaWeatherAndWaves-list .info-content .day .number,
    .SeaWeatherAndWaves-list .today .info-content .day .number {font-size: 60px;}
    .SeaWeatherAndWaves-list .info-content .day .number { width: 40px;}
    .SeaWeatherAndWaves-list .info-content .day .txt {padding-left: 10px;}
    .SeaWeatherAndWaves-list .info-content .temperature {font-size: 30px;}
    .SeaWeatherAndWaves-list .info-content .rain {font-size: 25px;}
    .SeaWeatherAndWaves-list .info-content .rain img { width: 12px;}
    .SeaWeatherAndWaves-list .yesterday .weather-content {width: 100%;height: 80px;}
    .SeaWeatherAndWaves-list .yesterday .data-content .wrapper> .row > div{
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .SeaWeatherAndWaves-list .yesterday .weather-content .content { padding-top: 15px;}
    .SeaWeatherAndWaves-list .weather-content .contain {padding-bottom: 24%;}
    .SeaWeatherAndWaves-list .weather-content .contain > img {object-position: right bottom;}
    .SeaWeatherAndWaves-list .info-content .day .txt,
    .SeaWeatherAndWaves-list .today .info-content .day .txt {font-size: 20px;}
    
    .preview-page .mt-preview > div{
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .preview-page .txt-output {font-size: 26px; line-height: 1; margin-top: 5px;}
    .preview-page .dailynews-map .wrapper {padding-bottom: 850%;}
    .preview-page .dailynews-map .topic .title {font-size: 24px;}
    .preview-page .wg-event-top .container > .row-0 > div{
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .preview-page .wg-footer-map > div {padding: 0 20px;}
    .preview-page .wg-footer-map .title {font-size: 20px; margin-bottom: 2px;}
    .preview-page .wg-footer-map .desc {font-size: 16px;}

    .preview-1 .wg-title-map:before {width: 60px;height: 60px;}
    .preview-1 .wg-title-map:after {width: 60px;height: 60px;}
    .preview-1 .wg-footer-map:before {width: 35px;height: 35px;}
    .preview-1 .wg-footer-map:after {width: 20px;height: 13px;bottom: 3px;}
    .preview-1 .ev-top{width: 100%;}
    .preview-1 .wg-event-top .news-gb{margin: 0 -5px;}
    .preview-1 .wg-event-top .news-gb .card { width: auto;margin: 0 5px 10px 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .preview-1 .wg-event-top .conclude-list{padding-left: 0; padding-top: 0;}
    .preview-1 .wg-event-top .conclude-list li {width: calc(100%/1);}

    .preview-2 .wg-title-map {padding-left: 20px;}
    .preview-2 .wg-title-map:after {top: 25px;width: 69px;height: 34px;}
    .preview-2 .wg-footer-map:before {width: 43px;height: 34px;}
    .preview-2 .wg-footer-map:after {width: 30px; height: 23px;}

    .preview-3 .ev-top{width: 100%;}
    .preview-3 .ev-top > .row{align-items: center;}
    .preview-3 .ev-top > .row > div{
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .preview-3 .ev-top .card-date {padding: 35px 15px; width: 145px; height: 145px; margin: 0 auto;}
    .preview-3 .ev-top .card-date:before { width: 130px; height: 130px;border: 3px solid #fff;}
    .preview-3 .ev-top .card-date .num {font-size: 70px;}
    .preview-3 .wg-event-top .news-gb .card{width: 100%;margin-top: 0;}
    .preview-3 .wg-event-top .news-gb .card+.card{margin-top: 10px;}
    .preview-3 .wg-event-top .conclude-list {width: 100%;float: none;}
    .preview-3 .wg-event-top .conclude-list li {width: calc(100%/2);}
    .preview-3 .wg-event-top .card { height: 140px; width: 140px; margin: 0 auto;}
    .preview-3 .wg-event-top .card .header {padding: 0;width: 90px;margin: 0 auto;padding-top: 40px;}

    .preview-4 .ev-top{width: 100%;}
    .preview-4 .ev-top > .row{align-items: center;}
    .preview-4 .ev-top > .row > div{
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .preview-4 .ev-top .card-date {padding: 42px 15px; width: 160px; height: 160px; margin: 0 auto;}
    .preview-4 .ev-top .card-date .num {font-size: 70px;}
    .preview-4 .wg-event-top .news-gb .card{width: 100%;margin-top: 0;}
    .preview-4 .wg-event-top .news-gb .card+.card{margin-top: 10px;}
    .preview-4 .wg-event-top .conclude-list {width: 100%;float: none;}
    .preview-4 .wg-event-top .conclude-list li {width: calc(100%/2);}
    .preview-4 .wg-event-top .card { height: 160px; width: 160px; margin: 0 auto;padding: 20px 15px;}
    .preview-4 .wg-event-top .card .header {padding-top: 44px;padding-bottom: 0;}
    .preview-4 .wg-event-top .card .body .cover {top: 25px;}

    .output-page {padding-bottom: 40px;}
    .output-page .baseline {margin-top: 20px;}
    .output-page .baseline > div{
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .output-page .txt-output{font-size: 26px; margin-bottom: 0; margin-top: 10px;}
    .output-page .b-output {padding: 30px 20px 20px 20px;}
    .output-page .b-output .submit-page .thumb {margin-bottom: 10px;}
    .output-page .b-output .submit-page .desc {margin-bottom: 10px;}
    .output-page .btn-output {min-width: 140px;}
    .output-page .btn-output+.btn-output {margin-left: 10px;}

    .inner-page .circle.-II {top: 239px;left: -79px;}
    .inner-page .circle.-I,
    .inner-page .circle.-III,
    .inner-page .circle.-IV,
    .inner-page .circle.-V{display: none;}
    .inner-page .circle.-VI {right: -72px;}

    .weather-page.-detail-page { padding-bottom: 40px;}
    .weather-detail{padding-top: 10px;}
    .weather-detail .info-content .h-title {font-size: 24px; margin-bottom: 10px;}
    .weather-detail .info-content .information li{padding: 10px 0;}
    .weather-detail .info-content .information li:before {left: 0px;right: 0px;}

    .pagination.-nav-xs{display: flex; justify-content: center; margin: 0 auto;padding-top: 10px; width: 320px;}
    .pagination.-nav-xs:after{content: ''; display: table; clear: both;}
    .pagination.-nav-xs .pagination-nav{display: block; padding: 0 5px; width: 50%;}
    .pagination.-nav-xs .pagination-nav.-L{float: left;}
    .pagination.-nav-xs .pagination-nav.-R{float: right;}

}
@media screen and (max-width: 575px){
	.pagination-block {padding: 15px 0px;}
}
/*G-Responsive End*/
/* edit  */
.ev-priority .item-list .card .desc.text-limit{
    overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:3;
}
.situation-calendar .defaultSubject{max-width: 180px; overflow: hidden;}
/* @media screen and (min-width:1200px) {
.dailynews-map .wrapper { padding-bottom: 70%;}
    
} */
.dailynews-map .wrapper { 
    padding-bottom: 0%;
    height: 2000px;
}

.preview-page .dailynews-map .wrapper{
    padding-bottom: 0%;
}
/* responesive map */
.preview-page .dailynews-map .preview1{padding-bottom: 0%;height: 2000px;}
.preview-page .dailynews-map .preview2{padding-bottom: 0%;height: 2200px;}
.preview-page .dailynews-map .preview3{padding-bottom: 0%;height: 2200px;}
.preview-page .dailynews-map .preview4{padding-bottom: 0%;height: 2000px;}
@media screen and (max-width: 1600px){
    .dailynews-map .wrapper {padding-bottom: 0%;height: 1510px;}
    .preview-page .dailynews-map .preview1{padding-bottom: 0%;height: 2000px;}
    .preview-page .dailynews-map .preview2{padding-bottom: 0%;height: 2100px;}
    .preview-page .dailynews-map .preview3{padding-bottom: 0%;height: 2200px;}
    .preview-page .dailynews-map .preview4{padding-bottom: 0%;height: 2000px;}

}
@media screen and (max-width: 1440px){
    .dailynews-map .wrapper { padding-bottom: 0%;height: 1510px;}
    .preview-page .dailynews-map .preview1{padding-bottom: 0%;height: 2000px;}
    .preview-page .dailynews-map .preview2{padding-bottom: 0%;height: 2100px;}
    .preview-page .dailynews-map .preview3{padding-bottom: 0%;height: 2200px;}
    .preview-page .dailynews-map .preview4{padding-bottom: 0%;height: 2000px;}
}
@media screen and (max-width: 1199px)/*check 1024*/{
    .dailynews-map .wrapper { padding-bottom: 0%;height: 2100px;}
    .preview-page .dailynews-map .preview1{padding-bottom: 0%;height: 2000px;}
    .preview-page .dailynews-map .preview2{padding-bottom: 0%;height: 2200px;}
    .preview-page .dailynews-map .preview3{padding-bottom: 0%;height: 2200px;}
    .preview-page .dailynews-map .preview4{padding-bottom: 0%;height: 2100px;}
}
@media screen and (max-width: 991px)/*check 768*/{
    .dailynews-map .wrapper { padding-bottom: 0%;height: 2400px;}
    .preview-page .dailynews-map .preview1{padding-bottom: 0%;height: 2150px;}
    .preview-page .dailynews-map .preview2{padding-bottom: 0%;height: 2400px;}
    .preview-page .dailynews-map .preview3{padding-bottom: 0%;height: 2400px;}
    .preview-page .dailynews-map .preview4{padding-bottom: 0%;height: 2300px;}
}
@media screen and (max-width: 767px){
    .dailynews-map .wrapper { padding-bottom: 0%;height: 2900px;}
    .preview-page .dailynews-map .preview1{padding-bottom: 0%;height: 2650px;}
    .preview-page .dailynews-map .preview2{padding-bottom: 0%;height: 2900px;}
    .preview-page .dailynews-map .preview3{padding-bottom: 0%;height: 2800px;}
    .preview-page .dailynews-map .preview4{padding-bottom: 0%;height: 2600px;}
}
@media screen and (max-width: 375px){
    .dailynews-map .wrapper { padding-bottom: 0%;height: 3400px;}
    .preview-page .dailynews-map .preview1{padding-bottom: 0%;height: 3250px;}
    .preview-page .dailynews-map .preview2{padding-bottom: 0%;height: 3250px;}
    .preview-page .dailynews-map .preview3{padding-bottom: 0%;height: 3250px;}
    .preview-page .dailynews-map .preview4{padding-bottom: 0%;height: 3200px;}

}
/* .dailynews-map .wrapper { padding-bottom: 56%;} */
/* #map-canvas{
    width: 600px;
    height: 100px;
} */
.preview-1 .wg-footer-map{z-index: 0;}
.obj-headerL{
    background-image: url(../image/static/pv1-h-l.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 241px;
    height: 238px;
    background-color: transparent;
}
.obj-headerR{
    background-image: url(../image/static/pv1-h-r.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 241px;
    height: 238px;
    background-color: transparent;
}
.obj-footerL{
    background-image: url(../image/static/pv1-f-l.png);
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 241px;
    height: 238px;
    background-color: transparent;
    background-repeat: no-repeat;
    z-index: -1;
}
.obj-footerR{
    background-image: url(../image/static/pv1-f-r.png);
    position: absolute !important;
    bottom: -150px;
    right: -110px;
    width: 241px !important;
    height: 238px;
    background-color: transparent;
    background-repeat: no-repeat;
    z-index: 0;
}
.preview-1 .wg-title-map:before,
.preview-1 .wg-title-map:after{content: ''; position: absolute; z-index: 0; top: 0; pointer-events: none; background-size: contain; display: none;}
.preview-1 .wg-title-map:before{background-image: url(../image/static/pv1-h-l.png); left: 0; width: 241px; height: 238px;background-color: transparent;}
.preview-1 .wg-title-map:after{background-image: url(../image/static/pv1-h-r.png); right: 0; width: 282px; height: 255px;}

.preview-1 .wg-footer-map:before,
.preview-1 .wg-footer-map:after{content: ''; position: absolute; z-index: 0; pointer-events: none; background-size: contain;display: none;}
.preview-1 .wg-footer-map:before{background-image: url(../image/static/pv1-f-l.png); left: 0; bottom: 0; width: 250px; height: 251px;}
.preview-1 .wg-footer-map:after{background-image: url(../image/static/pv1-f-r.png); right: 25px; bottom: 25px; width: 100px; height: 70px;}

/* preview 2 */
.preview-2 .wg-footer-map{z-index: 0;}
.obj-headerR-preview2{
    background-image: url(../image/static/pv2-h-r.png);
    position: absolute !important;
    bottom: -150px;
    right: -25px;
    width: 241px !important;
    height: 238px;
    background-color: transparent;
    background-repeat: no-repeat;
    z-index: 0;
}
.preview-2 .wg-title-map{
    /*/background-image: url(../image/background/bg-header-preview-2.png);

    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;*/
    text-align: center;
    display: flex;
    justify-content: center;
     

}


.preview-2 .wg-title-map > img{
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.preview-2 .wg-title-map .title {
    position: absolute;

  left: 11%;
  text-align: left;

}


.preview-2 .wg-title-map:after{content: ''; position: absolute; z-index: 0;display: none;
    top: 18px;  right: 46px; pointer-events: none; 
    background-size: contain; background-repeat: no-repeat;
    background-image: url(../image/static/pv2-h-r.png); width: 169px; height: 74px;
}

.obj-footerL-preview2{
    background-image: url(../image/static/pv2-f-l.png);
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 241px;
    height: 238px;
    background-color: transparent;
    background-repeat: no-repeat;
    z-index: -1;
}
.obj-footerR-preview2{
    background-image: url(../image/static/pv2-f-r.png);
    position: absolute !important;
    bottom: -50px;
    right: -420px;
    width: 241px;
    height: 238px;
    background-color: transparent;
    background-repeat: no-repeat;
    z-index: 0;
}
.preview-2 .wg-footer-map:before,
.preview-2 .wg-footer-map:after{content: ''; position: absolute; z-index: 0; pointer-events: none; background-size: contain; background-repeat: no-repeat; bottom: 0;display: none;}
.preview-2 .wg-footer-map:before{background-image: url(../image/static/pv2-f-l.png); left: 0;  width: 358px; height: 300px;}
.preview-2 .wg-footer-map:after{background-image: url(../image/static/pv2-f-r.png); right: 0; width: 289px; height: 221px;}

/* .preview-2 .wg-title-map{
    background-image: url(../image/background/bg-header-preview-2.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    min-height: 190px;
    text-align: center;
    display: flex;
    justify-content: center;
} */

/* preview 3 */
.preview-3 .wg-footer-map{z-index: 0;}
.obj-footer-preview3{
    background-image: url(../image/static/pv3-f.png);
    position: absolute !important;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 315px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 0;
}
.preview-3 .wg-title-map > img{
    max-width: inherit;
    left: 50%;
    margin-left: -960px;
    position: absolute;
    width: 1920px;
    height: 150px;
}
.preview-3 .wg-title-map .title {
    position: absolute;

  /* left: 11%; */
  text-align: center;

}
/* .obj-footer-preview3{
    content: '';
    position: absolute !important;
    z-index: 0;
    pointer-events: none;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 315px;
    background-size: cover;
    background-image: url(../image/static/pv3-f.png);
    background-position: bottom center;
} */

/* .preview-3 .wg-title-map {} */

.preview-3 .wg-footer-map {color: #fff;background-color: transparent; background-image: none; min-height: inherit;}
.preview-3 .wg-footer-map:before{content: ''; position: absolute; z-index: 0; pointer-events: none; display: none;
    left: 0; bottom: 0; right: 0; width: 100%; height: 315px;  background-size: cover;
    background-image: url(../image/static/pv3-f.png);  background-position: bottom center;
}

/* preview 4 */
.preview-4 .wg-footer-map{z-index: 0;}
.obj-footer-preview4{
    background-image: url(../image/static/pv4-f.png);
    position: absolute !important;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 315px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 0;
}
.preview-4 .wg-title-map > img{
    max-width: inherit;
    left: 50%;
    margin-left: -960px;
    position: absolute;
    width: 1920px;
    height: 150px;
    /*width: 100%;
    height: 100%;
    object-fit: cover;*/
}
.preview-4 .wg-title-map .title {
    position: absolute;

  /* left: 11%; */
  text-align: center;

}
/* .obj-header-preview4{
    background-image: url(../image/background/bg-header-preview-4.png);
    background-color: transparent;
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
} */
.preview-4 .wg-footer-map:before{content: ''; position: absolute; z-index: 0; pointer-events: none; display: none;
    left: 0; bottom: 0; right: 0; width: 100%; height: 315px;  background-size: cover;
    background-image: url(../image/static/pv4-f.png);  background-position: bottom center;
}
.preview-4 .wg-title-map{
    background-image: url(../image/background/bg-header-preview-4.png);
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center;
    background-color: #fff; 
    color: #004AC9; text-align: center; justify-content: center; align-items: center;
    /* color: #004AC9; 
    text-align: center; 
    justify-content: center; 
    align-items: center; */
}
.preview-4 .wg-event-top .append{
    padding: 0;
}


.ev-priority .item-list .card .cover .number {
    position: absolute;
    /* top: 0; */
    left: 50%;
    /* transform: translate(-50%, 11px); */
    font-size: 20px;
    font-weight: bold;
        width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    right: 0;
    margin: auto;
    top: 5px;
    transform: inherit;
    left: 0;
}

/* edit 15 07 2564 */
.reportDaily{z-index: 99;}
.pagination .pagination-nav a{
    width: auto;
    border-radius: 30px;
}

.situation-calendar > table > tbody > tr > td{width: 160px; max-width: 160px; height: 180px;}
.situation-calendar .defaultSubject .title{width: calc(100% - 15px);}
/* .showCalDetail[title]:hover:after {
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(22, 138, 205, 0.65);
    padding: 5px;
    border-radius: 5px;
    color: #fff;
} */
.i-tooltip{line-height: 1em; font-size: 1em; background-color: rgba(0, 128, 201,0.8); color: #fff; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); border-radius: 5px;}
.wg-ev-bottom .card .thumb{
    width: 100%;
    height: 260px;
}
.wg-ev-bottom .card .thumb .cover{
    width: 100%;
    height: 100%;
}
.wg-ev-bottom .card .thumb .cover img{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.wg-ev-bottom .card .content{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 40px;
    width: 100%;
    background-color: #fff;
}
/*.preview-page .wg-ev-bottom .card .body .desc.text-limit{-webkit-line-clamp: 5;word-break: break-word;}*/
@media screen and (max-width: 1440px){
    .wg-ev-bottom .card .thumb{height: 220px;}
}
@media screen and (max-width: 1199px){
    .wg-ev-bottom .card .thumb{height: 200px;}
}
@media screen and (max-width: 767px){
    .wg-ev-bottom .card .thumb{height: 140px;}
    .wg-ev-bottom .card .content{height: 30px; padding: 6px 20px; font-size: 20px;}

    /*.preview-page .wg-ev-bottom .card .body .desc.text-limit{-webkit-line-clamp: 7;}*/

    .footer-info .wrapper .desc{text-align: left; padding-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.439);}
    .footer-info .wrapper .desc br{display: none;}
    .site-footer .policy-footer{display: flex; justify-content: center;}
    .site-footer .policy-footer .w-policy > div{padding: 0;}
}
@media screen and (max-width: 575px){
    .footer-info .wrapper .desc{font-size: 19px;}
}
.preview-3 .ev-top .card-date .border-1{
    position: absolute;
    z-index: 0;
    width: 152px;
    height: 152px;
    top: 7px;
    left: 7px;
    border-radius: calc(152px/2);
    border: 5px solid #fff;
}
/* .preview-page .ev-priority .item-list .card{
    min-height: 220px;
} */
.preview-2 .ev-priority .item-list .card{
    min-height: 280px !important;
    overflow: visible;
}
.preview-3 .ev-priority .item-list .card{
    /*min-height: 280px !important;*/
    overflow: visible;
}
/* 15 07 2564 */
/*## Start 05 08 2021 ########### */
.mapMarkerLink{
	font-family: 'db_helvethaica';
	font-size:17px;
	color:#004ac9;
}

.mapMarkerLink:hover{
	text-decoration:none;
	color:#004ac9;
}

.wg-ev-bottom .body .item-list{
	margin-top: 10px !important;
}

/*## End 05 08 2021 ########### */









/* edit 11 08 2021 */
.wg-ev-bottom .card .content{position: relative; transform: translate(0); left: 0; top: 0;}
.wg-ev-bottom .card .thumb{height: auto;}
.wg-ev-bottom .card .thumb .cover{height: auto; padding-top: 71.2%; border-radius: 0;}

.dailynews-map .wrapper-map{position: relative;}
.dailynews-map .wrapper{width: 100%; height: 1520px; position: relative; left: 50%; transform: translate(-50%,0);}
.dailynews-map .legend{padding: 10px 0; position: absolute; width: 180px; background-color: #fff; border-radius: 5px; right: 15px; bottom: 100%; box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2);}
.dailynews-map .legend .item-list{margin: 0;}
.dailynews-map .legend li{margin: 0; padding: 5px 20px;}
.dailynews-map .legend li + li{}
.dailynews-map .legend li > div{display: inline-block; vertical-align: middle;}
.dailynews-map .legend .thumb{position: relative; width: 26px; height: 26px; overflow: hidden; position: relative; top: -1px;}
.dailynews-map .legend .thumb img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain;}
.dailynews-map .legend .content{margin-left: 10px; color: #4e4e4e; font-size: 20px;}


.ev-priority .item-list .card{min-height: 200px;}
.ev-top .card-date .text span{margin-top: 4px;}

.preview-page1 .breadcrumb-block,
.preview-page2 .breadcrumb-block,
.preview-page3 .breadcrumb-block,
.preview-page4 .breadcrumb-block{display: none;}
.preview-page .breadcrumb-block{display: none;}

.mt-preview{margin-top: 0; margin-bottom: 40px;}
.mt-preview .txt-output{font-size: 30px;}

.preview-page .dailynews-map .wrapper{height: 1796px;}
.preview-page .ev-priority .item-list .card .cover .number{z-index: 10;}
.preview-page .container{padding: 0 20px;}
.preview-page .topic .title img{width: auto;}
.preview-page .txt-output{color: #000;}
.preview-page .wg-title-map{height: inherit;}
.preview-page .wg-title-map .title{font-size: 40px;}
.preview-page .wg-title-map .title span{font-size: 52px;}
.preview-page .dailynews-map .ev-priority .topic, 
.preview-page .dailynews-map .ev-situation .topic{margin-bottom: 0;}
.preview-page .dailynews-map .topic .title{font-size: 40px;}
.preview-page .wg-ev-bottom{bottom: 100px;}
.preview-page .wg-ev-bottom .item-list{margin-top: 20px;}
.preview-page .wg-ev-bottom .card .body .desc.text-limit{-webkit-line-clamp: 3;}
.preview-page .wg-ev-bottom .item-list li{margin-bottom: 0;}
.preview-page .dailynews-map .legend{right: 20px;}
.preview-page .dailynews-map .legend .item-list{margin: 0;}
.preview-page .dailynews-map .legend li{margin: 0;}
.preview-page .ev-priority{margin-bottom: 0;}
.preview-page .ev-situation{margin-top: 30px;}
.preview-page .wg-footer-map .obj-footerL-preview2{display: none;}
.preview-page .wg-footer-map .obj-footerR-preview2{display: none;}
.preview-page .wg-footer-map{padding: 20px; width: 100%; height: auto; display: block;}
.preview-page .wg-footer-map > div{width: auto; margin: 0 -15px;}
.preview-page .wg-footer-map .title{margin: 0; font-size: 25px; line-height: 1.2em; text-align: left;}
.preview-page .wg-footer-map .desc{margin: 0; font-size: 25px; line-height: 1.2em;}

.preview-1 .obj-headerR{height: 255px; background-position: top left; background-repeat: no-repeat;}
.preview-1 .wg-title-map{height: 150px; background-image: none; background-color: rgba(255,233,173,1);}
.preview-1 .ev-top .card-date{margin-bottom: 15px;}
.preview-1 .wg-title-map .title{padding: 0 15px; margin-bottom: 10px;}
.preview-1 .wg-title-map .brand-1{width: 110px;}
.preview-1 .wg-title-map .brand-2{width: 80px;}
.preview-1 .wg-event-top{top: 180px;}
.preview-1 .wg-event-top .card{border: none;}
.preview-1 .wg-event-top .conclude-list{padding-left: 15px;}
.preview-1 .wg-event-top .conclude-list li{padding: 0 10px; margin-bottom: 15px;}
.preview-1 .wg-event-top .conclude-list .item-list{margin: 0 -10px;}
.preview-1 .wg-ev-bottom{width: auto; bottom: 100px;}
.preview-1 .wg-ev-bottom .item-list li{margin-bottom: 0;}
.preview-1 .ev-priority .item-list .card{margin-top: 15px;}
.preview-1 .ev-priority .item-list .card .cover{left: 20px; top: -16px;}
.preview-1 .ev-priority .item-list .card .cover::before{display: none;}
.preview-1 .wg-footer-map{background-image: none; background-color: rgba(255,233,173,1);}
.preview-1 .obj-footerL{display: none;}
.preview-1 .obj-footerR{display: none;}
.preview-1 .ev-top .card-date .num{width: 35%;}
.preview-1 .ev-top .card-date .text{width: 65%; font-size: 34px; font-weight: 500;}  

.preview-2 .wg-title-map{height: 150px; display: block; padding-left: 20px;}
.preview-2 .wg-title-map .row{margin-top: 10px;}
.preview-2 .wg-title-map .title{position: relative; left: auto; padding: 0 15px; margin-bottom: 20px;}
.preview-2 .wg-title-map .brand-1{width: 110px;}
.preview-2 .wg-title-map .brand-2{width: 80px;}
.preview-2 .wg-event-top{top: 180px;}
.preview-2 .ev-priority .item-list .card{margin-top: 15px; min-height: 200px !important;}
.preview-2 .ev-priority .item-list .card .cover{position: absolute; left: 20px; top: -16px;}
.preview-2 .ev-priority .item-list .card .cover::before{display: none;}
.preview-2 .wg-ev-bottom .card .body{padding-top: 10px;}
.preview-2 .wg-footer-map{background-image: none; background-color: #0081E6;}
.preview-2 .ev-top .card-date .num{height: 90px; font-size: 100px;}
.preview-2 .ev-top .card-date .text{padding: 13px 10px; font-weight: 500; font-size: 34px;}

.preview-3 .wg-title-map{height: 150px;}
.preview-3 .wg-title-map .title{position: relative; left: auto; padding: 0 15px; margin-bottom: 10px;}
.preview-3 .wg-title-map .brand-1{width: 110px;}
.preview-3 .wg-title-map .brand-2{width: 80px;}
.preview-3 .wg-event-top{top: 170px;}
.preview-3 .ev-priority .item-list .card{margin-top: 15px; /*min-height: 200px !important;*/}
.preview-3 .ev-priority .item-list .card .cover{position: absolute; left: 20px; top: -16px;}
.preview-3 .ev-priority .item-list .card .cover::before{display: none;}
.preview-3 .wg-ev-bottom .card .body{padding-top: 10px;}
.obj-footer-preview3{margin: 0 !important;}
/*.preview-3 .wg-footer-map{background-color: #78D5FF; color: #004AC9;}*/
.preview-3 .ev-top .card-date .num{font-size: 80px;}
.preview-3 .ev-top .card-date .text{font-weight: 500; font-size: 32px; line-height: 0.8em;}

.preview-4 .wg-title-map{height: 150px;}
.preview-4 .wg-title-map .title{position: relative; left: auto; padding: 0 15px; margin-bottom: 10px;}
.preview-4 .wg-title-map .brand-1{width: 110px;}
.preview-4 .wg-title-map .brand-2{width: 80px;}
.preview-4 .wg-event-top{top: 170px;}
.preview-4 .ev-priority .item-list .card{margin-top: 15px;}
.preview-4 .ev-priority .item-list .card .cover{position: absolute; left: 20px; top: -16px;}
.preview-4 .ev-priority .item-list .card .cover::before{display: none;}
.preview-4 .wg-ev-bottom .card .body{padding-top: 10px;}
.obj-footer-preview4{margin: 0 !important;}
.preview-4 .ev-top .card-date .num{font-size: 80px;}
.preview-4 .ev-top .card-date .text{font-weight: 500; font-size: 32px; line-height: 0.8em;}

.preview-page .dailynews-map .wrapper{left: 0; top: 0; position: static; transform: inherit;}
.preview-page .wg-event-top .card{padding: 15px 10px;}
.preview-page .wg-ev-bottom .card .content{position: static; transform: inherit;}

.wg-event-top .news-gb .card.good{background: #81D100; background-image: linear-gradient(180deg, #81D100 0%, #4DA412 100%);}
.wg-event-top .news-gb .card.bad{background: #FF4A54; background-image: linear-gradient(180deg, #FF4A54 0%, #D84B53 100%);}

@media screen and (max-width: 1440px){
    .dailynews-map .wrapper{height: 1520px;}
    .dailynews-map .legend{right: 50%; margin-right: -585px;}

    .mt-preview{margin-bottom: 30px;}
    .mt-preview .txt-output{font-size: 26px;}

    .preview-page{padding-bottom: 120px;}
    .preview-page .mt-preview{margin-bottom: 30px;}
    .preview-page .dailynews-map .wrapper{height: 1641px;}
    .preview-page .dailynews-map .topic .title{font-size: 32px;}
    .preview-page .dailynews-map .legend{margin: 0;}
    .preview-page .dailynews-map .legend li{padding: 5px 20px;}

    .preview-1 .wg-title-map{height: 150px;}
    .preview-1 .wg-title-map .title{font-size: 40px;}
    .preview-1 .wg-title-map .title span{font-size: 52px;}
    .preview-1 .wg-footer-map .desc{padding: 0;}
    .preview-1 .ev-priority .item-list .card{height: 170px !important; min-height: inherit !important;}
    .preview-1 .wg-ev-bottom .card .action{bottom: 20px !important;}

    .preview-2 .ev-priority .item-list .card{height: 170px !important; min-height: inherit !important;}
    .preview-2 .wg-ev-bottom .card .action{bottom: 0px !important;}
    .preview-2 .ev-top .card-date{width: 140px;}
    
    /*.preview-3 .ev-priority .item-list .card{height: 170px !important; min-height: inherit !important;}*/
    /*.preview-3 .wg-ev-bottom .card .action{bottom: 20px !important;}*/

    /*.preview-4 .ev-priority .item-list .card{height: 170px !important; min-height: inherit !important;}*/
    /*.preview-4 .wg-ev-bottom .card .action{bottom: 20px !important;}*/
}
@media screen and (max-width: 1199px){
  .wg-event-top{top: 60px;}
  .dailynews-map .wrapper{height: 1630px;}
  .dailynews-map .legend{margin-right: -470px; width: 160px;}
  .dailynews-map .legend li{padding: 5px 15px;}
  .dailynews-map .legend .content{font-size: 18px;}
}
@media screen and (max-width: 991px){
  .ev-priority .item-list, 
  .wg-ev-bottom .item-list{margin-left: -5px; margin-right: -5px;}
  .ev-priority .item-list li, 
  .wg-ev-bottom .item-list li{width: calc(100% / 4); padding: 0 5px;}
  .ev-priority .item-list .card{min-height: 185px; font-size: 22px;}
  .dailynews-map .legend{margin: 0; right: 15px; width: 140px;}
  .dailynews-map .legend li{padding: 5px 10px;}
  .dailynews-map .legend .thumb{width: 20px; height: 20px;}
}
@media screen and (max-width: 768px){
  .ev-priority .item-list li, 
  .wg-ev-bottom .item-list li{width: calc(100% / 2);}
  .wg-ev-bottom{bottom: 20px;}
  .wg-ev-bottom .card .body .desc{min-height: 2.95em; height: 2.95em !important;}

  .ev-priority{margin-top: 0;}
  .ev-priority .topic, 
  .ev-situation .topic{margin-bottom: 10px;}

  .dailynews-map .legend{padding: 5px 0;}
  .dailynews-map .wrapper{height: 2134px;}

  .preview-page .topic .title img{width: 30px; position: relative; top: -4px;}

  .obj-headerL{transform: scale(0.2); transform-origin: top left;}
  .obj-headerR{transform: scale(0.2); transform-origin: top right;}

  .mt-preview .txt-output{margin-top: 20px; text-align: center; font-size: 22px;}

  .preview-page .mt-preview{margin-bottom: 20px;}
  .preview-page .wg-footer-map{text-align: center; padding: 15px 20px;}
  .preview-page .wg-footer-map > div{padding: 0;}
  .preview-page .wg-footer-map .title{text-align: center; font-size: 20px; line-height: 1em;}
  .preview-page .wg-footer-map .desc{font-size: 18px; line-height: 1em;}
  .preview-page .dailynews-map .wrapper{height: 2000px;}
  .preview-page .dailynews-map .topic .title{font-size: 30px;}
  .preview-page .wg-ev-bottom .item-list{margin-top: 10px; margin-left: -5px; margin-right: -5px;}
  .preview-page .wg-ev-bottom .item-list li{padding-left: 5px; padding-right: 5px; margin-bottom: 10px;}
  .preview-page .ev-situation{margin-top: 10px;}

  .dailynews-map .legend .thumb{top: 0;}
  .preview-page .dailynews-map .legend{margin-bottom: 15px;}
  .preview-page .dailynews-map .legend li{margin: 0; padding: 4px 15px;}

  .preview-1 .wg-title-map{height: 90px;}
  .preview-1 .wg-title-map .title span{font-size: 6vw;}
  .preview-1 .wg-title-map .title{font-size: 4.5vw; line-height: 1.1em; padding: 0 8px; margin-bottom: 5px; width: 58vw;}
  .preview-1 .wg-title-map .brand-1{width: 15vw;}
  .preview-1 .wg-title-map .brand-2{width: 11vw;}
  .preview-1 .wg-event-top{top: 110px;}
  .preview-1 .wg-event-top .conclude-list{padding-left: 0;}
  .preview-1 .wg-ev-bottom .body .item-list{margin-top: 0 !important;}
  .preview-1 .ev-priority .item-list .card .cover{left: 10px;}
  .preview-1 .ev-priority .item-list .card{height: 140px !important;}
  .preview-1 .wg-ev-bottom{bottom: 80px;}
  /*.preview-1 .wg-ev-bottom .card .action{bottom: 10px !important; left: 10px !important; right: 10px !important;}*/

  .preview-2 .wg-title-map{height: 90px;}
  .preview-2 .wg-title-map .title span{font-size: 6vw;}
  .preview-2 .wg-title-map .title{font-size: 4.5vw; line-height: 1.1em; padding: 0 8px; margin-bottom: 5px; width: 58vw;}
  .preview-2 .wg-title-map .brand-1{width: 15vw;}
  .preview-2 .wg-title-map .brand-2{width: 11vw;}
  .preview-2 .wg-event-top{top: 110px;}
  .preview-2 .wg-event-top .conclude-list{padding-left: 0;}
  /*.preview-2 .wg-ev-bottom .body .item-list{margin-top: 0 !important;}*/
  .preview-2 .ev-priority .item-list .card .cover{left: 10px;}
  .preview-2 .ev-priority .item-list .card{height: 140px !important;}
  .preview-2 .wg-ev-bottom{bottom: 80px;}
  /*.preview-2 .wg-ev-bottom .card .action{bottom: 10px !important; left: 10px !important; right: 10px !important;}*/
  .preview-2 .wg-event-top .news-gb .num{font-size: 50px;}
  .preview-2 .wg-event-top .conclude-list{padding-top: 10px;}
  .preview-2 .wg-event-top .conclude-list .card{height: 150px; padding: 10px;}
  .preview-2 .wg-event-top .card .header{font-size: 18px;}
  .preview-2 .wg-event-top .row{margin: 0 -5px;}
  .preview-2 .wg-event-top .row > div{padding: 0 5px;}
  .preview-2 .wg-event-top .conclude-list .item-list{margin: -5px;}
  .preview-2 .wg-event-top .conclude-list li{padding: 5px;}
  .obj-headerR-preview2{display: none;}
  .preview-2 .wg-event-top .news-gb .num{width: auto;}
  .preview-2 .wg-event-top .conclude-list .card{height: 140px;}

  .preview-3 .wg-title-map{height: 90px;}
  .preview-3 .wg-title-map .title span{font-size: 6vw;}
  .preview-3 .wg-title-map .title{font-size: 4.5vw; line-height: 1.1em; padding: 0 8px; margin-bottom: 5px; width: 58vw;}
  .preview-3 .wg-title-map .brand-1{width: 15vw;}
  .preview-3 .wg-title-map .brand-2{width: 11vw;}
  .preview-3 .wg-event-top{top: 110px;}
  .preview-3 .wg-event-top .conclude-list{padding-left: 0;}
  .preview-3 .ev-top .card-date{padding: 25px 15px;}
  .preview-3 .ev-top .card-date .border-1{width: 132px; height: 132px;}
  .preview-3 .ev-top .card-date .text{font-size: 26px;}
  /*.preview-3 .wg-ev-bottom .body .item-list{margin-top: 0 !important;}*/
  .preview-3 .ev-priority .item-list .card .cover{left: 10px;}
  /*.preview-3 .ev-priority .item-list .card{height: 140px !important;}*/
  .preview-3 .wg-ev-bottom{bottom: 80px;}
  /*.preview-3 .wg-ev-bottom .card .action{bottom: 10px !important; left: 10px !important; right: 10px !important;}*/
  .preview-3 .wg-event-top .conclude-list{padding-top: 10px;}
  .obj-footer-preview3{height: 230px; background-size: cover;}

  .preview-4 .wg-title-map{height: 90px;}
  .preview-4 .wg-title-map .title span{font-size: 6vw;}
  .preview-4 .wg-title-map .title{font-size: 4.5vw; line-height: 1.1em; padding: 0 8px; margin-bottom: 5px; width: 58vw;}
  .preview-4 .wg-title-map .brand-1{width: 15vw;}
  .preview-4 .wg-title-map .brand-2{width: 11vw;}
  .preview-4 .wg-event-top{top: 110px;}
  .preview-4 .wg-event-top .conclude-list{padding-left: 0;}
  /*.preview-4 .wg-ev-bottom .body .item-list{margin-top: 0 !important;}*/
  .preview-4 .ev-priority .item-list .card .cover{left: 10px;}
  /*.preview-4 .ev-priority .item-list .card{height: 140px !important;}*/
  .preview-4 .wg-ev-bottom{bottom: 80px;}
  /*.preview-4 .wg-ev-bottom .card .action{bottom: 10px !important; left: 10px !important; right: 10px !important;}*/
  .preview-4 .wg-event-top .conclude-list{padding-top: 10px;}
  .obj-footer-preview4{height: 230px; background-size: cover;}
  .preview-4 .wg-event-top .title-date{width: 100% !important;}
  .preview-4 .wg-event-top .card{width: 100%; height: auto;}

  .preview-3 .wg-title-map > img,
  .preview-4 .wg-title-map > img{left: 0; margin: 0; width: 100%; height: 100%; object-fit: cover;}


  .wg-event-top .conclude-list li{width: calc(100% / 3);}
  .wg-event-top .card{height: 140px; padding: 10px;}
  .wg-event-top .card .body .num{font-size: 44px; margin-top: 8px;}
  .wg-event-top .conclude-list .item-list{margin: 0 -5px;}
  .wg-event-top .conclude-list li{padding: 5px;}


  .preview-page .dailynews-map .wrapper{height: 2230px;}


  .wg-SeaWeatherAndWaves .topic .title{text-align: left;}
  .wg-SeaWeatherAndWaves .list-content{margin-top: 15px;}
  .wg-SeaWeatherAndWaves .slider{margin: 0;}
  .wg-SeaWeatherAndWaves .slick-list{margin: 0 -5px;}
  .wg-SeaWeatherAndWaves .slick-list .item{padding: 0 5px;}
  .wg-SeaWeatherAndWaves .contain{padding-bottom: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
  .wg-SeaWeatherAndWaves .contain > img{object-fit: contain;}
  .wg-SeaWeatherAndWaves .link{padding-top: 14px; padding-left: 14px; padding-right: 14px; padding-bottom: 50%;}
  .wg-SeaWeatherAndWaves .txt{font-size: 18px; margin-bottom: 3px;}
  .wg-SeaWeatherAndWaves .h-txt{font-size: 22px;}
  .wg-SeaWeatherAndWaves .h-txt img{width: 22px; height: 22px; vertical-align: middle; position: relative; top: -2px; margin-right: 2px;}

  .topgraphic .slick-dots{right: 30px; top: 60%;}

  .wg-MarineMilestones .topic .title{text-align: center; justify-content: center;}
  .wg-MarineMilestones .slider{margin: 0;}
  .wg-MarineMilestones .slick-list{margin: 0 -10px;}
  .wg-MarineMilestones .slider .item{padding: 0 10px;}
  .wg-MarineMilestones .obg::before{top: 50%; left: 50%; margin-top: -100px; margin-left: -85px; width: 170px; height: 170px;}

  .news-release-list .card .read-more .col-md{padding: 0;}
  .news-release-list .action .btn.btn-slide{border: 1px solid #ebebeb !important;}
  .news-release-list .card .body{min-height: 100px;}
  .news-release-list .card .read-more{padding: 0 15px 15px;}
  .news-release-list .slick-list{margin: 0 -5px;}
  .news-release-list .slick-list .item{padding: 0 5px;}
  .wg-news-release .topic .title{justify-content: center; margin-bottom: 15px;}

  .ev-priority .item-list .card .desc.text-limit{height: auto !important; min-height: auto; display: block; overflow: visible;}
}
@media screen and (max-width: 575px){
  
}
/* edit 11 08 2021 */

.news-release-list .card a:hover{
	text-decoration:none !important;
}

.wg-MarineMilestones .content .col-md .date{
	font-size:18px;
}

.textlegend{ color: #ff0000 !important; font-size: 20px;}

/* edit 21 09 2021 */
.calendar-link{
    color: #4e4e4e;
    text-decoration: none;
}
.calendar-link:hover{
    text-decoration: none;
}
.link-center{
    width: 15%;
    text-align: center;
}
.link-center-max{
    width: 19%;
    text-align: center;
}
.calendar-note .wg-event-top .card .title-text{
    margin-top: 10px;
}
.credit-predic{
    color: red;
    margin: 1em 0 0 0;
}
.wg-MarineMilestones .desc{
    text-align: left;
}
.boxdestopsite{background-color:#0058c6; color:#fff;font-size:12px; line-height:1;text-align: center; padding: 15px 0; margin-bottom: 0; border-radius: 0; display: none;}
.boxdestopsite:hover{color: #fff;}
.box-none{display:none;}
.box-block{display:block;}
@media screen and (max-width: 991px){
	.boxdestopsite{display: block;}
}

/* start edit by bonz 07/10/2564 */
@media screen and (max-width: 991px){
    .situation-calendar .defaultSubject .title{
        width: calc(100% - 45px);
    }
    .situation-calendar .defaultSubject .icon{
        width: 75%;
    }
    .number-position{
        margin: 0 60px !important;
        margin-bottom: 10px !important;
    }
}
@media screen and (max-width: 1600px){
    .situation-calendar .defaultSubject .title{
        width: calc(100% - 35px);
    }
}

.Totop{
	background-color: #0085de; color: #fff; width: 50px; height: 50px; text-align: center; line-height: 52px; font-size: 14px; 
	border: 1px solid #fff; display: block; cursor: pointer; opacity: 0.5;
	position: fixed; z-index: 99; bottom: -140px; right: 35px; 
	-webkit-transition:All 200ms ease;
	-moz-transition:All 200ms ease;
	-o-transition:All 200ms ease;
	transition:All 200ms ease;
}
@media screen and (max-width: 1600px){
    .Totop{
        right: 30px; 
    }
}
.Totop.active{bottom: 110px;}
.Totop:hover{background-color: #0021ae; opacity: 1;}
@media screen and (max-width: 1440px){
	.Totop{right: 30px;}
	.Totop.active {bottom: 90px;}
}

.title.title-home{
    font-size: 23px;
}
@media screen and (max-width: 575px){
	.topic {
        justify-content: center;
    }
}
.news-detail .btn-box{
    /* padding-top: 40px; */
    padding-top: 10px;
}
/* end edit by bonz 07/10/2564 */




/* Edit 18/10/2564 */
.Totop{border-radius: 5px;}

.wg-MarineMilestones .thumb{width: 235px; height: auto; margin: 50px auto;}
.wg-MarineMilestones .list-content{padding-top: 20px;}
.wg-MarineMilestones .content .title{height: auto; max-height: 2.16em; line-height: 1.1em; margin-bottom: 5px;}
.wg-MarineMilestones .slick-dots{position: relative; bottom: auto; margin-top: 30px;}
.wg-MarineMilestones .date{margin-top: 10px; display: block; color: #0081E6; font-size: 18px;}
.wg-MarineMilestones .date:before{font-family: 'feather'; content: '\e83a'; font-size: 0.8em; position: relative; top: 0px; margin-right: 4px;}
.wg-MarineMilestones .btn-box{padding-top: 30px;}

.milestone-list .wg-MarineMilestones .item-list{margin: 0;}
.milestone-list .wg-MarineMilestones .item-list > li{width: 100%; padding: 30px; border-bottom: 1px solid #e1e1e1;}
.milestone-list .wg-MarineMilestones .item-list > li:nth-child(even){background-color: #e8f1fd;}
.milestone-list .wg-MarineMilestones .content{padding: 0 30px;}

.news-release-list .slick-dotted.slick-slider{margin-bottom: 0;}
.news-release-list .slick-dots{position: relative; bottom: auto; margin-top: 30px;}

.news-detail .editor-content{line-height: 1.1em; color: #333; font-size: 24px;}
.news-detail .editor-content > div{margin-left: 0 !important;}
.news-detail .gallery-list .cover{border-radius: 10px; overflow: hidden; position: relative; padding-bottom: 60%;}
.news-detail .gallery-list .cover img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/*.dailynews-map .legend{margin-bottom: 30px;}*/
/*.credit-sea{color: #f00; line-height: 1em; right: 20px; top: -20px; position: absolute; margin: 0; text-align: center; width: 180px;}*/

.credit-predic{line-height: 1em; font-weight: normal;}
.credit-predic + .credit-predic{margin-top: 3px;}

.preview-1 .ev-top .card-date .num{font-family: arial; line-height: 1; font-size: 44px;}
.preview-1 .wg-event-top .news-gb .card .num{font-family: arial; line-height: 1; font-size: 34px;}
.preview-1 .wg-event-top .card .body .num{font-family: arial; line-height: 1; top: 0; bottom: 0; height: 28px; font-size: 28px;}
.preview-1 .ev-top .card-date .text span{padding-left: 0.2em; font-size: 0.9em;}
.preview-1 .ev-priority .action{position: relative !important; bottom: 0 !important; left: 0 !important; right: 0 !important;}
.preview-1 .wg-event-top .card{display: flex; justify-content: center; align-items: center;}
.preview-1 .wg-event-top .card .header{width: 100%; padding: 0 60px;}

.preview-2 .ev-priority .item-list .card{height: auto !important; min-height: inherit !important;}
.preview-2 .ev-priority .action{position: relative !important; bottom: 0 !important; left: 0 !important; right: 0 !important;}
.preview-2 .wg-event-top .news-gb .num{font-family: arial; font-size: 40px; line-height: 1;}
.preview-2 .wg-event-top .card .body .num{font-family: arial; font-size: 30px; line-height: 1;}
.preview-2 .ev-top .card-date .num{font-family: arial; font-size: 70px; line-height: 1; position: relative; padding-top: 0.1em;}
.preview-2 .ev-top .card-date .text span{font-family: arial; font-size: 0.7em; font-weight: bold; display: block;}

.preview-3 .ev-top .card-date{padding: 25px 15px;}
.preview-3 .ev-top .card-date .num{font-family: arial; line-height: 1; font-size: 60px;}
.preview-3 .ev-top .card-date .text span{font-family: arial; font-size: 0.7em; font-weight: bold; display: block;}
.preview-3 .wg-event-top .news-gb .card{padding: 0 15px;}
.preview-3 .wg-event-top .news-gb .num{font-family: arial; line-height: 1; font-size: 34px;}
.preview-3 .wg-event-top .card .body .num{font-family: arial; line-height: 1; font-size: 28px; margin-top: 5px;}

.preview-4 .ev-top .card-date{padding: 25px 15px;}
.preview-4 .ev-top .card-date .num{font-family: arial; line-height: 1; font-size: 54px;}
.preview-4 .ev-top .card-date .text span{font-family: arial; font-size: 0.7em; font-weight: bold; display: block;}
.preview-4 .wg-event-top .news-gb .card{padding: 0 15px;}
.preview-4 .wg-event-top .news-gb .num{font-family: arial; line-height: 1; font-size: 34px;}
.preview-4 .wg-event-top .card .body .num{font-family: arial; line-height: 1; font-size: 28px; margin-top: 5px;}
/*.preview-4 .wg-ev-bottom .card .action{bottom: 20px !important;}*/
/*.preview-4 .ev-priority .item-list .card{min-height: 170px !important; height: auto !important;}*/

.wg-footer-qr .qr-content{width: 90px;}
.wg-footer-qr .qr-content img{width: auto !important; height: auto !important;}


@media screen and (max-width: 1440px){
	/*.preview-page .dailynews-map .legend{margin-bottom: 20px;}*/
	/*.credit-sea{top: -10px;}*/

	.preview-1 .ev-priority .item-list .card{height: auto !important;}
	.preview-1 .wg-ev-bottom .card .action{bottom: 0 !important;}
}

@media screen and (max-width: 1199px){
	.credit-sea{width: 160px;}
}

@media screen and (max-width: 991px){
	/*.preview-page .wg-footer-map .title{text-align: left;}*/

	/*.preview-1 .wg-ev-bottom .card .action{left: 0 !important; right: 0 !important; padding-top: 10px !important;}*/
}

@media screen and (max-width: 767px){
    body{-webkit-text-size-adjust: none;}

    .breadcrumb-block .breadcrumb li{align-items: flex-start;}
    .breadcrumb-block .breadcrumb img{width: 20px; position: relative; top: -1px;}
    .breadcrumb-block .breadcrumb .link{color: #5bb8ff;}
    .breadcrumb-block .breadcrumb li:last-child{width: 50vw; padding-right: 0;}

    .editor-content .font-base, .editor-content .editor-content, .editor-content p{font-size: 22px;}

    .topgraphic .slick-dots{right: 20px;}
    .topgraphic .slick-dots li{margin: 6px 0;}
    .topgraphic .slick-dots button{width: 10px; height: 10px; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);}

    .ev-top .card-date .num{height: 88px; font-size: 70px;}
    .ev-top .card-date .text{padding: 12px 15px;}
    .wg-event-top .news-gb .card{height: 60px;}
    .wg-event-top .news-gb .txt{font-size: 22px;}
    .wg-event-top .news-gb .num{font-size: 50px;}
    .wg-event-top .conclude-list{padding-top: 15px;}

    .credit-sea{width: 140px;}

    .preview-2 .wg-title-map .title{width: 54vw; text-align: center;}
    .preview-2 .ev-top .card-date .num{height: 70px; font-size: 56px;}
    .preview-2 .ev-top .card-date .text{font-size: 22px;}
    .preview-2 .wg-event-top .news-gb .num{font-size: 34px;}
    .preview-2 .wg-event-top .card .body .num{font-size: 26px;} 

    .news-detail .card{margin-top: 0;}
    .news-detail .card .h-title{font-size: 26px;}
    .news-detail .header .h-title .inner .thumb-icon{width: 26px; height: 26px;}
    .news-detail .header .h-title .inner{padding-left: 40px; padding-right: 15px;}
    .news-detail .header .h-title .tag{margin-top: 0px; padding-right: 0}
    .news-detail .header .h-title .tag .item{margin: 0;padding: 0px 10px;}
    .news-detail .header .h-title .tag .item .txt {font-size: 18px;}
    .news-detail .header .info{font-size: 18px;}
    .news-detail .header .info li span{padding-right: 5px; position: relative; top: 1px;}

    .news-detail .gallery-list{width: auto; margin: 20px 0 0 0;}
    .news-detail .gallery-list .slick-slide.slick-current{margin: 0;}
    .news-detail .gallery-list .cover{padding-top: 80%;}
    .news-detail .gallery-list .cover img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
    .news-detail .gallery-list .slick-list{margin: 0 -5px;}
    .news-detail .gallery-list .slick-list .item{padding: 0 5px;}
    .news-detail .gallery-list .slick-dots{position: relative; bottom: auto; margin-top: 15px;}
    .news-detail .gallery-list .slick-dots li{width: 14px; height: 14px;}

    .news-detail .card .body{padding: 20px;}
    .news-detail .gallery-box{padding-top: 30px;}
    .news-detail .card .btn-box{padding-top: 0;}
    .news-detail .editor-content{font-size: 22px;}

    .news-release-list .card .body{padding: 10px 10px 5px 10px; min-height: 90px;}
    .news-release-list .card .title{font-size: 20px; max-height: 2em;}
    .news-release-list .card .desc{font-size: 18px; height: 2em;}
    .news-release-list .card .read-more{padding: 0 10px 10px 10px;}
    .news-release-list .action .btn.btn-slide span{margin-left: 10px;}
    .news-release-list .action .btn.btn-primary span img{width: 14px;}
    .news-release-list .slick-dots{margin-top: 20px;}

    .dailynews-map .topic .title.title-home{font-size: calc(100vw / 16);}

    /*.situation-calendar > table{margin: 0 15px; width: 600px;}
    .situation-calendar > table > thead > tr > th{padding: 15px 0; font-size: 22px;}
    .situation-calendar.table-responsive{display: inline-flex; width: auto; margin: 0 -15px;}*/

    .menu-date{padding-bottom: 10px;}

    .situation-calendar.table-responsive{width: auto; margin: 0 -15px;}
    .situation-calendar > table{margin-left: 15px;}
    .situation-calendar > table > thead > tr > th{padding: 15px 0; font-size: 22px;}
    .situation-calendar .defaultSubject .icon{width: 73%; top: 4px; height: 18px;}
    .situation-calendar .defaultSubject .title{padding: 0 12px;}

    .boxdestopsite{font-size: 16px;}

    .Totop{width: 40px; height: 40px; right: 15px; line-height: inherit;}
    .Totop span{line-height: 38px;}
    .Totop.active{bottom: 60px;}

    .wg-about .slick-dotted.slick-slider{margin-bottom: 0;}
    .wg-about .slick-dots{margin-top: 20px; position: relative; bottom: auto;}
    .wg-about .content .desc{height: auto; max-height: inherit;}
    .wg-about .slick-dots li{width: 17px; height: 17px;}

    .wg-MarineMilestones .link{text-align: center;}
    .wg-MarineMilestones .thumb{margin: 50px auto; width: auto;}
    .wg-MarineMilestones .obg::before{width: 180px; height: 180px; margin-left: -90px; margin-top: -100px;}
    .wg-MarineMilestones .btn-box{padding-top: 20px;}
    .wg-MarineMilestones .slick-dots{margin-top: 20px;}

    .milestone-list .wg-MarineMilestones{margin-top: 0; margin-bottom: 0; text-align: center;}
    .milestone-list .wg-MarineMilestones .item-list > li{padding: 25px 20px;}
    .milestone-list .wg-MarineMilestones .content{padding: 0; text-align: center;}
    .milestone-list .wg-MarineMilestones .btn-box{text-align: center; padding-top: 20px;}

    .reportDaily{bottom: 10px; right: 15px;} 
    .reportDaily .btnsubmitreport, 
    .reportDaily .btnsubmitreport .icon{width: 40px; height: 40px;}
    .reportDaily .btnsubmitreport .icon img{width: 20px !important;}

    .wg-SeaWeatherAndWaves .slick-dots{position: relative; bottom: auto; margin-top: 20px;}

    .wg-footer-qr .qr-content{width: 100px; margin-left: 10px;}
    .credit-predic{margin-top: 0; font-size: 16px;}
}
@media screen and (max-width: 575px){
    .pagination .item-list li.num-page{display: block;}
    .pagination-jumpPage{width: 140px; margin: 15px auto 0;}
    .pagination-jumpPage .select2-container--default .select2-selection--single .select2-selection__rendered{font-size: 18px;}
    .pagination-nav{display: none;}
    .pagination-label span{padding: 0; min-width: inherit;} 
}
/* Edit 18/10/2564 */




/* Edit 08/11/2021 */
.ev-priority .item-list .card .desc{
    color: #1e1e1e;
}
.wg-footer-qr{
    display: flex;
    justify-content: space-between;
}
.wg-footer-qr{
    margin-top: 1%;
}
/* Edit 08/11/2021 */




/* Edit 16/11/2021 */
.site-header .top-header .text-size::before{display: none;}
.site-header .top-header .text-size .item-list{margin-right: 0;}
.site-header .top-header .lang{display: none;}

.site-header .menu-header nav.menu .dropdown{position: relative;}
.site-header .menu-header nav.menu .dropdown .dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(255,255,255,0.96);
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    padding: 0;
    width: 280px;
    border: none;
    overflow: hidden;
    display: block;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms ease;
}
.site-header .menu-header nav.menu .dropdown > .link:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: transparent;
    display: none;
}
.site-header .menu-header nav.menu .dropdown .dropdown-menu li .link{
    display: block;
    padding: 10px 15px;
    color: #333;
    font-size: 20px;
    line-height: 1.2em;
}

.site-header .menu-header nav.menu > ul > li.dropdown:hover > .link{background-color: #0080C9;}
.site-header .menu-header nav.menu > ul > li.dropdown > .link:hover{background-color: #0080C9;}

.site-header .menu-header nav.menu > ul > li.dropdown.active:hover > .link{background-color: #fff;}
.site-header .menu-header nav.menu > ul > li.dropdown.active > .link:hover{background-color: #fff;}

.site-header .menu-header nav.menu .dropdown .dropdown-menu li .link br{display: none;}
.site-header .menu-header nav.menu .dropdown .dropdown-menu li .link:hover{color: #fff;}
.site-header .menu-header nav.menu .dropdown:hover > .link:after{display: block;}
.site-header .menu-header nav.menu .dropdown:hover .dropdown-menu{
    margin-top: 6px;
    opacity: 1;
    visibility: visible;
}
.site-header .menu-header nav.menu li.active:hover > .link{color: #0080C9;}
.site-header .menu-header nav.menu li.active > .link:hover{color: #0080C9;}
.site-header .menu-header nav.menu li.active .dropdown-menu li .link:hover{background-color: #0080C9; color: #fff}

.news-release-list .card .desc{line-height: 1.1em; max-height: 2.2em;}
.news-release-list .card .read-more .col-md{padding: 0;}

.wg-announce .slider .link{line-height: 1.1em; height: 2.2em;}

.wg-SeaWeatherAndWaves .container > .row{align-items: center;}
.wg-MarineMilestones .container > .row{align-items: center;}
.wg-MarineMilestones .topic{text-align: left;}
.wg-MarineMilestones .topic .title{text-align: left;}

.drop-daily .dropdown .item-list li .link{font-size: 30px;}

.dailynews-map .wrapper{height: 1640px;}

.wg-ev-bottom{left: 0; right: 0; max-width: 1200px; width: auto;}

.news-detail .picture-cover img{border-radius: 10px;}
.news-detail .editor-content{padding-top: 30px; padding-left: 10px; padding-right: 10px;}

.editor-content p{font-size: 14px;}
.editor-content{font-family: Arial, Helvetica, sans-serif;}

.wg-about .content .title{
  line-height: 1.1em;
  height: 2.2em;
  -webkit-line-clamp: 2;
}

.ev-priority .item-list .card .desc.text-limit{height: 3em;}

.ev-top .card-date{box-shadow: none;}
.wg-event-top .card{box-shadow: none;}
.wg-event-top .news-gb .card{box-shadow: none;}
.wg-ev-bottom{bottom: 30px;}

.credit-predic{font-size: 22px; margin-top: 15px;}
.credit-predic a{color: red; text-decoration: none; font-weight: bold;}

.action-preview.view-mobile{height: auto; padding: 30px 0;}
.action-preview.view-mobile .btn{width: 90%; height: auto; padding: 30px; line-height: 1em; font-size: 60px;}

.bodypreview .dailynews-map .legend{box-shadow: none;}
.bodypreview .ev-priority .item-list .card{box-shadow: none;}
.bodypreview .ev-priority .item-list .card.success{background-color: #fff; background-image: none;}
.bodypreview .wg-ev-bottom .card{box-shadow: none; border-radius: 5px; overflow: hidden;}
.bodypreview .wg-footer-qr{margin-top: 20px;}

/*.preview-page .dailynews-map .wrapper{height: 1796px;}*/
.preview-page .wg-ev-bottom{bottom: 90px;}
.preview-page .ev-priority .action{margin-top: 15px; padding: 0; position: relative;}
.preview-page .ev-priority .action .bg{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.preview-page .ev-priority .action .bg div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.preview-page .ev-priority .action .btn{
    position: relative;
    z-index: 10;
    border-radius: 0;
    background: none;
    background-image: none;
}


/* Preview 1 */
.preview-1 .ev-top .card-date{
    box-shadow: none;
    position: relative;
    overflow: visible;
    background-color: transparent;
    border-radius: 0;
}
.preview-1 .ev-top .card-date div.bg{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.preview-1 .ev-top .card-date div.bg div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
}
.preview-1 .ev-top .card-date div.bg div:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 110px;
    height: 100%;
    background-image: linear-gradient(0deg, #77D5FF 0%, #0EC3C9 100%);
}
.preview-1 .ev-top .card-date > div{z-index: 10;}
.preview-1 .ev-top .card-date .num{background-image: none; background: none;}
.preview-1 .wg-ev-bottom{bottom: 90px;}
.preview-1 .wg-ev-bottom .card{box-shadow: none; border-radius: 5px; overflow: hidden;}
.preview-1 .wg-footer-qr{margin-top: 20px;}
.preview-1 .wg-event-top .news-gb{margin: 0 -5px;}
.preview-1 .wg-event-top .news-gb .txt{font-size: 20px;}
.preview-1 .wg-event-top .news-gb .card{
    margin: 0 5px;
    box-shadow: none;
    border-radius: 0;
    background-image: none;
    position: relative;
}
.preview-1 .wg-event-top .news-gb .card .row{
    z-index: 10;
}
.preview-1 .wg-event-top .news-gb .card.good{
    background: none;
    background-image: none;
}
.preview-1 .wg-event-top .news-gb .card.good .bg{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.preview-1 .wg-event-top .news-gb .card.good .bg div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-image: linear-gradient(180deg, #81D100 0%, #4DA412 100%);
}
.preview-1 .wg-event-top .news-gb .card.bad{
    background: none;
    background-image: none;
}
.preview-1 .wg-event-top .news-gb .card.bad .bg{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.preview-1 .wg-event-top .news-gb .card.bad .bg div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-image: linear-gradient(180deg, #FF4A54 0%, #D84B53 100%);
}
.preview-1 .wg-event-top .conclude-list .card .header{
    font-size: 24px;
}
.preview-1 .wg-event-top .conclude-list .card .body .num{
    height: 34px;
    font-size: 34px;
}
.preview-1 .wg-event-top .conclude-list .card{
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    display: block;
    background: none;
    background-image: none;
}
.preview-1 .wg-event-top .conclude-list .card .d-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    height: 60px;
    padding: 10px 15px;
}
.preview-1 .wg-event-top .conclude-list .card .bg{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.preview-1 .wg-event-top .conclude-list .card .bg div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
/* Preview 1 */


/* Preview 2 */
.preview-2 .ev-top .card-date{
    box-shadow: none;
    position: relative;
    overflow: visible;
    background-color: transparent;
    border-radius: 0;
}
.preview-2 .ev-top .card-date div.bg{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.preview-2 .ev-top .card-date div.bg div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.preview-2 .ev-top .card-date div.bg div:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg, rgba(0,128,201,1) 0%, rgba(14,195,201,1) 100%);
}
.preview-2 .ev-top .card-date > div{z-index: 10;}
.preview-2 .ev-top .card-date .text{position: relative; background-image: none; background: none;}
.preview-2 .wg-event-top .news-gb .card{
    padding: 15px;
    box-shadow: none;
    border-radius: 0;
    background-image: none;
    position: relative;
}
.preview-2 .wg-event-top .news-gb .card .row{
    z-index: 10;
}
.preview-2 .wg-event-top .news-gb .card.good{
    background: none;
    background-image: none;
}
.preview-2 .wg-event-top .news-gb .card.good .bg{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.preview-2 .wg-event-top .news-gb .card.good .bg div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(180deg, #81D100 0%, #4DA412 100%);
}
.preview-2 .wg-event-top .news-gb .card.bad{
    background: none;
    background-image: none;
}
.preview-2 .wg-event-top .news-gb .card.bad .bg{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.preview-2 .wg-event-top .news-gb .card.bad .bg div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(180deg, #FF4A54 0%, #D84B53 100%);
}
.preview-2 .wg-event-top .conclude-list .card .header{
    font-size: 24px;
    position: relative;
    z-index: 10;
}
.preview-2 .wg-event-top .conclude-list .card .body{
    position: relative;
    z-index: 10;
}
.preview-2 .wg-event-top .conclude-list .card .body .num{
    font-size: 34px;
}
.preview-2 .wg-event-top .conclude-list .card{
    box-shadow: none;
    border-radius: 0;
    position: relative;
    display: block;
    background: none;
    background-image: none;
}
.preview-2 .wg-event-top .conclude-list .card .bg{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.preview-2 .wg-event-top .conclude-list .card .bg div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
/* Preview 2 */ 


/* Preview 3 */
.obj-footer-preview3{background: url(../image/static/pv3-f-new.png) center bottom no-repeat; background-size: 100% auto;}
/*.preview-3 .wg-title-map{height: 250px; color: #fff; align-items: start;}*/
/*.preview-3 .wg-title-map{height: 150px; color: #fff; background-image: url(../image/static/pv3-h.png); background-color: transparent;}*/
.preview-3 .wg-title-map{height: 150px; color: #fff; background-color: #15B34D;}
.preview-3 .obj-headerL{background-image: url(../image/static/pv3-h-l.png);}
.preview-3 .obj-headerR{background-image: url(../image/static/pv3-h-r.png);}
.preview-3 .wg-title-map > img{width: 1280px; height: 250px; margin-left: -640px;}  
.preview-3 .wg-event-top{top: 180px;}
.preview-3 .wg-event-top .conclude-list{width: auto; float: none;}
.preview-3 .wg-event-top .conclude-list .item-list{margin: 0; display: flex; justify-content: center;}
.preview-3 .wg-event-top .conclude-list li{width: auto; padding: 0 8px;}
.preview-3 .wg-event-top .card .body .cover{position: relative; top: 0; width: 40px;}
.preview-3 .wg-event-top .news-gb .card{width: auto; margin: 10px 10px 0;}
.preview-3 .wg-event-top .news-gb .txt{font-size: 20px;}
.preview-3 .ev-top{margin-right: 2px; width: 160px;}
.preview-3 .ev-top .card-date{
    width: 160px;
    height: 160px;
}
.preview-3 .ev-top .card-date .num,
.preview-3 .ev-top .card-date .text{
    position: relative;
    z-index: 10;
}
.preview-3 .ev-top .card-date{
    box-shadow: none;
    position: relative;
    overflow: visible;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
}
.preview-3 .ev-top .card-date div.bg{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.preview-3 .ev-top .card-date div.bg div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    background-image: linear-gradient(180deg, rgba(0,128,201,1) 0%, rgba(14,195,201,1) 100%);
}
.preview-3 .ev-top .card-date div.bg div:before{
    content: '';
    position: absolute;
    bottom: 6px;
    left: 6px;
    right: 6px;
    top: 6px;
    z-index: 6;
    border-radius: 50%;
    border: 4px solid #fff;
}
.preview-3 .wg-event-top .news-gb .card{
    padding: 15px;
    box-shadow: none;
    border-radius: 0;
    background-image: none;
    position: relative;
}
.preview-3 .wg-event-top .news-gb .card .row{
    z-index: 10;
}
.preview-3 .wg-event-top .news-gb .card.good{
    background: none;
    background-image: none;
}
.preview-3 .wg-event-top .news-gb .card.good .bg{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.preview-3 .wg-event-top .news-gb .card.good .bg div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(180deg, #81D100 0%, #4DA412 100%);
}
.preview-3 .wg-event-top .news-gb .card.bad{
    background: none;
    background-image: none;
}
.preview-3 .wg-event-top .news-gb .card.bad .bg{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.preview-3 .wg-event-top .news-gb .card.bad .bg div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(180deg, #FF4A54 0%, #D84B53 100%);
}
.preview-3 .wg-event-top .conclude-list .card .header{
    font-size: 20px;
    position: relative;
    z-index: 10;
}
.preview-3 .wg-event-top .conclude-list .card .body{
    position: relative;
    z-index: 10;
}
.preview-3 .wg-event-top .conclude-list .card .body .text{
    margin-top: 10px;
    font-size: 22px;
    line-height: 0.9em;
    color: #fff;
}
.preview-3 .wg-event-top .conclude-list .card .body .num{
    font-size: 34px;
}
.preview-3 .wg-event-top .conclude-list .card{
    box-shadow: none;
    border-radius: 0;
    position: relative;
    display: block;
    background: none;
    background-image: none;
    width: 160px;
    height: 160px;
    padding: 18px 15px;
}
.preview-3 .wg-event-top .conclude-list .card .bg{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.preview-3 .wg-event-top .conclude-list .card .bg div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
/* Preview 3 */


/* Preview 4 */
.preview-4 .wg-event-top .conclude-list{width: auto; float: none;}
.preview-4 .wg-event-top .conclude-list .item-list{margin: 0; display: flex; justify-content: center;}
.preview-4 .wg-event-top .conclude-list li{width: auto; padding: 0;}
.preview-4 .wg-event-top .card .body .cover{position: relative; top: 0; width: 34px;}
.preview-4 .wg-event-top .news-gb .card{width: auto; margin: 10px 10px 0;}
.preview-4 .wg-event-top .news-gb .txt{font-size: 20px;}
.preview-4 .ev-top{margin-right: 2px; width: 170px;}
.preview-4 .ev-top .card-date{
    width: 170px;
    height: 170px;
}
.preview-4 .ev-top .card-date .num,
.preview-4 .ev-top .card-date .text{
    position: relative;
    z-index: 10;
}
.preview-4 .ev-top .card-date{
    box-shadow: none;
    position: relative;
    overflow: visible;
    background-color: transparent;
    background-image: none;
    background: none;
    border-radius: 0;
    padding: 32px 15px;
    clip-path: none;
}
.preview-4 .ev-top .card-date div.bg{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(94.33013% 47.5%, 94.69846% 48.2899%, 94.92404% 49.13176%, 95% 50%, 94.92404% 50.86824%, 94.69846% 51.7101%, 94.33013% 52.5%, 74.33013% 87.14102%, 73.83022% 87.85495%, 73.21394% 88.47124%, 72.5% 88.97114%, 71.7101% 89.33948%, 70.86824% 89.56505%, 70% 89.64102%, 30% 89.64102%, 29.13176% 89.56505%, 28.2899% 89.33948%, 27.5% 88.97114%, 26.78606% 88.47124%, 26.16978% 87.85495%, 25.66987% 87.14102%, 5.66987% 52.5%, 5.30154% 51.7101%, 5.07596% 50.86824%, 5% 50%, 5.07596% 49.13176%, 5.30154% 48.2899%, 5.66987% 47.5%, 25.66987% 12.85898%, 26.16978% 12.14505%, 26.78606% 11.52876%, 27.5% 11.02886%, 28.2899% 10.66052%, 29.13176% 10.43495%, 30% 10.35898%, 70% 10.35898%, 70.86824% 10.43495%, 71.7101% 10.66052%, 72.5% 11.02886%, 73.21394% 11.52876%, 73.83022% 12.14505%, 74.33013% 12.85898%);
}
.preview-4 .ev-top .card-date div.bg div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}
.preview-4 .ev-top .card-date div.bg div:before{
    content: '';
    position: absolute;
    bottom: 6px;
    left: 6px;
    right: 6px;
    top: 6px;
    z-index: 6;
    border-radius: 50%;
    border: 4px solid #fff;
}
.preview-4 .wg-event-top .news-gb .card{
    padding: 15px;
    box-shadow: none;
    border-radius: 0;
    background-image: none;
    position: relative;
}
.preview-4 .wg-event-top .news-gb .card .row{
    z-index: 10;
}
.preview-4 .wg-event-top .news-gb .card.good{
    background: none;
    background-image: none;
}
.preview-4 .wg-event-top .news-gb .card.good .bg{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.preview-4 .wg-event-top .news-gb .card.good .bg div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(180deg, #81D100 0%, #4DA412 100%);
}
.preview-4 .wg-event-top .news-gb .card.bad{
    background: none;
    background-image: none;
}
.preview-4 .wg-event-top .news-gb .card.bad .bg{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.preview-4 .wg-event-top .news-gb .card.bad .bg div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(180deg, #FF4A54 0%, #D84B53 100%);
}
.preview-4 .wg-event-top .conclude-list .card .header{
    font-size: 20px;
    position: relative;
    z-index: 10;
}
.preview-4 .wg-event-top .conclude-list .card .body{
    position: relative;
    z-index: 10;
}
.preview-4 .wg-event-top .conclude-list .card .body .text{
    margin-top: 8px;
    font-size: 20px;
    line-height: 0.9em;
    color: #fff;
}
.preview-4 .wg-event-top .conclude-list .card .body .num{
    margin-top: 3px;
    font-size: 30px;
}
.preview-4 .wg-event-top .conclude-list .card{
    box-shadow: none;
    border-radius: 0;
    position: relative;
    display: block;
    background: none;
    background-image: none;
    width: 170px;
    height: 170px;
    padding: 28px 15px;
}
.preview-4 .wg-event-top .conclude-list .card .bg{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.preview-4 .wg-event-top .conclude-list .card .bg div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(94.33013% 47.5%, 94.69846% 48.2899%, 94.92404% 49.13176%, 95% 50%, 94.92404% 50.86824%, 94.69846% 51.7101%, 94.33013% 52.5%, 74.33013% 87.14102%, 73.83022% 87.85495%, 73.21394% 88.47124%, 72.5% 88.97114%, 71.7101% 89.33948%, 70.86824% 89.56505%, 70% 89.64102%, 30% 89.64102%, 29.13176% 89.56505%, 28.2899% 89.33948%, 27.5% 88.97114%, 26.78606% 88.47124%, 26.16978% 87.85495%, 25.66987% 87.14102%, 5.66987% 52.5%, 5.30154% 51.7101%, 5.07596% 50.86824%, 5% 50%, 5.07596% 49.13176%, 5.30154% 48.2899%, 5.66987% 47.5%, 25.66987% 12.85898%, 26.16978% 12.14505%, 26.78606% 11.52876%, 27.5% 11.02886%, 28.2899% 10.66052%, 29.13176% 10.43495%, 30% 10.35898%, 70% 10.35898%, 70.86824% 10.43495%, 71.7101% 10.66052%, 72.5% 11.02886%, 73.21394% 11.52876%, 73.83022% 12.14505%, 74.33013% 12.85898%);
}
/* Preview 4 */


@media screen and (max-width: 1440px){
    .drop-daily .dropdown .item-list li .link{font-size: 20px;}

    .preview-page .credit-predic{margin-top: 3px;}
    .preview-page .wg-footer-qr{margin-top: 15px;}
    .preview-page .wg-footer-qr .qr-content{width: 70px;}
    .preview-page .wg-footer-map{padding: 15px 20px;}
    .preview-page .wg-ev-bottom{bottom: 75px;}
    .preview-page .wg-ev-bottom .item-list{margin-top: 15px;}
    .preview-page .ev-situation{margin-top: 25px;}

    .preview-1 .ev-top .card-date .num{font-size: 40px;}
    .preview-1 .ev-top .card-date .text{font-size: 32px;}
    .preview-1 .wg-event-top .news-gb .txt{font-size: 18px;}
    .preview-1 .wg-event-top .news-gb .card .num{font-size: 30px;}
    .preview-1 .wg-event-top .conclude-list .card .header{font-size: 22px;}
    .preview-1 .wg-event-top .card .header{padding: 0 40px 0 50px;}
    .preview-1 .wg-event-top .card .body .cover > img{height: 32px;}
    .preview-1 .wg-event-top .conclude-list .card .body .num{font-size: 30px; height: 30px;}

    .obj-headerR-preview2{right: -110px;}
    .preview-2 .ev-top .card-date .num{font-size: 60px; padding-top: 0; height: 82px;}
    .preview-2 .ev-top .card-date .text{font-size: 32px; padding: 14px 10px 13px 10px;}
    .preview-2 .wg-event-top .news-gb .card{height: 75px;}
    .preview-2 .wg-event-top .news-gb .txt{font-size: 22px;}
    .preview-2 .wg-event-top .conclude-list .card .header{font-size: 22px;}
    .preview-2 .wg-event-top .card{height: 160px;}

    .preview-3 .ev-top .card-date{padding: 22px 15px;}
    .preview-3 .ev-top .card-date .num{font-size: 56px;}
    .preview-3 .ev-top .card-date .text{font-size: 28px;}
    .preview-3 .ev-top{width: 150px; margin-right: 0;}
    .preview-3 .ev-top .card-date{width: 150px; height: 150px; padding: 18px 15px;}
    .preview-3 .wg-event-top .conclude-list li{padding: 0 5px;}
    .preview-3 .wg-event-top .conclude-list .card{width: 150px; height: 150px; padding: 14px 15px;}

    .preview-4 .ev-top{width: 160px; margin-right: 0;}
    .preview-4 .ev-top .card-date{width: 160px; height: 160px; padding: 30px 15px;}
    .preview-4 .wg-event-top .conclude-list .card{width: 160px; height: 160px; padding: 23px 15px;}
    .preview-4 .ev-top .card-date .num{font-size: 50px;}
    .preview-4 .ev-top .card-date .text{font-size: 28px;}
    .preview-4 .ev-top .card-date .text span{padding-top: 0.1em;}
}
@media screen and (max-width: 1199px){
    .preview-page .credit-predic{font-size: 18px; margin-top: 10px;}
    .preview-page .credit-predic + .credit-predic{margin-top: 3px;}
    .preview-page .wg-ev-bottom{bottom: 75px;}
    .preview-page .wg-footer-map{padding: 15px 20px;}
    .preview-page .wg-footer-map .title{font-size: 22px;}
    .preview-page .wg-footer-map .desc{font-size: 22px;}
    .wg-footer-qr .qr-content{width: 80px;}

    .preview-1 .wg-title-map{height: 120px;}
    .preview-1 .wg-title-map .title span{font-size: 36px;}
    .preview-1 .wg-title-map .title{font-size: 28px;}
    .preview-1 .wg-title-map .brand-1{width: 80px;}
    .preview-1 .wg-title-map .brand-2{width: 58px;}
    .preview-1 .obj-headerL{width: 190px; background-size: 100% auto; background-repeat: no-repeat; background-position: top left;}
    .preview-1 .obj-headerR{width: 190px; background-size: 100% auto; background-repeat: no-repeat; background-position: top right;} 
    .preview-1 .wg-event-top{top: 140px;}
    .preview-1 .wg-event-top .conclude-list .card .header{font-size: 20px;}
    .preview-1 .ev-top .card-date .num{width: 30%; font-size: 34px;}
    .preview-1 .ev-top .card-date .text{font-size: 28px;}

    .preview-2 .wg-title-map{height: 120px;}
    .preview-2 .wg-title-map .title span{font-size: 36px;}
    .preview-2 .wg-title-map .title{font-size: 28px; margin-bottom: 45px;}
    .preview-2 .wg-event-top{top: 150px;}
    .preview-2 .ev-top .card-date{width: 100%;}
    .preview-2 .ev-top .card-date .num{height: 70px; font-size: 50px;}
    .preview-2 .ev-top .card-date .text{font-size: 28px; padding: 13px 10px;}
    .preview-2 .wg-event-top .news-gb .card{height: 70px; padding: 10px 15px;}
    .preview-2 .wg-event-top .conclude-list .card{height: 140px; padding: 12px 10px;}
    .preview-2 .wg-event-top .conclude-list .card .header{font-size: 20px; padding-bottom: 5px;}
    .preview-2 .wg-event-top .card .body .cover{width: 30px;}
    .preview-2 .wg-event-top .card .body .num{margin-top: 6px; font-size: 30px;}

    .preview-3 .wg-title-map{}
    .preview-3 .wg-title-map > img{width: 930px; height: 180px; margin-left: -465px;}
    .preview-3 .wg-title-map .title span{font-size: 36px;}
    .preview-3 .wg-title-map .title{font-size: 28px;}
    .preview-3 .wg-title-map .brand-1{width: 80px;}
    .preview-3 .wg-title-map .brand-2{width: 58px;}
    .preview-3 .wg-event-top{top: 150px;}
    .preview-3 .wg-event-top .conclude-list .card{margin-top: 20px; width: 110px; height: 110px;}
    .preview-3 .wg-event-top .card .body .cover{width: 26px;}
    .preview-3 .wg-event-top .card .body .cover img{height: auto;}
    .preview-3 .wg-event-top .conclude-list .card{padding: 12px 15px;}
    .preview-3 .wg-event-top .conclude-list .card .body .text{margin-top: 5px; font-size: 18px;}
    .preview-3 .wg-event-top .conclude-list .card .body .num{font-size: 26px; margin-top: 2px;}

    .preview-4 .wg-title-map .title span{font-size: 36px;}
    .preview-4 .wg-title-map .title{font-size: 28px;}
    .preview-4 .wg-title-map .brand-1{width: 80px;}
    .preview-4 .wg-title-map .brand-2{width: 58px;}
    .preview-4 .wg-event-top .conclude-list .card{margin-top: 30px; width: 110px; height: 110px;}
    .preview-4 .wg-event-top .card .body .cover{width: 24px;}
    .preview-4 .wg-event-top .card .body .cover img{height: auto;}
    .preview-4 .wg-event-top .conclude-list .card{padding: 15px 15px;}
    .preview-4 .wg-event-top .conclude-list .card .body .text{margin-top: 5px; font-size: 16px;}
    .preview-4 .wg-event-top .conclude-list .card .body .num{font-size: 20px; margin-top: 2px;}
}
@media screen and (max-width: 991px){
    .site-header .menu-header nav.menu li{border-bottom: 1px solid rgba(255,255,255,0.2);}
    .site-header .menu-header nav.menu li .link{font-size: 20px; font-weight: 500; padding: 16px 20px; text-align: left; position: relative;}
    .site-header .menu-header nav.menu li.active > .link{background-color: rgba(255,255,255,0.8);}
    .site-header .menu-header nav.menu li.active > .link:before{color: #0080C9;}
    .site-header .menu-header nav.menu li.active > .link:hover{background-color: rgba(255,255,255,0.8); color: #0080C9;}
    .site-header .menu-header nav.menu .dropdown > .link:before{
        font-family: 'feather' !important;
        content: '\e842';
        position: absolute;
        top: 17px;
        right: 15px;
        font-size: 18px;
        color: #fff;
    }
    .site-header .menu-header nav.menu .dropdown:hover > .link:before{
        content: '\e845';
    }
    .site-header .menu-header nav.menu .dropdown .dropdown-menu,
    .site-header .menu-header nav.menu .dropdown:hover .dropdown-menu{
        position: relative;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border-radius: 0;
        background-color: rgba(255,255,255,0.1);
        width: 100%;
    }
    .site-header .menu-header nav.menu .dropdown .dropdown-menu{padding: 10px 20px; display: none;}
    .site-header .menu-header nav.menu .dropdown:hover .dropdown-menu{display: block;}
    .site-header .menu-header nav.menu .dropdown:hover > .link{background-color: rgba(255,255,255,0.8); color: #0080C9}
    .site-header .menu-header nav.menu .dropdown .dropdown-menu li .link{color: #fff; padding-left: 0; padding-right: 0; background-color: transparent !important;}
    .site-header .menu-header nav.menu .dropdown .dropdown-menu li .link:hover{background-color: transparent;}
    .site-header .menu-header nav.menu .dropdown .dropdown-menu li:last-child{border-bottom: none;}

    .site-header.tiny .menu-header nav.menu{top: 50px;}

    .preview-page .wg-footer-qr{margin-top: 5px;}
    .preview-page .wg-footer-map .title{text-align: left;}

    .preview-1 .wg-title-map{height: 90px;}
    .preview-1 .wg-title-map .title{font-size: 22px; width: 56vw;}
    .preview-1 .wg-title-map .title span{font-size: 28px;}
    .preview-1 .wg-title-map .brand-1{width: 60px;}
    .preview-1 .wg-title-map .brand-2{width: 42px;}
    .preview-1 .obj-headerL{transform: scale(1); width: 140px;}
    .preview-1 .obj-headerR{transform: scale(1); width: 140px;}
    .preview-1 .wg-event-top{top: 110px;}
    .preview-1 .wg-event-top .conclude-list{padding-top: 0;}
    .preview-1 .ev-top{margin-right: 10px;}
    .preview-1 .ev-top .card-date{margin-bottom: 0;}
    .preview-1 .wg-event-top .conclude-list .item-list{margin: 0 -5px;}
    .preview-1 .wg-event-top .conclude-list li{padding: 0 5px; margin-bottom: 10px;}
    .preview-1 .wg-event-top .news-gb{margin: 0;}
    .preview-1 .wg-event-top .news-gb .card{margin-top: 10px; margin-left: 0; margin-right: 0;}
    .preview-1 .wg-event-top .news-gb .card .row{width: 100%;}

    .preview-2 .wg-title-map{height: 90px;}
    .preview-2 .wg-title-map .row{margin-top: 5px;}
    .preview-2 .wg-title-map .title{font-size: 22px; width: 56vw; text-align: left; margin-bottom: 6px;}
    .preview-2 .wg-title-map .title span{font-size: 28px;}
    .preview-2 .wg-title-map .brand-1{width: 60px;}
    .preview-2 .wg-title-map .brand-2{width: 42px;}
    .obj-headerR-preview2{transform: scale(0.8); display: block;}
    .preview-2 .wg-event-top{top: 110px;}
    .preview-2 .wg-event-top .news-gb .card{height: 64px;}
    .preview-2 .wg-event-top .conclude-list{padding-top: 0;}

    .preview-3 .wg-title-map > img{width: 100%; height: 150px; margin-left: 0; object-fit: cover; object-position: top center}
    .preview-3 .wg-title-map .title{font-size: 22px; width: 56vw;}
    .preview-3 .wg-title-map .title span{font-size: 28px;}
    .preview-3 .wg-title-map .brand-1{width: 60px;}
    .preview-3 .wg-title-map .brand-2{width: 42px;}
    .preview-3 .wg-event-top{top: 130px;}
    .preview-3 .wg-event-top .conclude-list .item-list{display: block;}
    .preview-3 .wg-event-top .conclude-list .item-list{width: 360px; margin: 0 auto;}
    .preview-3 .wg-event-top .conclude-list .card{margin: 0 0 10px 0;}

    .preview-4 .wg-title-map .title{font-size: 22px; width: 56vw;}
    .preview-4 .wg-title-map .title span{font-size: 28px;}
    .preview-4 .wg-title-map .brand-1{width: 60px;}
    .preview-4 .wg-title-map .brand-2{width: 42px;}
    .preview-4 .wg-event-top .conclude-list .item-list{display: block;}
    .preview-4 .wg-event-top .conclude-list .item-list{width: 360px; margin: 0 auto;}
    .preview-4 .wg-event-top .conclude-list .card{margin: 0 0 10px 0;}
}
@media screen and (max-width: 767px){
    .preview-page .credit-predic{font-size: 16px; margin-top: 0;}
    .preview-page .credit-predic + .credit-predic{margin-top: 3px;}
    .preview-page .wg-footer-map{padding: 12px 20px;}
    .preview-page .wg-footer-map .title{font-size: 20px; text-align: center;}
    .preview-page .wg-footer-map .desc{font-size: 16px; margin-top: 2px;}

    .preview-1 .wg-title-map{height: 80px;}
    .preview-1 .wg-title-map .title{font-size: 3.5vw; width: 49vw; margin-bottom: 0;}
    .preview-1 .wg-title-map .title span{font-size: 5vw;}
    .preview-1 .wg-title-map .brand-1{width: 13vw;}
    .preview-1 .wg-title-map .brand-2{width: 10vw;}
    .preview-1 .obj-headerL{width: 18vw;}
    .preview-1 .obj-headerR{width: 18vw;}
    .preview-1 .wg-event-top{top: 100px;}
    .preview-1 .wg-event-top .news-gb{margin: 0 -5px;}
    .preview-1 .wg-event-top .news-gb .card{margin-left: 5px; margin-right: 5px;}
    .preview-1 .wg-event-top .conclude-list{padding-top: 10px;}
    .preview-1 .wg-event-top .conclude-list .card .header br{display: none;}

    .obj-headerR-preview2{display: none;}
    .preview-2 .wg-title-map{height: 80px;}
    .preview-2 .wg-title-map .title{font-size: 3.5vw; width: 49vw; margin-bottom: 0;}
    .preview-2 .wg-title-map .title span{font-size: 5vw;}
    .preview-2 .wg-title-map .brand-1{width: 13vw;}
    .preview-2 .wg-title-map .brand-2{width: 10vw;}
    .preview-2 .wg-event-top{top: 100px;}
    .preview-2 .wg-event-top .conclude-list{padding-top: 10px;}
    .preview-2 .ev-top .card-date .text{padding: 12px 10px;}
    .preview-2 .wg-event-top .news-gb .txt{font-size: 20px;}
    .preview-2 .wg-event-top .conclude-list .card{height: 130px;}
    .preview-2 .wg-event-top .conclude-list .card .header{font-size: 18px; min-height: inherit;}
    .preview-2 .wg-event-top .conclude-list .card .body .num{font-size: 30px;}

    .preview-3 .wg-title-map > img{height: 130px;}
    .preview-3 .wg-title-map .title{font-size: 3.5vw; width: 49vw; margin-bottom: 0;}
    .preview-3 .wg-title-map .title span{font-size: 5vw;}
    .preview-3 .wg-title-map .brand-1{width: 13vw;}
    .preview-3 .wg-title-map .brand-2{width: 10vw;}
    .preview-3 .wg-event-top{top: 100px;}
    .preview-3 .ev-top{width: 100%;}
    .preview-3 .ev-top > .row{width: auto;}
    .preview-3 .wg-event-top .news-gb .card{margin: 5px 0;}
    .preview-3 .wg-event-top .conclude-list li{width: 50%;}
    .preview-3 .wg-event-top .conclude-list .item-list{width: auto;}
    .preview-3 .wg-event-top .conclude-list .card{margin-left: auto; margin-right: auto;}

    .preview-4 .wg-title-map .title{font-size: 3.5vw; width: 49vw; margin-bottom: 0;}
    .preview-4 .wg-title-map .title span{font-size: 5vw;}
    .preview-4 .wg-title-map .brand-1{width: 13vw;}
    .preview-4 .wg-title-map .brand-2{width: 10vw;}
    .preview-4 .wg-event-top{top: 100px;}
    .preview-4 .ev-top{width: 100%;}
    .preview-4 .ev-top > .row{width: auto;}
    .preview-4 .wg-event-top .news-gb .card{margin: 5px 0;}
    .preview-4 .wg-event-top .conclude-list li{width: 50%;}
    .preview-4 .wg-event-top .conclude-list .item-list{width: auto;}
    .preview-4 .wg-event-top .conclude-list .card{margin-left: auto; margin-right: auto;}
}


.preview-page .wg-ev-bottom .card .body .desc{
    font-weight:400;
    font-size: 20px;
    color: #4e4e4e;
}
/* Edit 16/11/2021 */




/*.form-default .filter-search.-select2{
    background-color: #fff;
    border-radius: 40px;
    border: 1px solid #008BE5;

}
.form-default .filter-search.-select2 .control-label{
    position: relative;
}*/


.form-default .filter-search.-select2{
    display: flex;
    background-color: #fff;
    border-radius: 40px;
    border: 1px solid #008BE5;
    overflow: hidden;
}
.form-default .select-wrapper{width: 190px;}
.form-default .filter-search.-select2:before{display: none;}
.form-default .filter-search.-select2 .control-label{position: relative; white-space: nowrap; padding: 0 15px; line-height: 38px;}
.form-default .filter-search.-select2 .select-wrapper{width: 100%;}
.form-default .filter-search.-select2 .select2-container--default .select2-selection--single .select2-selection__rendered{color: #0058C6; font-size: 22px; padding-left: 15px; padding-right: 38px;}
.form-default .filter-search.-select2 .select2-container--default .select2-selection--single .select2-selection__arrow{height: 38px;}
.form-default .filter-search.-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b::before{color: #0058C6; font-size: 20px;}
.form-default .filter-search.-select2 .select2-container--default .select2-selection--single{height: 38px;}
.form-default .filter-search.-select2 .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 36px;}

.select2-dropdown{border-radius: 5px; overflow: hidden; background-color: #fff; border-color: #f2f2f2;}
.select2-results__option{padding: 8px 10px; font-size: 20px;}
.select2-container--open .select2-dropdown{border-radius: 5px;}
.select2-container--open .select2-dropdown--above{margin-top: -10px; border: 1px solid #0058C6;}
.select2-container--open .select2-dropdown--below{margin-top: 10px; border: 1px solid #0058C6;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color: #0058C6;}
.select2-container--default .select2-results__option[aria-selected="true"]{background-color: #f2f2f2; color: #000 !important;}
.select2-container--default .select2-results__option--highlighted[aria-selected]{color: #fff;}


.wg-announce{overflow: visible;}
.wg-announce .h-title{
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.wg-announce .slider .link span{color: #89a0b0;}
.wg-announce .slick-dots{bottom: -42px;}

.news-detail .wg-MarineMilestones{
  /*border-top: 1px solid #e1e1e1;*/
  padding: 40px 20px;
}
.news-detail .card .body > div.btn-box{
  padding-top: 0;
}

.visible-sm{display: none !important;}
.visible-xs{display: none !important;}

@media screen and (max-width: 1440px){
  .wg-announce .slick-dots{bottom: -32px;}
}
@media screen and (max-width: 991px){
    .visible-sm{display: block !important;}
    .hidden-sm{display: none !important;}
}
@media screen and (max-width: 767px){
  .wg-announce .slick-dots{bottom: -22px;}
  .news-detail .wg-MarineMilestones{padding-bottom: 30px; padding-top: 30px;}

  .dailynews-map .wrapper{height: 2000px;}

  .visible-xs{display: block !important;}
  .hidden-xs{display: none !important;}

  .news-detail .card .h-title.-end{padding-right: 20px}

  .breadcrumb-block .breadcrumb li.hidden-xs{display: none !important;}
}

@media screen and (max-width: 375px){
  .news-detail .picture-cover img{max-width: 300px;}
}




/* hashtag 27-01-2022 */
/*.hashtag{padding-top: 15px;}*/
.hashtag .item-list{margin: -5px;}
.hashtag .item-list > li{padding: 5px; width: auto; float: left;}
.hashtag .item-list > li > .link{display: block; border-radius: 15px; padding: 5px 15px; font-size: 20px; font-weight: normal; line-height: 1; color: #fff; background-color: #0081e6; border: 1px solid #0081e6;}
.hashtag .item-list > li > .link:hover{color: #0081e6; background-color: #fff;}

@media screen and (max-width: 767px){
  .hashtag .item-list > li > .link {padding: 1px 15px}
}
/* hashtag 27-01-2022 */


/* search hashtag 27-01-2022 */
.topic .title .text-red{color: #f00;}
.search-list{position: relative; padding-top: 20px;}
.search-list li{width: 100%;}
.search-list li:nth-child(odd) .link{background-color: #fff;}
.search-list li:nth-child(even) .link{background-color: #fafafa;}
.search-list li{border: 1px solid #e1e1e1;}
.search-list li+li {margin-top: -1px;}
.search-list .link{padding: 20px 25px;}
.search-list .title {font-weight: 500;color:#0081e6;font-size: 24px; line-height: 1.2em; max-height: 2.3em; margin-bottom: 5px;
    display: -webkit-box; overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.search-list .desc {font-size: 20px; margin-bottom: 5px; line-height: 1.2em; max-height: 2.3em; color: #464646;
    display: -webkit-box; overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.search-list .url {color: #999; font-size: 20px; line-height: 1.2em; max-height: 1.2em;
     display: -webkit-box; overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.search-list .date{margin-top: 5px;display: block;color: #999; font-size: 18px;}
.search-list .date:before { font-family: 'feather';content: '\e83a'; font-size: 0.8em; position: relative; top: 0px;margin-right: 4px;}
.search-list .link:hover .url{text-decoration: underline;}

@media screen and (max-width: 1199px){
    .search-list .title{font-size: 22px;}
    .search-list .desc{font-size: 18px;}
    .search-list .url{font-size: 18px;}
    .search-list .date{font-size: 16px;}
}
@media screen and (max-width: 767px){
    .search-list .title{font-size: 20px;}
    .search-list .desc{font-size: 16px;}
    .search-list .url{font-size: 16px;}
    .search-list .date{font-size: 14px;}

    .milestone-list .topic .title{display: block; position: relative; padding-left: 40px;}
    .milestone-list .topic .title img{position: absolute; top: 0; left: 0;}
}
/* search hashtag 27-01-2022 */
@media screen and (max-width: 1600px){
.news-detail .picture-cover img{max-width: 600px;}
}
@media screen and (max-width: 1440px){
.news-detail .picture-cover img{max-width: 600px;}
}
@media screen and (max-width: 1199px){
.news-detail .picture-cover img{max-width: 600px;}
}

@media screen and (max-width: 767px){
.news-detail .picture-cover img{max-width: 100%;}
}
@media screen and (max-width: 575px){
.news-detail .picture-cover img{max-width: 100%;}
}

/* hashtag-list 10-03-2022 */
.hashtag-list .item-list{margin: -5px;}
.hashtag-list .item-list > li{padding: 5px; width: auto; float: left;}
.hashtag-list .item-list > li.tag.-new{padding: 5px;margin: 0;}
.hashtag-list .item-list > li.tag.-new .item{margin: 0px;display: flex; align-items: center; padding: 0 15px; height: 32px;}
.hashtag-list .item-list > li.tag.-new .item > div{max-width: 100%;}
.hashtag-list .item-list > li.tag.-new .item .icon{
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
}
.hashtag-list .item-list > li.tag.-new .item .txt{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.hashtag-list .hashtag > .link{display: block; border-radius: 15px; padding: 5px 15px; font-size: 20px; font-weight: normal; line-height: 1; color: #fff; 
    background-color: #0081e6; border: 1px solid #0081e6;
}
.hashtag-list .hashtag > .link:hover{color: #0081e6; background-color: #fff;}

/* 17/03/2022 */
.wg-event-top .news-gb .num.-w100{width: 100px;}


/* 29/03/2022 */
@media screen and (max-width: 768px) {
    .wg-MarineMilestones .topic .title {
        justify-content: flex-start;
    }
    .wg-MarineMilestones .topic {
        margin-bottom: 0;
    }
    .wg-news-release .topic .title {
        justify-content: flex-start;
    }    
    .wg-news-release .topic .title {
        margin-bottom: 0;
    }
}
.wg-news-release .container > .row {
    align-items: center;
}

	/* .wg-news-release .container > .row-0 > div{
		-ms-flex: 0 0 100%;
	    -webkit-box-flex: 0;
	    flex: 0 0 100%;
	    max-width: 100%;
	} */


    
/* 06/04/2022 */
@media screen and (min-width: 1199px) {
    .table-responsive {
        overflow-x: initial;
    }
}


/* 08/04/2022 */
.news-detail .picture-cover img {
    max-width: 600px;
}
@media screen and (max-width: 767px){
    .news-detail .picture-cover img {
        max-width: 100%;
    }
}

/* 2022/10/25 */

@media screen and (max-width: 991px){
    .footer-info .wrapper .desc br {
        display: none;
    }
}

/* 2022/10/31 */
.ev-priority .item-list .card .desc.text-limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* 2022/11/17 */
.fancybox-button {
    width: 55px;
    height: 55px;
}

.fancybox-infobar {
    font-size: 20px;
}
.fancybox-navigation button {
    width: 75px;
}

.fancybox-navigation button:before {
    top: 20px;
    width: 60px;
    height: 60px;
}

/* 2023/07/17 */
.inner-page.no-style {background: #fff;}
.inner-page.no-style::before,
.inner-page.no-style::after {
    display: none;
}
.news-detail.no-style .card {
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    border: none;
}


/* 2023/11/06 */
.wg-MarineMilestones .nav .nav-link .topic .title {    
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
/* .wg-MarineMilestones .nav .nav-link:not(.active) .topic .title {color: #333333;opacity: 0.5;} */
.wg-MarineMilestones .nav .nav-link.active .topic .title {color: #ffffff;}
.wg-MarineMilestones .nav-pills .nav-link{position: relative; background: transparent;overflow: hidden;}
.wg-MarineMilestones .nav-pills .nav-link::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, #59c9ea 0%, #0090ff 100%);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}  
.wg-MarineMilestones .nav-pills .nav-link.active::before {
    transform: scaleX(1);
}
.wg-MarineMilestones .nav-pills .nav-link:not(.active):hover .topic .title {
    opacity: 0.7;
}

.tab-pane .wg-warning {margin-top: 20px;}
.wg-warning .card {
    font-size: 24px;
    color: #ffffff;
    position: relative;
    background: #001b5e;
    -webkit-box-shadow: inset 0 -5px 30px rgba(189, 7, 170, 0.5), 0 5px 15px rgba(0,0,0,0.16);
    box-shadow: inset 0 -5px 30px rgba(189, 7, 170, 0.5), 0 5px 15px rgba(0,0,0,0.16);
    border-radius: 0.675rem;
    /* width: 460px; */
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    overflow: hidden;

    text-align: left;
}
.wg-warning .card .icon {
    width: 30px;
    margin-right: 15px;
}
.wg-warning .card .title {
    font-size: 30px;
    font-weight: 500;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    -webkit-line-clamp: 1;
    max-height: 1.5em;
}
.wg-warning .card .locate {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    -webkit-line-clamp: 1;
    max-height: 1.5em;
}
.wg-warning .card .icon-white,
.wg-warning .card .icon-white img {
    -webkit-filter: brightness(100) grayscale(1) invert(1);
    filter: brightness(100) grayscale(1) invert(1);
}
.wg-warning .card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../image/background/bg-card.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.wg-warning .slick-carousel .slick-list {
    margin: 0 -15px;
}
.wg-warning .slick-carousel .slick-list .slick-slide {
    padding: 0 15px;
}
.wg-warning .card:hover {
    color: #ffffff;
}
.wg-warning .card:hover .title {
    color: #ffffff !important;
}
.wg-warning .card:hover .info {
    color: #ffffff !important;
}
.wg-warning .card:hover::before {
    opacity: 1;
    visibility: visible;
}

.wg-warning .warning-info {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}
.wg-warning .card .card-body {
    padding: 16px;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .wg-MarineMilestones .nav .nav-link .topic .title {
      font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    .wg-MarineMilestones .nav .nav-link .topic .title {
        font-size: 24px;
    }
    .wg-MarineMilestones .action .btn {
        min-width: 100px;
    }
    .action .btn.btn-primary span img {
        width: 16px;
    }
    .wg-MarineMilestones .nav-pills {
        flex-direction: row !important;
        justify-content: center;   
    }
    .wg-MarineMilestones .nav-pills .nav-item {
        flex: 1 1 auto !important;
    }
    .wg-MarineMilestones .nav .topic .title {text-align: center;justify-content: center;}
    .wg-MarineMilestones .col-md-auto .action {margin-top: 20px;}
    .wg-MarineMilestones .col-md-auto .action .btn {width: 100%;}
    .wg-MarineMilestones .nav-pills .nav-link {padding: 0.7rem 0.5rem;}
}
@media screen and (max-width: 575px) {  
    .wg-MarineMilestones .nav .nav-link .topic .title {
        font-size: 22px;
    }
}

/* 2023/11/30 */
.wg-MarineMilestones .nav::before {
    content: "";
    position: absolute;
    left: 0;
    right: -150px;
    bottom: 0;
    height: 1px;
    /* width: 100%; */
    background:  #58c9ea;
    z-index: 1;
}
.wg-MarineMilestones .nav .nav-link {background: #ccf4ff;color: #36b2f2;}
.wg-MarineMilestones .nav .nav-link .topic .title {color: #36b2f2}
.wg-MarineMilestones .nav-pills .nav-link {border-radius: .25rem  .25rem  0 0;}
.wg-MarineMilestones .nav .nav-link.active {background: transparent;}
.wg-MarineMilestones .nav .nav-item + .nav-item {margin-left: 10px;}

@media screen and (max-width: 767px) {  
    .wg-MarineMilestones .nav::before {right: 0;}
}
@media screen and (max-width: 390px) {  
    .wg-MarineMilestones .nav .nav-link .topic .title {
        font-size: 18px;
    }
}

.dailynews-map .legend li + li {
    display: flex;
    align-items: center;
  }
  .dailynews-map .legend {width: 200px;}
  @media screen and (max-width: 1199px) {
      .dailynews-map .legend {
          width: 180px;
      }
  }
  @media screen and (max-width: 991px) {
      .dailynews-map .legend {
          width: 140px;
      }
  }

/* edit by ohm2 04/12/23 */
.site-footer .policy-list .item {padding: 0 10px;}

.wg-warning .card {background-position: right;}

.wrapper-map .gm-style .gm-style-iw {padding: 0 !important;margin: 0;border-radius: 5px;background: transparent;box-shadow: none !important;}
.wrapper-map .gm-style .gm-style-iw-d a {color: #fff;;text-decoration: none;-webkit-transition: all 200ms ease-out;transition: all 200ms ease-out;}
/* .wrapper-map .gm-style .gm-style-iw-d a:focus,
.wrapper-map .gm-style .gm-style-iw-d a:hover {color: var(--color-primary); text-decoration: none;} */
.gm-style .gm-style-iw-c
.wrapper-map .gm-style button[title="Close"] {top: 0 !important; right: 0 !important; z-index: 1; height: 30px !important; width: 30px !important;}
.wrapper-map .gm-style button[title="Close"] > span {width: 16px !important;height: 16px !important;margin: 0 !important;}
.wrapper-map .gm-style .warning-info .icon img {max-width: 100%;}
.wrapper-map .warning-info .icon {width: 25px;margin-right: 12px;}
.wrapper-map .warning-info .title {font-size: var(--typo-default);}
.wrapper-map .map-card-warning .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/background/bg-card.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 10px;
}
.wrapper-map .map-card-warning .card:hover::before {opacity: 1; visibility: visible;}
/* .wrapper-map .map-card-warning .card .locate {font-size: var(--typo-sm);}
.wrapper-map .map-card-warning .card .card-body {min-width: 400px;} */
.wrapper-map .gm-ui-hover-effect > span {background-color: #fff;}
.wrapper-map .gm-style .gm-style-iw-tc::after {background: #151387 !important;}
.wrapper-map .gm-style .gm-style-iw-d {overflow: auto !important;}
.wrapper-map .gm-style .gm-style-iw {max-width: 100% !important;}
.wrapper-map .gm-style-iw-chr {position: absolute; right: 0; display: inline-flex;z-index: 10;}
.wrapper-map .gm-style-iw-chr .gm-ui-hover-effect {display: flex !important;align-items: center;justify-content: center;width: 35px !important; height: 35px !important;}
.wrapper-map .map-card-warning .card {width: auto; height: 120px; min-width: 300px; background: #001b5e;padding: 15px 35px 15px 15px;
  background-repeat: no-repeat; background-position: center; background-size: cover;
  color: #fff;
  box-shadow: inset 0 -5px 30px rgba(189, 7, 170, 0.5), 0 5px 15px rgba(0,0,0,0.16);
  border-radius: 10px;
  border: none;
  background-position: right;

  background-image: url(https://warning.dmcr.go.th//upload/res/pictures/picG-15-202425061719284670286238454.png);
}
.wrapper-map .map-card-warning .card .row + .row {margin-top: 10px;}
.wrapper-map .map-card-warning .card .icon {margin-right: 5px;}
.wrapper-map .map-card-warning .card .icon img {width: 20px;}
.wrapper-map .map-card-warning .card .icon.icon-white img {filter: brightness(0) invert(1);}
.wrapper-map .map-card-warning .card .title {font-size: 20px;font-weight: 500;}


.wrapper-map .map-card-default .card {
  /* height: 120px; */
  width: 300px;
  padding: 15px;
  background-repeat: no-repeat; background-position: center; background-size: cover;
  border-radius: 10px;
  border: none;
}

.wrapper-map .map-card-default .card .desc {
  color: #1e1e1e;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 2.1em;
  line-height: 1.1em;
  font-size: 20px;
  font-weight: 500;
  /* margin: 5px 0 7px 0; */
  padding-right: 35px;
}

.wrapper-map .map-card-default .card .action {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 10px;

}

.wrapper-map .map-card-default .card .action .btn {
  position: relative;
  z-index: 10;
  border-radius: 0;
  background: none;
  background-image: none;
  min-width: inherit;
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  border: 0;
  border-radius: 15px;
  transition: all 200ms ease-out;
  background-image: linear-gradient(180deg, #3300FF 0%, #66FFFF 100%);
}
.wrapper-map .map-card-default .card .action .btn:hover {
  background-position: 0 -55px;
}

.wrapper-map .map-card-default .card .action .btn  img {width: 18px;margin-right: 3px;}

.wrapper-map .map-card-default .card .icon {
  position: relative;
  text-align: center;
  margin-right: 8px;
}
.wrapper-map .map-card-default .card .icon img {
  width: 21px; height: 35px; margin: auto;
}
.wrapper-map .map-card-default .card .icon span {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: px;
  text-align: center;
  right: 0;
  margin: auto;
  top: 3px;
  transform: inherit;
  left: 0;
}

.wrapper-map .map-card-default .card.danger {
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 26%, rgba(250, 113, 121, 0.65) 300%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 26%, rgba(250, 113, 121, 0.65) 300%);
}
.wrapper-map .map-card-default .card.danger .icon span {color: #d01a00;}
.wrapper-map .map-card-default .card.success .icon span {color: #72b900;}

.wrapper-map .gm-style-iw-a.add-on .gm-ui-hover-effect > span {background-color: #1e1e1e !important;}
.wrapper-map .gm-style-iw-a.add-on .gm-style-iw-tc::after {background: #fff !important;}

/* .wrapper-map.add-on .gm-style-iw-a .gm-ui-hover-effect > span {background-color: #1e1e1e !important;}
.wrapper-map.add-on .gm-style-iw-a .gm-style-iw-tc::after {background: #fff !important;} */
.map-card-addon {padding-bottom: 12px;}
.map-card-addon a {position: relative;}
.map-card-addon .fa-close {
  position: absolute;
  font-size: 16px;
  z-index: 1;
  right: 10px;
  top: 10px;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: start;
  justify-content: flex-end;
}
.map-card-addon .fa-close:hover {opacity: 1;}
.map-card-addon .point-location {
  -webkit-filter: drop-shadow(0 4px 2px rgba(178, 178, 178, .4));
    filter: drop-shadow(0 4px 2px rgba(178, 178, 178, .4));
    height: 12px;
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
}

.map-card-addon .point-location::before {
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 25px;
}

.map-card-default.map-card-addon .fa-close {color: #1e1e1e;}
.map-card-default.map-card-addon .point-location::before {background: #fff;}

.map-card-warning.map-card-addon .fa-close {color: #fff;}
.map-card-warning.map-card-addon .point-location::before {background: #151387;}

.wrapper-map .gm-style-iw-chr .gm-ui-hover-effect {opacity: 0;}
.gm-style .gm-style-iw-tc {display: none;}


@media screen and (max-width: 991px) {
  .wrapper-map .map-card-warning .card {padding: 15px 30px 15px 15px;}
  .wrapper-map .map-card-default .card { padding: 15px;  }
}




/* stat-block */
.stat-block { position: absolute; bottom: 0; right: 0; margin-bottom: 25px; }

@media screen and (max-width: 1440px) {
.stat-block  {margin-bottom: 15px;}
}

@media screen and (max-width: 767px) {
    .stat-block  {position: relative;margin-bottom: 0;}
}


/* -guide- : 2025/01/03 */
.preview-page .wg-title-map .title span{text-align: left;}
.preview-page .wg-title-map .title small{font-size: 100%; text-align: left;}
.preview-page .wg-event-top .ev-top .card-date .text{text-align: center;}
.preview-page .wg-event-top .ev-top .card-date .text strong{text-align: left;}
.preview-page .wg-event-top .ev-top .card-date .text span{text-align: left;}
.preview-page .wg-event-top .conclude-list .card .header span{text-align: left;}
.preview-page .wg-event-top .conclude-list .card .body .text span{text-align: left;}
.preview-page .ev-priority .action .btn span{text-align: left;}
.preview-page .wg-footer-map .desc{text-align: left;}

.preview-2 .ev-top .card-date .text span{display: inline-block; margin-top: 0;}
.preview-3 .ev-top .card-date .text span{display: inline-block;}
.preview-4 .ev-top .card-date .text span{display: inline-block;}