/*
=========================================================================================
    Company      : Digital Advertising Division - KG Media | Kompas Gramedia
    Document     : CSS
    Author       : Pramuda Angga Aditya - IOBITDEV - iobit.dev
    Project Name : Genbest Kominfo
    Date         : April 22nd, 2020
=========================================================================================
*/

/* Base Theme
=========================================================================================
    pink         #DB7D9D
    black        #4E4E4E
    blue         #5DBEED
    white        #FFFFFF
    yellow       #EACA4E
    green        #A1CB50
    grey         #A1A1A1
    teal         #72C3BF
    title        font-family: 'Palanquin Dark', sans-serif;
    paragraph    font-family: 'Hind', sans-serif;
=========================================================================================
*/

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0px;
    color: #4E4E4E;
}

body {
    background: #fff;
}

a {
    text-decoration: none;
    color: #4E4E4E;
    transition: 0.2s ease;
    font-family: 'Palanquin Dark', sans-serif;
}

a:hover {
    color: #DB7D9D;
}

img {
    object-fit: cover;
    object-position: 50% 50%;
    vertical-align: middle;
    width: 100%;
}

input {
	-webkit-appearance: none;
}

::selection {
    background: #72C3BF;
    color: #fff;
}

::-moz-selection {
    background: #72C3BF;
    color: #fff;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #72C3BF;
}

.iobitdev-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
}

.content-boxed {
    max-width: 1100px;
    margin: auto;
}

h1,h2,h3 {
    margin-block-start: 0;
    margin-block-end: 0;
}

h1 {
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 46px;
}

h2 {
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

h3 {
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

nav a {
    text-transform: uppercase;
}

nav a:hover {
    opacity: 0.7;
}

nav .logo {
    max-width: 310px;
}

nav ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

nav li {
    display: inline;
    position: relative;
}

.searchBar {
    position: relative;
    margin: auto;
    margin-left: 35px;
    width: 160px;
}

.search input {
	border: none;
    border-radius: 3px;
    padding: 6px 15px 8px 15px;
    width: 100%;
    height: 38px;
    background-color: #F2F2F2;
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 300;
	color: #A1A1A1;
    font-size: 14px;
}

/* input:-internal-autofill-selected {
    background-color: red;
} */

.search input::placeholder {
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 300;
	color: #A1A1A1;
    font-size: 14px;
}

.search .searchBtn {
	cursor: pointer;
    position: absolute;
    right: 5px;
    background-color: #F2F2F2;
    padding: 0;
    border: 0;
    width: 40px;
    height: 100%;
    transition: 0.2s ease;
}

.search .searchBtn img {
    width: 50%;
    transition: 0.3s ease;
}

.search .searchBtn:hover img {
    opacity: 0.5;
}

nav {
    width: 100%;
    height: 83px;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 200;
    background-color: #fff;
    padding: 25px 10px;
    transition: 0.3s ease;
    border-bottom: 3px solid #f2f2f2;
}

.nav-scroll-min {
    top: -100px;
    transition: 0.5s ease;
}

.nav-scroll {
    top: 0px;
    position: fixed;
    height: 55px;
    padding: 10px 10px;
    /* box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2); */
}

.spaceHeader {
    height: 83px;
}

.navTop {
    max-width: 1100px;
    margin: auto;
    justify-content: space-between;
}

.navBtn a {
    font-size: 14px;
    margin-left: 20px;
}

.navBtn a:hover,
.navBtn a.active {
    color: #DB7D9D;
    border-bottom: 3px solid #DB7D9D;
}

header, header .heroImg img {
    width: 100%;
    height: 90vh;
}

.headerPage {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.headerPage--kesehatan {
    background-image: url('../img/img-header-kesehatan.png');
}

.headerPage--nutrisi {
    background-image: url('../img/img-header-nutrisi.png');
}

.headerPage--tumbuh {
    background-image: url('../img/img-header-tumbuh.png');
}

.headerPage--sanitasi {
    background-image: url('../img/img-header-sanitasi.png');
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    opacity: 1;
    border: 2px solid #fff;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 7vh;
}

.heroSlider {
    width: 100%;
    position: relative;
    text-align: center;
}

.heroImg {
    position: relative;
}

.heroImg::after {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.heroContent {
    position: absolute;
    z-index: 1;
    width: 600px;
    padding: 0 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}

a.heroBtn {
    color: #fff;
    text-transform: uppercase;
    background-color: #DB7D9D;
    width: 145px;
    display: inline-block;
    padding: 0 5px 3px 5px;
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s ease;
    text-align: center;
}

a.heroBtn:hover {
    background-color: #bd6d88;
}

a.articleBtn {
    color: #4E4E4E;
    text-transform: capitalize;
    background-color: #f2f2f2;
    width: 195px;
    padding: 3px 5px 7px 5px;
    font-size: 18px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s ease;
    text-align: center;
    margin: auto;
    display: block;
}

a.articleBtn:hover {
    background-color: #d1d1d1;
}

.backtotop {
    width: 80px;
    position: fixed;
    opacity: 0;
    bottom: 8%;
    right: 3%;
    z-index: 100;
    transition: 0.7s ease;
}

.backtotop--show {
    opacity: 1;
}

.backtotop img {
    transition: 0.2s ease;
    transform: scale(1,1);
}

.backtotop a:hover img {
    transform: scale(0.95,0.95);
}

.button_container {
    display: none;
}

.titleBar {
    text-transform: uppercase;
    font-size: 21px;
    font-family: 'Palanquin Dark', sans-serif;
    color: #fff;    
    padding: 15px 30px;
    border-radius: 3px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

.titleBar--kesehatan {
    background: #5DBEED url('../img/ico-kesehatan.png');
    background-repeat: no-repeat;
    background-size: 81px;
    background-position: 98% bottom;
}

.titleBar--nutrisi {
    background: #EACA4E url('../img/ico-nutrisi.png');
    background-repeat: no-repeat;
    background-size: 81px;
    background-position: 98% bottom;
}

.titleBar--tumbuh {
    background: #DB7D9D url('../img/ico-tumbuhkembang.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 98% center;
}

.titleBar--sanitasi {
    background: #A1CB50 url('../img/ico-sanitasi.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 98% center;
}

.titleBar--pink {
    background: #DB7D9D;
}

.articleList .meta, .relatedArticle .meta, .searchResults .meta {
    font-size: 12px;
    color: #A1A1A1;
}

.articleList .source::after,
.relatedArticle .source::after {
    content: ' -';
}

.mainContent {
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
}

main, article, .searchResults {
    width: 660px;
}

aside {
    width: 400px;
}

.mainContentEach {
    margin-bottom: 50px;
}

.articleList {
    margin: 30px auto;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.articleEach {
    width: 48%;
    position: relative;
    transition: 0.2s ease;
}

.subPage .articleEach {
    margin-bottom: 30px;
}

.articleEach h2 {
    margin: 10px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.articleEach .thumb {
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

.articleEach img {
    height: 207px;
    transform: scale(1,1);
    transition: 0.5s ease;
}

.articleEach:hover img {
    transform: scale(1.1,1.1);
}

.articleEach:hover {
    color: #DB7D9D;
}

.terpopulerList {
    margin: 30px auto;
}

.terpopulerListEach {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
    transition: 0.2s ease;
}

.terpopulerListEach .thumb {
    width: 47%;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

.terpopulerListEach .thumb img {
    height: 117px;
    transform: scale(1,1);
    transition: 0.5s ease;
}

.terpopulerListEach:hover {
    color: #DB7D9D;
}

.terpopulerListEach:hover img {
    transform: scale(1.1,1.1);
}

.terpopulerListEach h3 {
    width: 47%;
    margin: 5px 0;
}

a.articleLink {
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

footer {
    font-size: 14px;
    text-align: center;
    padding: 60px 20px;
    border-top: 3px solid #f2f2f2;  
    margin-top: 70px;
}

.breadcrumb {
    background-color: #5DBEED;
    font-family: 'Palanquin Dark', sans-serif;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 12px 15px 12px;
    /* border-top: 3px solid #f2f2f2; */
}

.breadcrumb ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-width: 1100px;
    margin: auto;
}

.breadcrumb ul li {
    display: inline;
    /* margin: 0 20px; */
}

.breadcrumb ul li a {
    color: #fff;
}

.breadcrumb ul li a:hover {
    color: #4e4e4e;
}

.breadcrumbWrap li::after {
    content: ">";
    padding: 0 10px;
    vertical-align: text-top;
}

.breadcrumbWrap li:last-child::after {
    content: ' ';
    padding: 0;
}

.articleImage {
    margin: 20px auto 35px auto;
}

.articleImage img {
    height: 440px;
    border-radius: 3px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}

.articleImage .caption {
    font-size: 14px;
    letter-spacing: 1px;
    color: #a1a1a1;
    margin-top: 10px;
}

.articleMetaShare {
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 15px;
}

.articleMetaShare .share img {
    width: 24px;
    margin-left: 10px;
    vertical-align: top;
}

.articleMetaShare .share a:hover {
    opacity: 0.7;
}

.articleMetaShare .meta {
    font-size: 14px;
}

.articleMetaShare .source::after {
    content: ' -';
}

.searchResults .source::after {
    content: ' -';
}

article p {
    line-height: 32px;
}

.relatedArticle {
    margin-top: 70px;
}

.columnArticleWrap {
    margin: 35px auto 50px auto;
}

.columnArticleWrap .articleEach {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 35px;
}

.columnArticleWrap .thumb {
    width: 28%;
}

.columnArticleWrap .summary {
    width: 70%;
}

.columnArticleWrap .articleEach img {
    height: 117px;
    transform: scale(1,1);
    transition: 0.5s ease;
}

.columnArticleWrap .articleEach:hover img {
    transform: scale(1.1,1.1);
}

article a.articleBtn {
    width: 95%;
    padding: 3px 5px 7px 5px;
    font-size: 14px;
    text-transform: none;
}

/* .searchResults .columnArticleWrap {
    margin: auto;
} */

/* .search-box,.close-icon,.search-wrapper {
	position: relative;
} */

.search-wrapper {
	width: 100%;
	margin: auto;
}
.search-box {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0 130px 0 20px;
	border: 0;
    border-radius: 3px;
    background-color: #f2f2f2;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    font-family: 'Hind', sans-serif;
    font-size: 18px;
    color: #4E4E4E;
}
/* .search-box:focus {
	box-shadow: 0 0 15px 5px #b0e0ee;
	border: 2px solid #bebede;
} */
.close-icon {
    width: 15px;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0;
    right: 100px;
    border: 0;
    background-image: url('../img/ico-delete.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease;
}
.close-icon:hover {
    opacity: 0.7;
}
form.searchInput {
    position: relative;
    height: 65px;
}
/* .close-icon:after {
	content: "X";
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	background-color: #FA9595;
	z-index:1;
	right: 35px;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 2px;
	border-radius: 50%;
	text-align: center;
	color: white;
	font-weight: normal;
	font-size: 12px;
	box-shadow: 0 0 2px #E50F0F;
	cursor: pointer;
} */
.search-box:not(:valid) ~ .close-icon {
	display: none;
}

.searchInput .searchBtn {
	cursor: pointer;
    position: absolute;
    right: 0;
    background-color: #5DBEED;
    padding: 0;
    border: 0;
    border-radius: 0 3px 3px 0;
    width: 80px;
    height: 100%;
    transition: 0.2s ease;
}

.searchInput .searchBtn img {
    width: 30%;
    transition: 0.1s ease;
}

.searchInput .searchBtn:hover {
    opacity: 0.7;
}

/* .searchInput .searchBtn:hover img {
    width: 35%;
} */

.sortWrap {
    justify-content: flex-end;
    font-size: 14px;
    margin-top: 40px;
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 20px;
}

.custom-select {
    width: 110px;
	margin-left: 10px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	transition: background-color 0.3s;
	height: 27px;
	background-color: #FFCC30;
	border-radius: 3px;
	border: 1px solid #e3ab00;
    font-size: 12px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    /* font-family: 'Palanquin Dark', sans-serif; */
}

.custom-select:hover,
.custom-select:focus {
	background-color: #eee;
}

.custom-select:after {
	content: " ";
	display: block;
	right: 10px;
	top: 10px;
	height: 0;
	width: 0;
	position: absolute;
	border-top: 5px solid #00b14f;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	pointer-events: none;
}

.is-ie8 .custom-select:after,
.is-ie9 .custom-select:after {
	display: none;
}

.custom-select select {
	padding: 0 30px 5px 9px;
	width: 100%;
	height: 100%;
	color: #00b14f;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    font-size: 12px;
    font-family: 'Palanquin Dark', sans-serif;
    cursor: pointer;
}

.custom-select select option {
    cursor: pointer;
}

.custom-select select:focus {
	outline: none;
}

.is-ie8 .custom-select select,
.is-ie9 .custom-select select {
	padding: 0 0 0 9px;
}

select option:active,
select option:hover,
select option:focus {
	background-color: #5DBEED;
}

select:active,
select:hover,
select:focus {
	background-color: #5DBEED;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.custom-select select::-ms-expand {
		display: none;
	}
	.custom-select select:focus::-ms-value {
		background: transparent;
		color: #222;
	}
}

.custom-select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #5DBEED;
}

@-moz-document url-prefix() {
	.custom-select select {
		width: 120%;
		width: calc(100% + 43px);
		padding: 0 54px 0 5px;
	}
}

.custom-select.disabled,
.disabled .custom-select {
	background-color: #5DBEED;
	border-color: #5DBEED;
}

.custom-select.disabled:after,
.disabled .custom-select:after {
	border-top-color: #999;
}

.custom-select.disabled select,
.disabled .custom-select select {
	color: #999;
}

.custom-select.color {
	background-color: #5DBEED;
	border-color: #5DBEED;
}

.custom-select.color:after {
	border-top-color: #fff;
}

.custom-select.color select {
	color: #fff;
}

.custom-select.color select option {
    background-color: #fff;
    color: #000;
}

@media (max-width: 1100px) {
    .navBtn a {
        margin-left: 10px;
    }
    .searchBar {
        margin-left: 20px;
    }
}

@media (max-width: 1080px) {
    .mainContent {
        margin-top: 30px;
        flex-direction: column;
    }
    main, aside, article, .searchResults {
        width: 80%;
        margin: auto;
    }
    article {
        margin-bottom: 50px;
    }
    .terpopulerListEach .thumb img {
        height: 150px;
    }
    .terpopulerListEach .thumb {
        width: 40%;
    }
    .terpopulerListEach h3 {
        width: 55%;
        margin: 5px 0;
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 960px) {
    nav {
        height: 60px;
        padding: 0;
    }
    .spaceHeader {
        height: 60px;
    }
    .button_container {
        display: block;
        position: fixed;
        top: 18px;
        right: 18px;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity .25s ease;
        z-index: 200;
    }
    .button_container:hover {
        opacity: .7;
    }
    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #4e4e4e;
    }
    .button_container.active .middle {
        opacity: 0;
        background: #4e4e4e;
    }
    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #4e4e4e;
    }
    .button_container span {
        background: #4e4e4e;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .35s ease;
        cursor: pointer;
        border-radius: 10px;
    }
    .button_container span:nth-of-type(2) {
        top: 11px;
    }
    .button_container span:nth-of-type(3) {
        top: 22px;
    }
    .overlay {
        position: fixed;
        background: #FFF;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s ease;
        overflow: hidden;
    }
    .overlay.open {
        opacity: 1;
        visibility: visible;
        height: 100%;
        z-index: 100;
    }
    .searchBar {    
        margin-left: 0px;
        width: 100%;
    }
    .navBtn a {
        display: block;
        text-align: center;
        margin: 20px;
        font-size: 26px;
    }
    .navBtnWrap {   
        width: 100%;
        top: 60px;
        position: relative;
        border-top: 3px solid #f2f2f2;    
        flex-direction: column-reverse;
        padding: 25px 10px 0px 10px;
    }
    .navTop .search {
        width: 100%;
    }
    .navBtn a:hover, .navBtn a.active {
        color: #DB7D9D;
        border-bottom: 0;
    }
    nav .logo {
        width: 250px;
        z-index: 101;
        position: fixed;
        top: 14px;
        left: 8px;
        padding: 0 10px;
    }
    footer {
        padding: 30px 20px;
        margin-top: 50px;
    }  
    .breadcrumb {
        font-size: 12px;
        padding: 10px 20px 12px 20px;
    }
    .nav-scroll {
        height: 60px;
    }
}

@media (max-width: 767px) { 
    h1 {
        font-size: 26px;
        line-height: 36px;
    }
    h2 {
        font-size: 14px;
        line-height: 21px;
    }
    .backtotop {
        width: 60px;
        bottom: 8%;
        right: 4%;
    }
    .navBtn a {
        display: block;
        text-align: center;
        margin: 20px;
        font-size: 18px;
    }
    header, header .heroImg img {
        width: 100%;
        height: 80vh;
    }
    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 10vh;
    }
    .heroContent {
        width: 400px;
        top: 45%;
    }
    .mainContent {
        margin-top: 20px;
    }
    main, aside {
        width: 100%;
        padding: 0 20px;
    }
    .articleList {
        margin: 20px auto;
    }
    .articleEach img {
        height: 120px;
    }
    .articleEach h2 {
        margin: 7px auto;
        -webkit-line-clamp: 3;
    }
    .titleBar {
        font-size: 18px;
        padding: 7px 15px;
    }
    .titleBar--kesehatan, .titleBar--nutrisi {
        background-size: 50px;
        background-position: 95% bottom;
    }
    .titleBar--tumbuh, .titleBar--sanitasi {
        background-size: contain;
        background-position: 95% center;
    }
    a.articleBtn {
        font-size: 16px;
    }
    .terpopulerListEach h3 {
        width: 60%;
        font-size: 14px;
        line-height: 21px;
    }
    .terpopulerListEach .thumb {
        width: 35%;
    }
    .terpopulerListEach .thumb img {
        height: 118px;
    }
    .terpopulerList {
        margin: 20px auto;
    }
    .terpopulerListEach {
        margin-bottom: 20px;
    }
    footer {
        padding: 10px;
        margin-top: 30px;
    }
    .articlePage aside {
        display: none;
    }
    article, .searchResults {
        width: 92%;
    }
    .articleMetaShare .share span {
        display: none;
    }
    .articleMetaShare {
        margin-top: 12px;
        padding-bottom: 10px;
    }
    .articleImage img {
        height: 220px;
    }
    .articleImage {
        margin: 20px auto 15px auto;
    }
    .relatedArticle {
        margin-top: 50px;
    }
    .columnArticleWrap .articleEach {
        margin-bottom: 25px;
    }
    .searchResults .columnArticleWrap .articleEach {
        justify-content: space-around;
    }
    .columnArticleWrap .summary {
        padding: 0 10px;
    }    
    .columnArticleWrap .articleEach img {
        height: 100px;
    }
    .columnArticleWrap {
        margin: 30px auto 40px auto;
    }
    .searchResults .columnArticleWrap {
        margin: 25px auto 40px auto;
    }
    article a.articleBtn {
        line-height: 22px;
    }
    article {
        margin-bottom: 20px;
    }
    .subPage .articleEach {
        margin-bottom: 20px;
    }
    .headerPage {
        height: 240px;
    }
    .sortWrap {
        margin-top: 25px;
    }
    form.searchInput {
        height: 40px;
    }
    .searchInput .searchBtn {
        width: 60px;
    }
    .close-icon {
        right: 80px;
        width: 12px;
        height: 12px;
        /* line-height: 40px;
        background-color: red; */
        padding: 20px 0;
    }
    .search-box {
        padding: 0 110px 0 10px;
        font-size: 14px;
    }
}

@media (max-width: 420px) { 
    .terpopulerListEach .thumb {
        width: 118px;
    }
    .terpopulerListEach .thumb img {
        height: 118px;
    }
    .heroContent {
        width: 350px;
    }
    .headerPage {
        height: 100px;
    }
    .columnArticleWrap .thumb {
        width: 100px;
    }
    .sortWrap {
        margin-top: 20px;
    }
}

@media (max-width: 360px) { 
    .terpopulerListEach h3 {
        width: 55%;
    }
    nav .logo {
        width: 220px;
        left: 6px;
    }
    .button_container {
        right: 14px;
    }
    main, aside {
        width: 100%;
        padding: 0 10px;
    }
    .heroContent {
        width: 300px;
    }
    footer {
        font-size: 12px;
    }
}

@media (max-width: 823px) and (orientation: landscape) {
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 0vh;
    }
}