
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500;1,700;1,800&display=swap');

*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff !important;
  /**margin-top: 16.5rem !important;**/
    
}



a {
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #c7417b;
  outline: none;
  text-decoration: none;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

h1, .h1 {
    font-size: 1.5rem;
    font-weight: 800;
    font-style: italic;
    line-height: 0.5em;
}
h2, .h2 {
    font-size: 1.375rem;
    font-weight: 800;
}
h3, .h3 {
    font-size: 1.125rem;
    font-weight: 700;
}
h4, .h4 {}
h5, .h5 { font-size: 2.375rem;}
h6, .h6 { font-size: 1.25rem;}
h6 a, .h6 a {}

.p-30-b {
    font-family: 'Poppins', sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.005em;
    line-height: 2.125rem;
}

.p-26-b {
    font-family: 'Poppins', sans-serif;
    font-size: 1.625rem;
    font-weight: 700;
    letter-spacing: -0.005em;
    line-height: 2rem;
}
.p-18-xb {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
}
.p-18-b {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: -0.005em;
}
.p-18-sb {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
}
.p-17-m {
    font-family: 'Poppins', sans-serif;
    font-size: 1.063rem;
    font-weight: 500;
}
.p-16-sb {
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 600;
}
.p-14-b {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
}
.p-14-sb {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
}
.p-14-m {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
}
.p-14-m-2 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.625rem;
}
.p-14-m-3 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 0.875rem;
}
ul.p-14-m-2 li {
    padding: 4px 0;
}
.p-13-m {
    font-family: 'Poppins', sans-serif;
    font-size: 0.813rem;
    font-weight: 500;
}
.p-13 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.813rem;
    font-weight: 400;
}
.p-12-bi {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    font-style: italic;
}
.p-12-sb {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
}
.p-12-m {
    font-family: 'Poppins', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
}
.p-11-sb {
    font-family: 'Poppins', sans-serif;
    font-size: 0.688rem;
    font-weight: 600;
}
.p-11-mi {
    font-family: 'Poppins', sans-serif;
    font-size: 0.688rem;
    font-weight: 500;
    font-style: italic;
    line-height: -20px;
}
.p-11-i {
    font-family: 'Poppins', sans-serif;
    font-size: 0.688rem;
    font-style: italic;
    font-weight: 400;
}
.p-11 {
    font-family: 'Poppins', sans-serif;
    font-size: 0.688rem;
    font-weight: 400;
}

.p-sb {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.p-copyright {
    font-family: 'Poppins', sans-serif;
    font-size: 0.625rem;
    letter-spacing: 0.25em;
}
.p-obj {
    text-align: justify;
}
  

.tx-white { color: #fff }
.tx-black { color: #000 }
.tx-lt-grey { color: #9f9f9f}
.tx-ltr-grey { color: #4d4d4d }
.tx-grey-9 { color: #999999 }
.tx-grey { color: #666 }
.tx-tr-grey { color: #606060 }
.tx-pxrn { color: #C64420 }
.tx-wht-lt { color: rgba(255,255,255,0.1)}
.tx-blue { color: #174384 }

/****** title rotation *****/




@media (min-width: 992px) {}


/****** desktop setup ********/

@media (min-width: 576px) {}

@media (min-width: 768px) {
    
    h1, .h1 {
    font-size: 2rem;
    line-height: 0.65em;
    }
}

/****** end desktop setup ********/


/********NAV*****/

.navbar {
    padding: 10px;
    background-image: url();
    background-position: bottom center;
    background-repeat: repeat-x;
}
.navbar-nav .nav-item {
  padding-right: 10px;
  padding-left: 10px;
}

.navbar-nav .nav-link, .nav-sub {
    font-family: 'Poppins', sans-serif;
  font-size: 0.8125rem;
    font-weight: 700;
  color: #fff !important;
}
.nav-sub a {}


.nav-tabs .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.nav-mob {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    padding: 13px 25px;
}
hr.line-mob {
    border: 0;
    height: 5px;
    background-color: #000;
}

/******Cover*****/


.ft-more {
   display: block;
   overflow: hidden !important;
   transition: all ease-in-out .5s;
    cursor: pointer;
}

.ft-more img {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.ft-more:hover img {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}


/*** button suzuki ***/
.btn-upmet{
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #00344d;
  border: 1px solid transparent;
  font-size: 1rem;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.btn-upmet:hover {
    color: #00344d;
    background-color: transparent;
    border: 1px solid #00344d;
}



@media (min-width: 768px) {}


@media (min-width: 992px) {}


/**** background responsive ******/


.bg-cover {
    background: url(../images/cover-bg.png);
    background-size:auto;
    background-position:top center;
}

.bg-sq-md-b {
    background-image: url(../images/border-top-left.svg);
    background-position: top left;
    background-repeat: no-repeat;
}

.bg-footer {
    background: url(../images/bg-footer.svg);
    background-position:top center;
    background-repeat: repeat;
}

.bg-header {
    background: url(../images/bg-header.jpg);
    background-position:top center;
}

.bg-grad {
    background: url(../images/bg-grad.svg);
    background-position:top center;
    background-repeat: repeat-x;
}

.bg-white-bdr {
    background-color: white;
    border: 1px solid #e2e7ed;
}
.bg-darker { background-color: #000 }
.bg-sky { background-color: #d7eef4 }
.bg-lighter { background-color: #eff4f9 }
.bg-course { 
    background: rgba(78,101,110,0.8);
    position: relative;
    top: -30px;
    margin: 0 20px;
    padding: 12px 20px 1px 20px;
    display: inline-block;
}
.bg-course-2 { 
    background: rgba(78,101,110,0.85);
    position: relative;
    top: -20px;
    left: 0;
    margin: 0;
    padding: 14px 30px 1px 24px;
    display: inline-block;
}
.bg-crs-detail {
    margin: 0 20px;
}

.bg-form {
    background-color: #f2f6f9;
    padding: 12px 15px;
    border: 0;
}
.bg-col {
    background-color: #e7f1ff;
}

@media (min-width: 768px) {
    .bg-course-2 { 
    position: relative;
    top: 0;
    left: -100px;
    margin: 0 20px;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) { }



.price-note {
    position: relative;
    top: -10px;
}
.price-rev {
    text-align: center;
    padding-top: 15px;
}

.wasap {
    position: fixed;
    bottom: 14px;
    right: 5px;
    z-index: 9999;
}

/*-- Footer****/
footer, #footer {
     
}



footer p {
    
}
footer p a {
    color: #ccc;
}


footer ul {
     margin:0 !imporant;
}


footer ul li.list-inline-item {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem !important;
    color: #1a1a1a;
    padding: 0 10px 0 0;
    font-weight: 600;
}
footer ul li.list-inline-item:last-child {
    padding: 0 0 0 10px;
}
footer ul li.list-inline-item a {
    font-family: 'Poppins', sans-serif;
    font-size: 0.875rem !important;
     color: #1a1a1a;
    padding: 0;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;   
}


footer ul li.list-main a:hover {
    color: #999;
}
footer ul li.list-item a:hover {
   color: #fff; 
}

ul.terms {
    list-style-type: lower-roman;
    font-family: 'Poppins', sans-serif;
    font-size: 0.813rem;
    font-weight: 500;
}

ul.terms li {
    padding: 6px 0;
}

@media (min-width: 768px) {
    
   footer ul li.list-inline-item {
    padding: 0 10px 0 10px;
    }

}





/***** iFrame ******/

.page iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
	  






/*******MODAL SPEC******/
.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-35px;
  top:0;
  z-index:999;
  font-size:2.5rem;
  font-weight: lighter;
  color:#fff;
  opacity:1;
}
.close:hover {
    color: #fff;
    border: 0;
}


/*****MARGIN & PADDING EXTRA*****/



.m-6 {
    padding: 5rem;
}
.mt-6 {
    margin-top: 5rem !important;
}
.mt-7 {
    margin-top: 7rem !important;
}
.my-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.mx-6 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}
.my-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}

.pt-4-5 {
  padding-top: 2rem !important;
}

.px-4-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.p-7 {
    padding: 7rem;
}
.pt-6 {
    padding-top: 5rem !important;
}
.pt-7 {
    padding-top: 7rem !important;
}
.pt-8 {
    padding-top: 7.5rem !important;
}
.pt-9 {
    padding-top: 8.5rem !important;
}
.pb-6 {
    padding-bottom: 5rem !important;
}
.pb-7 {
    padding-bottom: 7rem !important;
}
.pb-8 {
    padding-bottom: 8rem !important;
}
.pb-9 {
    padding-bottom: 15.5rem !important;
}
.px-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}
.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.py-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}
.py-9 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
}
.py-10 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
}

.mt-150 {
    margin-top: 75px;
}
.mt-200 {
    margin-top: 100px;
}
.mt-250 {
    margin-top: 125px;
}
.mt-300 {
    margin-top: 150px;
}

@media (min-width: 576px) {
    .mt-sm-6 {
        margin-top: 5rem !important;
    }
    .mt-sm-7 {
        margin-top: 7rem !important;
    }
    .pt-sm-6 {
        padding-top: 5rem !important;
    }
    .pt-sm-7 {
        padding-top: 7rem !important;
    }
    .pb-sm-6 {
        padding-bottom: 5rem !important;
    }
    .pb-sm-7 {
        padding-bottom: 7rem !important;
    }
    .px-sm-6 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .py-sm-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .py-sm-7 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
    .mt-150 {
        margin-top: 150px;
    }
    .mt-200 {
        margin-top: 200px;
    }
    .mt-250 {
        margin-top: 250px;
    }
    .mt-300 {
        margin-top: 300px;
    }
}

@media (min-width: 768px) {
    .mt-md-6 {
        margin-top: 5rem !important;
    }
    .mt-md-7 {
        margin-top: 7rem !important;
    }
    .pt-md-6 {
        padding-top: 5rem !important;
    }
    .pt-md-7 {
        padding-top: 7rem !important;
    }
    .pb-md-6 {
        padding-bottom: 5rem !important;
    }
    .pb-md-7 {
        padding-bottom: 7rem !important;
    }
    .px-md-6 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
    .py-md-6 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .py-md-7 {
        padding-top: 7rem !important;
        padding-bottom: 7rem !important;
    }
}

    @media (min-width: 992px) {
        .mt-lg-6 {
            margin-top: 5rem !important;
        }
        .mt-lg-7 {
            margin-top: 7rem !important;
        }
        .pt-lg-6 {
            padding-top: 5rem !important;
        }
        .pt-lg-7 {
            padding-top: 7rem !important;
        }
        .pt-lg-8 {
            padding-top: 9rem !important;
        }
        .pt-lg-9 {
            padding-top: 11rem !important;
        }
        .pb-lg-6 {
            padding-bottom: 5rem !important;
        }
        .pb-lg-7 {
            padding-bottom: 7rem !important;
        }
        .pb-lg-8 {
            padding-bottom: 9rem !important;
        }
        .pb-lg-9 {
            padding-bottom: 15.5rem !important;
        }

        .px-lg-6 {
            padding-left: 5rem !important;
            padding-right: 5rem !important;
        }
        .py-lg-6 {
            padding-top: 5rem !important;
            padding-bottom: 5rem !important;
        }
        .py-lg-7 {
            padding-top: 7rem !important;
            padding-bottom: 7rem !important;
        }
        .py-lg-9 {
            padding-top: 8.5rem !important;
            padding-bottom: 8.5rem !important;
        }
        .py-lg-10 {
            padding-top: 9.5rem !important;
            padding-bottom: 9.5rem !important;
        }
        
        .mx-lg-6 {
            margin-left: 5rem !important;
            margin-right: 5rem !important;
        }
        .my-lg-6 {
            margin-top: 5rem !important;
            margin-bottom: 5rem !important;
        }
        .my-lg-7 {
            margin-top: 7rem !important;
            margin-bottom: 7rem !important;
        }
    }
    @media (min-width: 1200px) {
        .mt-xl-6 {
            margin-top: 5rem !important;
        }
        .mt-xl-7 {
            margin-top: 7rem !important;
        }
        .pl-xl-5{ 
            padding-left: 3rem !important;
  }
        .pt-xl-6 {
            padding-top: 5rem !important;
        }
        .pt-xl-7 {
            padding-top: 7rem !important;
        }
        .pt-xl-8 {
            padding-top: 9rem !important;
        }
        .pt-xl-9 {
            padding-top: 11rem !important;
        }
        .pb-xl-6 {
            padding-bottom: 5rem !important;
        }
        .pb-xl-7 {
            padding-bottom: 7rem !important;
        }
        .pb-xl-9 {
            padding-bottom: 15.5rem !important;
        }
        .px-xl-6 {
            padding-left: 5rem !important;
            padding-right: 5rem !important;
        }
        .px-xl-7 {
            padding-left: 7rem !important;
            padding-right: 7rem !important;
        }
        .py-xl-6 {
            padding-top: 5rem !important;
            padding-bottom: 5rem !important;
        }
        .py-xl-7 {
            padding-top: 7rem !important;
            padding-bottom: 7rem !important;
        }
        /**.py-xl-9 {
            padding-top: 11rem !important;
            padding-bottom: 11rem !important;
        }**/
        .py-xl-9 {
            padding-top: 8.5rem !important;
            padding-bottom: 8.5rem !important;
        }
        .py-xl-10 {
            padding-top: 9.5rem !important;
            padding-bottom: 9.5rem !important;
        }

    }


/**********************/


/*****page id*****/
body#home a#homenav,
body#about a#aboutnav,
body#port a#portnav,
body#news a#newsnav,
body#career a#careernav,
body#cont a#contnav {
	
	color: #000 !important;
    font-weight: 500;
}


@media (min-width: 768px) {
    
body#home a#homenav,
body#about a#aboutnav,
body#port a#portnav,
body#news a#newsnav,
body#career a#careernav,
body#cont a#contnav {}
    
}