@media only screen and (min-device-width: 320px) and (max-device-width: 480px)
{
	/*====================================== SECTION DEFAULT ======================================*/
	h1 { font-size: 40px; line-height: 44px !important;}
	h2 { font-size: 30px; line-height: 32px !important;}
	h3 { font-size: 18px; line-height: 26px !important;}
	h4 { font-size: 16px; line-height: 24px !important;}
	h5 { font-size: 15px; line-height: 23px !important;}
	h6 { font-size: 12px; line-height: 20px !important;}
	p { font-size: 16px; line-height: 24px !important;}
	.btn-utama, .btn-kedua
	{
		padding: 15px 25px;
		font-size: 18px;
		line-height: 24px;
	}
	/*====================================== SECTION NAVBAR ======================================*/
	header .container-nav
	{
		padding: 0 15px;
	}
	header nav
	{
		padding: 0;
	}
	header nav .logo
	{
		margin-top: 0;
		padding-bottom: 0;
	}
	header #navigation .logo
	{
		/*margin-top: 0;*/
	}
	.nav-toggle
	{
		position: absolute;
		top: 10px;
		right: 15px;
		display: block;
	}
	img.navbar-logo
	{
		width: 60px;
		margin-top: 15px;
		margin-left: 0;
		/*height: 50px;*/
	}
	ul.navbar-search
	{ 
		max-width: 55%;
	}
	#navigation ul.menu-right
	{
		background-color: #284899;
	}
	ul.menu-right,
	ul.menu-right li
	{
		padding: 20px 0;
		margin: 0;
	}
	ul.menu-right
	{
		display: none;
		transition: opacity 1s ease-out;
		opacity: 0;
		height: 1px;
		overflow: hidden;
		text-align: center;
		float: none;
		clear: both;
		padding: 0 10px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		transition: all 0.3s;
		transition-delay: 0.3s;
		border-bottom: 1px solid #0e1111;
	}
	ul.menu-right.collapse
	{
		opacity: 1;
		height: 100%;
		display: block;
		z-index: 99;
		padding: 0 0 5px 0;
	}
	ul.menu-right li
	{
		display: block;
	}
	ul.menu-right, ul.menu-right li
	{
		padding: 5px;
	}
	ul.menu-right li .li-register
	{
		margin-right: 0;
	}
	ul.menu-right li a
	{
		color: #fff;
		font-size: 18px;
	}
	ul.menu-right li a.btn-utama
	{
		color: #fff;
	}
	ul.menu-right li .li-login.btn-kedua
	{
		color: #010101;
		border-color: #010101;
	}
	ul.menu-right li.catalog:before, ul.menu-right li.contact:before
	{
		top: 80%;
	}
	header #navigation ul.menu-right li.active
	{
		border-bottom: 2px solid #fff;	
	}
	header #navigation ul.menu-right li.active a
	{
		color: #fff;
	}
	ul.menu-right li.li-sub i
	{
		display: none;
	}
	ul.sub-menu
	{
		margin-top: 5px;		
		display: block;
		position: static;
		top: 0;
		left: 0;
		padding: 0;
		text-align: left;
		background-color: transparent;
	}
	ul.sub-menu .wrapper
	{
		background-color: transparent;
		padding: 0;
		height: 100%;
		border-radius: 0;
		box-shadow: none;
	}
	ul.sub-menu li
	{
		text-align: center;
		position: relative;
		margin-left: 0;
		min-width: auto;
		margin-bottom: 0;
	}
	ul.sub-menu li.li-news
	{
		display: none;
	}
	ul.sub-menu li a,
	#navigation.scrolled ul.sub-menu li a
	{
		color: #fff !important;
	}
	ul.sub-menu li a, #navigation.scrolled ul.sub-menu li a
	{
		font-size: 18px;
	}
	.whatsapp-cs
	{
		bottom: 20px;
		right: 10px;
	}
	/*====================================== SECTION LANDING PAGE ======================================*/
	section.section-hero
	{
		margin-top: 0;
		height: 250px;
		background-size: contain;
		background-position: center;
	}
	section.section-home-about
	{
		margin-top: -5px;
		padding: 30px 0 75px 0;
	}
	section.section-home-service
	{
		padding: 75px 0 0 0;
		margin-bottom: 0;
	}
	.service-card
	{
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.about-home-action
	{
		text-align: center;
	}
	section.section-home-whyus
	{
		background-size: 250px;
	}
	section.section-home-whyus .container-fluid
	{
		padding: 75px 0;
	}
	.whyus-card
	{
		padding: 15px 30px;
		min-height: auto;
		margin-bottom: 80px;
	}
	.whyus-card .icon
	{
		margin-bottom: 15px;
	}
	section.section-banner
	{
		padding: 50px 0;
		border-bottom-left-radius: 50px;
		border-bottom-right-radius: 50px;
	}
	.row-consult
	{
		margin: 50px 0 0 0;
	}
	.news-newest .desc .body .word p.sensi-info
	{
		min-height: 48px;
		max-height: 48px;
		-webkit-line-clamp: 2;
	}
	.article-card .title p.sensi-semi
	{
		max-height: 72px;
		min-height: 72px;
		overflow: hidden;
		-webkit-line-clamp: 3;
	}
	/*====================================== SECTION ABOUT PAGE ======================================*/
	section.section-about-hero
	{
		z-index: -1;
		height: 330px;
		background-size: contain;
		background-color: #172838;
	}
	section.section-about-intermezo
	{
		margin-top: -55px;
		padding: 25px 0 100px 0;

	}
	section.section-about-milestone
	{
		padding: 50px 0 0 0;
	}
	.milestone-image
	{
		margin-top: 20px;
	}
	.subject-heading.heading-client
	{
		flex-direction: column;
	}
	section.section-about-client
	{
		padding: 75px 0 0 0;
	}
	.client-list .image
	{
		height: 75px;
		margin: 5px auto;
	}
	.client-more h2.sensi-category
	{
		font-size: 22px;
	}
	section.section-about-achievment
	{
		padding: 50px 0;
		border-top-left-radius: 50px;
		border-top-right-radius: 50px;
		margin-bottom: 0;
	}
	.achiev-card .image
	{
		max-width: 200px;
	}
	.achiev-card .word
	{
		padding: 30px 15px;
		min-height: auto;
	}
	.col-achiev:nth-child(1) .achiev-card,
	.col-achiev:nth-child(3) .achiev-card,
	.col-achiev:nth-child(4) .achiev-card,
	.col-achiev:nth-child(6) .achiev-card
	{
		margin-top: 15px;
	}
	.achiev-card
	{
		margin-top: 15px;
	}
	section.section-article
	{
		padding-top: 75px;
	}
	/*====================================== SECTION SERVICE PAGE ======================================*/
	section.section-hero
	{
		height: 200px;
		object-fit: contain;
		background-color: #001e4d;
	}
	section.section-service
	{
		margin-top: -80px;
		padding: 25px 0 0 0;
	}
	.service-head .image
	{
		max-width: 320px;
	}
	section.section-service .subject-heading
	{
		margin-top: 20px;
	}
	.row-service-head
	{
		margin-bottom: 20px;
	}
	section.section-service .container-fluid
	{
		padding: 20px 15px;
	}
	.row-service
	{
		padding: 0;
	}
	.service-image
	{
		height: auto;
		margin-bottom: 15px;
	}
	.service-contact
	{
		margin-top: 20px;
	}
	/*====================================== SECTION CALIBRATION PAGE ======================================*/
	section.section-calibration-second
	{
		margin-top: -75px;
		background-position: center;
	}
	section.section-calibration-second
	{
		padding: 25px 0 0 0;
		margin-bottom: 0;
	}
	.row-calibration
	{
		margin-bottom: 50px;
	}
	.cal-card, .col-whyus:nth-child(3) .cal-card, .col-whyus:nth-child(4) .cal-card
	{
		margin-bottom: 150px;
	}
	.col-whyus:nth-child(5) .cal-card
	{
		margin-bottom: 150px;
	}
	.scope-hero
	{
		height: 300px;
	}
	.scope-card
	{
		margin-bottom: 60px;
		min-height: auto;
	}
	.scope-card .image
	{
		width: 75px;
		height: 75px;
		margin-top: -50px;
	}
	.scope-card .word ul li a
	{
		position: static;
		display: block;
		margin-top: 15px;
		margin-left: -5px;
		top: 0%;
		left: 0;
		width: 100%;
		height: auto;
		text-align: center;
	}
	section.section-calibration-contact
	{
		padding: 50px 0 0 0;
	}
	.consult-wrapper
	{
		text-align: center;
	}
	/*====================================== SECTION CLIENT PAGE ======================================*/
	section.section-client
	{
		height: 250px;
	}
	.certif-number
	{
		padding: 30px 15px;
	}
	section.section-contact
	{
		padding: 50px 0 0 0;
		margin-top: -50px;
	}
	.contact-map
	{
		margin: 25px 0 50px 0;
	}
	.contact-element
	{
		margin-bottom: 20px;
	}
	.contact-socmed
	{
		margin: 15px 0 0 0;
	}
	.contact-socmed .socmed
	{
		max-width: 50px;
		margin-right: 15px;
	}
	/*====================================== SECTION NEWS PAGE, ARTICLE PAGE ======================================*/
	section.section-news-hero
	{
		height: 250px;	
	}
	section.section-news-highlight,
	section.section-news-detail
	{
		border-radius: 75px;
		padding-top: 50px;
	}
	section.section-news-highlight .row-highlight .subject-heading .kerning
	{
		right: 0;
	}
	section.section-news-highlight .row-highlight .subject-heading .kerning .image
	{
		width: 75px;
	}
	.news-top
	{
		margin-bottom: 60px;
		margin-top: 60px;
	}
	section.section-news-hero.article-detail
	{
		height: 250px;
	}
	.event-list .image
	{
		margin-bottom: 15px;
	}
	.action.action-regis
	{
		margin: 15px auto;
	}
	/*====================================== SECTION FOOTER PAGE ======================================*/
	.footer-wrapper ul li, footer.footer .menu ul li
	{
		font-size: 18px;
		font-weight: 700;
		line-height: 26px;
	}
	.footer-top .image
	{
		height: 150px;
	}
	.footer-wrapper
	{
		margin: 10px 0;
	}
	.footer-wrapper .socmed
	{
		text-align: center;
	}
	.footer-certif .certif
	{
		max-width: 40px
	}

	.mb0 { margin-bottom: 0px !important; }
	.mb5 { margin-bottom: 5px !important; }
	.mb10 { margin-bottom: 10px !important; }
	.mb15 { margin-bottom: 15px !important; }
	.mb20 { margin-bottom: 20px !important; }
	.mb30 { margin-bottom: 30px !important; }
	.mb40 { margin-bottom: 40px !important; }
	.mb60 { margin-bottom: 60px !important; }
	.mb80 { margin-bottom: 80px !important; }
	.mb100 { margin-bottom: 100px !important; }
	.mt0 { margin-top: 0px; }
	.mt5{ margin-top: 5px; }
	.mt10 { margin-top: 10px; }
	.mt20 { margin-top: 20px; }
	.mt30 { margin-top: 30px; }
	.mt40 { margin-top: 40px; }
	.mt60 { margin-top: 60px; }
	.mt80 { margin-top: 80px; }
	.mt100 { margin-top: 100px;}
	.mt120 { margin-top: 120px;}
	.mt140 { margin-top: 140px; }

}
@media only screen and (min-device-width: 481px) and (max-device-width: 768px){
	.mb0 { margin-bottom: 0px !important; }
	.mb5 { margin-bottom: 5px !important; }
	.mb10 { margin-bottom: 10px !important; }
	.mb15 { margin-bottom: 15px !important; }
	.mb20 { margin-bottom: 20px !important; }
	.mb30 { margin-bottom: 30px !important; }
	.mb40 { margin-bottom: 40px !important; }
	.mb60 { margin-bottom: 60px !important; }
	.mb80 { margin-bottom: 80px !important; }
	.mb100 { margin-bottom: 100px !important; }
	.mt0 { margin-top: 0px; }
	.mt5{ margin-top: 5px; }
	.mt10 { margin-top: 10px; }
	.mt20 { margin-top: 20px; }
	.mt30 { margin-top: 30px; }
	.mt40 { margin-top: 40px; }
	.mt60 { margin-top: 60px; }
	.mt80 { margin-top: 80px; }
	.mt100 { margin-top: 100px;}
	.mt120 { margin-top: 120px;}
	.mt140 { margin-top: 140px; }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px)
{
	.mb0 { margin-bottom: 0px !important; }
	.mb5 { margin-bottom: 5px !important; }
	.mb10 { margin-bottom: 10px !important; }
	.mb15 { margin-bottom: 15px !important; }
	.mb20 { margin-bottom: 20px !important; }
	.mb30 { margin-bottom: 30px !important; }
	.mb40 { margin-bottom: 40px !important; }
	.mb60 { margin-bottom: 60px !important; }
	.mb80 { margin-bottom: 80px !important; }
	.mb100 { margin-bottom: 100px !important; }
	.mt0 { margin-top: 0px; }
	.mt5{ margin-top: 5px; }
	.mt10 { margin-top: 10px; }
	.mt20 { margin-top: 20px; }
	.mt30 { margin-top: 30px; }
	.mt40 { margin-top: 40px; }
	.mt60 { margin-top: 60px; }
	.mt80 { margin-top: 80px; }
	.mt100 { margin-top: 100px;}
	.mt120 { margin-top: 120px;}
	.mt140 { margin-top: 140px; }
}
