:root {
  --font-default: Helvetica, Arial, sans-serif;
}

/* Colors */
:root {
  --color-default: #000000;
  --color-primary: #f46524;
  --color-secondary:  #0b5394;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*{
  /*margin: 0;
  padding: 0;*/
  box-sizing: border-box;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  color: var(--color-default);
  overflow-x: hidden;
}
tbody, td, tfoot, th, thead, tr {
    border-width: 1px !important;
}
a {
  text-decoration: none;
	color:#0055a8
}

a:hover {
  /*color: #1C84E0;*/
	color:#0055a8;
  text-decoration: none;
}
.button-73:hover{
	background-color:#f7941d !important;
}
#myBtn2:hover
{
	background-color:#f7941d !important;
}
.bannermain {
    padding-top: 100px;
}
.bdp-post-title {
    font-size: 18pt !important;
}
    #text-fontsize
    {
	font-size:13pt;
	}
#btndkngay {
        color: #fff;
        background: #0054A6 !important;
        border-radius: 24px !important;
        -moz-border-radius: 24px !important;
    }
.readMore {
    font-weight: 400 !important;
    display: inline-block !important;
    padding: 0.15388em 0.6155em !important;
    border-bottom: none !important;
    border-radius: 0.15388em !important;
    color: #fff !important;
    background-color: #0054A6 !important;
    background-image: none !important;
}
#khoahocmobile
{
	display:none !important;
}
#txtname
{
	display:block !important;
}
#ad-question p
{
	margin-bottom:5px !important;
}
.navbar>ul>li {
    white-space: nowrap;
    padding: 20px 15px 5px 35px;
  }
 .bg_color
 {
    background-color:#fbae4f;    
 }
  .bg_colorhagtag
 {
    background-color:#f6931e;    
 }
 section {
    /*margin: 20px;*/
    padding-top:40px;
    /*padding-bottom:20px;*/
 }
#mobile-contact {
    width: 40px;
    height: 90px;
    overflow: hidden;
    position: fixed;
    bottom: 80px;
    right: 15px;
    display: block;
	z-index: 999;
}

    #mobile-contact a img {
        margin-bottom: 10px;
    }

#widget-send-list {
    opacity: 1;
}
 .QuickLinks-quickLink {
    background: #fbae4f;
    color: #fbae4f;
    border-radius: 4px;
    font-size: 13pt;
    font-weight: 600;
    letter-spacing: .2375px;
    line-height: 35px;
    margin-right: 10px;
    padding: 6.5px 20px;
    text-align: center;
    white-space: nowrap;
}
.QuickLinks-quickLink a
{
    /*background:rgba(237, 239, 243, 0.5);   */
    color: #005594;
    padding:2px;
}
.QuickLinks-quickLink a:hover
{ 
    /*color: #fbae4f;*/
	color:#fff;
}
.QuickLinks-scrollableContainer {
	background: #fbae4f;
    text-align: center;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 20px;
    scrollbar-width: none;
    white-space: nowrap;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.QuickLinks-scrollableContainer::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.QuickLinks-scrollableContainer {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.btn-bg-main
{
    background:#0054A6; 
    color:#fff;
	width: 70%;
	margin-top: 80px;
}
.btn-bg-main:hover
{
    background:#f7941d; 
}
.h1-cerf
{
   	text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #f7941d;
    margin-top: -20px;
    margin-bottom: 20px;   
}
.h3-main
{
    font-size:13pt; 
    text-transform:uppercase; 
    font-weight:bold; 
    text-align:center; 
    color:#f7941d; 
    margin-top:10px; 
    margin-bottom:10px;    
}
.text-main
{
    font-size:12pt; 
    line-height:30px;    
}
.headerdetailtop
{
    margin-top:100px !important;    
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/

@media (min-width: 1279px) {
    /*section {
      padding-top: 60px;
      overflow: hidden;
    }*/

}

@media (max-width: 1279px) {
  /*section {
    margin: 20px;
    overflow: hidden;
  }*/
}

.section-bg {
  background-color: #f5f6f7;
}

.section-header {
  text-align: center;
  padding-bottom: 20px;
}

.section-header h3{
  color: var(--color-secondary);
}

.section-header hr{
  margin: 30px 31%;
  border: 1px solid black;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color: #0055a8;
  /*text-shadow: 1px 1px #cacaca;*/
}

.section-header span{
  color: #f69722;
}

.section-header h3{
  font-weight: 600;

}


.section-header p {
  margin: 0 auto 0 auto;
  font-size: 20px;
  text-align: center;
  width: 70%;
}

@media (min-width: 1199px) {
  .section-header p {
    max-width: 60%;
  }
}


/*--------------------------------------------------------------
# Scroll top,bottom button
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 8px;
  bottom: 10px;
  z-index: 1000;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  transition: all 0.4s;
  text-align: center;
}

.scroll-top i {
  font-size: 32px;
  line-height: 0;
  color: #fff;
}

.scroll-top:hover {
  background: #fff;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
    
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-height: 100px;
  position: fixed;
}

.header .logo img {
  width: 150px;
  margin: 0;
}

.header .logo-mobile img {
  display: none;
}

.header .logo h1 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}





/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1024px) {

  #bt-bold{
    background-color: #1051AB;
    border: none;
    border-radius: 20px;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    margin: 4px 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
	  display:none;
  }
  
  
.thinker-success-box {
    display: block !important;
    background: transparent !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 28px 20px !important;
    margin: 10px 0 !important;
    text-align: center !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}
.thinker-success-box .thinker-success-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    color: #f6931c !important;
}
.thinker-success-box .thinker-success-icon {
    font-size: 44px !important;
    line-height: 1 !important;
    margin: 10px !important;
    color: #f6931c !important;
}
.thinker-success-box .thinker-success-text {
    color: #f6931c !important;
    opacity: 0.95;
}

#bt-bold:hover{
  background-color: rgba(254, 185, 0, 0.8) ;
  color: #1051AB;
}
#bt-bold:hover::before{
  display: none;
}

.navbar .bt-search{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
}

.navbar .bt-search .icon-search{
  font-size: 30px;
  color: #1051AB ;
  padding: 10px;
}

.navbar .bt-search:hover{
  background-color: #1051AB;
}

.navbar .bt-search:hover .icon-search{
  color: #fff;
}


.navbar #ip-search{
  width: 300px;
  border-radius: 0px;
  border: 2px solid #1051AB;
  font-size: 25px;
}

.navbar #ip-search:focus{
  width: 300px;
  border-radius: 0px;
  border: 3px solid #1051AB;
  color: #1051AB;
}

.navbar #ip-search::placeholder{
  color: #1051AB;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 100;
  font-family: 'Times New Roman', Times, serif;
}

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;

    justify-content: space-around;
    list-style: none;
    align-items: center;
  }
  
  .navbar{

    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar .active:hover{
    color: #1C84E0;
  }

  .navbar a,
  .navbar a:focus {
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 16px;
    color: #303030;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

    .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -6px;
    left: 0;
    background-color: #1C84E0;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }


  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #000;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--color-default);
    font-weight: 400;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #f7941d;
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1024px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1024px) 
{
  .header{
    height: 21%;
    display: flex;
  }

  .header .logo-mobile img {
    width: 150px;
    display: inline-block;
  }

  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 999;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #222428;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    position: absolute;
    top:10px;
    left:15px;
    color: #000;
    font-size: 35px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 99999;
    padding-right: 100px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 99999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }

 /* .hero{
    height: 20vh;
  }*/


}

/*--------------------------------------------------------------
# Get Started Section
--------------------------------------------------------------*/
.advise .content {
  padding: 30px 0;
}

.advise .content h3 {
  font-size: 36px;
  color: var(--color-secondary);
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}

.advise .content h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.advise .content p {
  font-size: 14px;
}

#advise{
  background-color: #0054A6;
}
#advise .col-5{
  border: 1px dashed #fdc306;
  margin: 20px;
  width: 90%;
  padding: 15px;
}
#advise .col-5 h4{
  color:#FFD945 ;
  font-weight: 700;
}

#advise .col-5 p{
  color: #fff;
  font-size: 16px;
}

#advise .col-5 i{
    font-size: 50px;
    color: #FFF;
}


.advise .php-email-form {
  background-color: #f7941d;
  opacity: 0.9;
  padding: 30px;
  height: 100%;
  text-align: center;
}


@media (max-width: 575px) {
  .advise .php-email-form {
    padding: 20px;
  }
}

.advise .php-email-form h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.advise .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.advise .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.advise .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.advise .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.advise .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.advise .php-email-form input,
.advise .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.advise .php-email-form input:focus,
.advise .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.advise .php-email-form input {
  padding: 12px 15px;
}

.advise.php-email-form textarea {
  padding: 12px 15px;
}
.advise .php-email-form input[type=submit],
.advise .php-email-form button[type=submit] {
  background: #0054A6;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.advise .php-email-form input[type=submit]:hover,
.advise .php-email-form button[type=submit]:hover {
  background: #01193b;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* Step */

@media (min-width: 1280px) {
  
  .sc-step{
    height: 100vh;
    position: relative;
  }
  .step-container {
    display: flex;
  }
  
  .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    border: 2px solid #ccc;
    /*margin-right: 10px;*/
    border-bottom: 1px dotted black;
  }
  
  
  .step:hover .tooltiptext {
    visibility: visible;
  }
  
  .step span{
    /*color: #fff;*/
  }
  
  .step .icon {
    margin-bottom: 5px;
    font-size: 24px;
  }
  
  #a1, #a2, #b1,#b2,#c1,#c2{
      position:absolute;
  }
  
  #a1{
    height: 200px;
    bottom: 0;
    left:16%;
    background-color: #de5984;
    clip-path: polygon(0% 20.20%, 100% 3%, 100% 100%, 0% 100%);
    }
  
    #a2{
      height: 245px;
      bottom: 0;
      /*left: 21%;*/
      left: 28%;
      background-color: #f6c131;
      clip-path: polygon(0% 20.20%, 100% 3%, 100% 100%, 0% 100%);
    }
  
    #b1{
      height: 300px;
      bottom: 0;
      /*left: 34.5%;*/
      left: 39.5%;
      background: #5f9245;
      clip-path: polygon(0% 20.20%, 100% 3%, 100% 100%, 0% 100%);
    }
  
    #b2{
      height: 365px;
      bottom: 0;
      /*left: 48%;*/
      left: 51%;
      background-color:#7194ba ;
      clip-path: polygon(0% 20.20%, 100% 3%, 100% 100%, 0% 100%);
    }
  
    #c1{
      height: 445px;
      bottom: 0;
      /*left: 61.5%;*/
      left: 63%;
      background-color: #735593;
      clip-path: polygon(0% 20.20%, 100% 3%, 100% 100%, 0% 100%);
    }
  
    #c2{
      height: 545px;
      bottom: 0;
      left: 75%;
      background-color: #7a2f6a;
      clip-path: polygon(0% 20.20%, 100% 3%, 100% 100%, 0% 100%);
    }
  
    .sc-step .img-a1,
    .sc-step .img-a2,
    .sc-step .img-b1,
    .sc-step .img-b2,
    .sc-step .img-c1,
    .sc-step .img-c2{
      position: absolute;
    }
  
    .sc-step .img-a1{
      bottom: 20%;
      left:19%;
    }
  
    .sc-step .img-a2{
      /*bottom: 26%;
      left: 21%;*/
      bottom: 25%;
      left: 30%;
    }
  
    .sc-step .img-b1{
      /*bottom: 32%;
      left: 34%;*/
      bottom: 31%;
    left: 42%;
    }
  
    .sc-step .img-b2{
      /*bottom: 40%;
      left: 48%;*/
      bottom: 39%;
    left: 54%;
    }
  
    .sc-step .img-c1{
      bottom: 47%;
      left: 66%;
    }
  
    .sc-step .img-c2{
      bottom: 58%;
      left: 78%;
    }
  
    .sc-step .btn:hover img,
    .sc-step .btn:hover div{
      transform: scale(1.1);
    }
}


@media (max-width: 1279px) {
  .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*width: 250px;*/
    width: 120px;
    height: 100px;
    border: 2px solid #ccc;
    /*margin-left: 40px;*/
    border-bottom: 1px dotted black;
  }

  .step span{
    /*color: #fff;*/
    font-size: 20px;
  }
  
  
  
  
  
  
 

  #a1, #a2, #b1,#b2,#c1,#c2{
    border-radius: 20px;
}

  #a1{
    background-color: #de5984;
    }
  
    #a2{
      background-color: #f6c131;
    }
  
    #b1{
      background: #5f9245;
    }
  
    #b2{
      background-color:#7194ba ;
    }
  
    #c1{
      background-color: #735593;
    }
  
    #c2{
      background-color: #7a2f6a;
    }
}
/*--------------------------------------------------------------
# Constructions Section
--------------------------------------------------------------*/
.constructions .card-item {
  /*border: 1px solid rgba(82, 86, 94, 0.2);*/
  background: #fff;
  position: relative;
  border-radius: 0;
}


.constructions .card-item .card-bg {
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.constructions .card-item .card-body {
  padding: 20px;
}


.constructions .card-item h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  color: #f7941d;
}

.constructions .card-item p {
  /*color: var(--color-primary);*/
  margin: 0;
  font-size: 16px;
}



/*--------------------------------------------------------------
# Course
--------------------------------------------------------------*/
.course .card-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 0;
  margin: 10px;
}

.course .card-item .row{
  height: 40vh;
}

.course .card-item .card-bg {
  min-height: 300px;
}

.course .card-item .card-body {
  /*position: absolute;
  bottom: 0;*/
  padding: 50px;
}

.course .card-item:hover{
  transform: translateY(-10px);
  box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.1);
}

.course .card-item h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.course .card-item p {
  color: #fff;
  margin: 0;
  font-size: 16px;
}


/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services{
  align-items: center;
  text-align: center;
  /* background-image: linear-gradient(0, rgba(255, 255, 255, 0.294), #f3f3f3),  url(/assets/img/constructions.jpg)  ; */
  background-size: cover;
}

.services .service-item {
  text-align: center;
  padding: 40px;
  background: #fff;
  height: 100%;
}



.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #ebebed;
  transition: 0.3s;
  margin-top: 20px;
}

.services .service-item p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
  text-align: justify;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
  font-size: 20px;
}

.services .service-item:hover .icon:before {
  background: var(--color-primary);
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}

/* CSS */
.features .button-73,
.services .button-73,
.alt-services .button-73,
.mindmap .button-73{
  align-items: center;
  background-clip: padding-box;
  background-color: #0054A6;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  justify-content: center;
  line-height: 1;
  font-weight: 600;
  margin: 0;
  min-height: 3rem;
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: 70%;
	padding-top: 10px;
    padding-bottom: 10px;
}


.features .button-73:hover,
.services .button-73:hover,
.alt-services .button-73:hover,
.mindmap .button-73:hover{
  /*background-color: #021c35;*/
	background-color:#f7941d;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  transform: translateY(-1px);
}

.features .button-73:active,
.services .button-73:active,
.alt-services .button-73:active,
.mindmap .button-73:active{
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

@media (min-width: 768px) {
  .features .button-73,
  .services .button-73,
  .alt-services .button-73{
    font-size: 1.5rem;
    padding: .75rem 2rem;
  }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.mindmap .basic h3,
.mindmap .basic p,
.mindmap .basic h5{
  border: 1px solid rgb(146, 178, 33);
  padding: 10px;
  color: #fff;
  background-color: #059652;

}

.mindmap .col{
  margin: 10px;
}

.mindmap .col .bi-chevron-double-right{
  font-size: 40px;
}

.mindmap .advance h3,
.mindmap .advance p,
.mindmap .advance h5
 {
  border: 1px solid rgb(255, 121, 166);
  padding: 10px;
  color: #fff;
  background-color: palevioletred;
}

.mindmap .intermediate h3,
.mindmap .intermediate p,
.mindmap .intermediate h5
 {
  border: 1px solid rgb(126, 80, 159);
  padding: 10px;
  color: #fff;
  background-color: rgb(173, 112, 216);
}

/* pop up*/
.mindmap .modal,
.mindmap .modal1 {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.mindmap .modal .modal-content,
.mindmap .modal1 .modal-content1 {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 90%;
  max-width: 750px;
  position: relative;
  top: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 2px;
}

.mindmap .modal .modal-content h2,
.mindmap .modal1 .modal-content1 h2{
  font-weight: 550;
  text-align: center;
  padding-bottom: 50px;
  text-transform: uppercase;
  color:  #003c77;
}

.mindmap .modal .modal-content .close,
.mindmap .modal1 .modal-content1 .close1 {
  color: #aaaaaa;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 35px;
  font-weight: bold;
}

.mindmap .modal .modal-content .close:hover,
.mindmap .modal .modal-content .close:focus,
.mindmap .modal1 .modal-content1 .close1:hover,
.mindmap .modal1 .modal-content1 .close1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.mindmap .section-header-btn .myBtn,
.mindmap .section-header-btn1 .myBtn1{
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  border: 2px solid #0054A6;
  background: linear-gradient(90deg, #f7941d, transparent) #ffb65d;
  transition: background-color 1s;
  place-content: center;
  padding: 10px;
  width: 70%;
  transition: 0,6s;
  margin: 20px 15%;
}

.mindmap .section-header-btn .myBtn:hover,
.mindmap .section-header-btn1 .myBtn1:hover{
  background-color: #e91e63;
  color: #fff;
}


/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  padding: 15px 0;
  transition: 0.3s;
  width: 100%;
  color: var(--color-secondary);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: none;
}


.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  padding: 15px;
  color: #fff;
  text-align: center;
  font-family: sans-serif;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border: none;
  background: #f7941d;
}
.features .nav-link:hover h4{
  transform: scale(1.1);
}

.features .nav-link:active h4{
  border: 3px solid #f46524;
  background-color: #f46524;
  color: #fff;
}

@media (max-width: 575px) {
  .features .nav-link h4 {
    font-size: 16px;
  }
}

.features .nav-link:hover {
  color: var(--color-primary);
}

.features .nav-link.active h4 {
  color: #fff;
  background-color: #f46524;
  border-color: var(--color-primary);
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane .services-img{
  width: 600px;
  height: 400px;
}

.features .tab-pane h3 {
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #f7941d;
}

.features .tab-pane h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-top: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

.features .tab-pane .img-controll{
  width: 600px;
  height: 400px;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/

.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 0 15px 30px 0;
  min-height: 200px;
  box-shadow: 0px 2px 20px rgba(82, 86, 94, 0.1);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #f7941d;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #ffd565;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
  font-size: 16px;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d5d7da;
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.testimonials .swiper-navBtn{
  color: #FF6314;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Alt Services Section
--------------------------------------------------------------*/

@media (min-width: 1280px) {
  .alt-services{
    margin-top: 0px;
    padding: 40px 100px;
    /*height: 60vh;*/
   /* background-color:#fbae4f ;*/
  }

  .alt-services .video-container{
    /*display: flex;*/
  }

  /*.alt-services .video-container iframe{
    width: 654px;
    height: 370px;
  }*/

}

@media (max-width: 1280px) {
  .alt-services{
    /*margin-top: 20px;
    /*height: 105vh;*/
    /*background-color:#fbae4f ;*/
  }

  .alt-services .video-container{
    display: block;
  }

  /*.alt-services .video-container iframe{
    margin-top: 50px;
    width: 350px;
    height: 235px;
  }*/

}

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  &:before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 100px;
    color: #FDB750;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  }
  &:hover:before {
    color: #FFA500;
  }
}

.alt-services .text-overlay h3{
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  position: relative;
  display: inline-block;
	margin-right:30px;
}

.alt-services .text-overlay h5{
  padding-top: 35px;
  font-size: 20px;
  text-transform: uppercase;
}

.alt-services .text-overlay h3::after{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30%;
  height: 5px;
  border-radius: 10px;
  background: linear-gradient(to right, #fbae4f 0%, #fbae4f 100%);
}


.alt-services .text-overlay p{
  font-size: 20px;
  padding:20px 0 0  0 ;
 /* color: #fff;*/
  width: 80%;
}

.alt-services .text-overlay i{
  color: #fff;
  /* padding-right: 10px ; */
  font-size: 18px;
	margin-left: 7px;
}


/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team {
  /*height: 100vh;*/
  background-size: cover;
  align-items: center;
  justify-content: center;
  padding-bottom:20px;
  padding-top:20px;
}

.team .slide-container{
  max-width: 1220px;
  width: 100%;
}

.team .silde-content{
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}

.team .card{
  border-radius: 25px;
  background-color: #FFF;
  box-shadow: 5px 5px 10px 4px #ebeaea;
  margin-bottom: 20px;
}

.team  .image-content,
.team .card-content{
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team .overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #f7941d;
  border-radius: 25px 25px 0px 25px;
  border: none;

}

.team .overlay::before,
.team .overlay::after{
  content: ' ';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #f7941d;
}

.team .overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #fff;
}

.team  .image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.team .card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #fff;
  padding: 3px;
}

.team .card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #f7941d;
}

.team .name{
  font-size: 18px;
  font-weight: bold;
  color: #f7941d;
}

.team .description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}

.team .button{
  border: none;
  font-size: 16px;
  color: #fff ;
  padding: 8px 16px;
  background:  #f7941d; 
  border-radius: 6px;
  margin: 14px;
  transition: all 0.3s ease;
}

.team .button:hover{
  background: #ff5500;
  font-size: 16px;
  transform: scale(1.1);
}

.team .slide-container .swiper-navBtn{
  color:  #FF6314;
  transition: color 0.3s ease;
}

.team .slide-container .swiper-navBtn:hover{
  color:  #ff915a;
}

.team .slide-container .swiper-navBtn::before,
.team .slide-container .swiper-navBtn::after{
  font-size: 40px;
}

.team .swiper-button-next{
  right: 0;
}

.team .swiper-button-prev{
  left: 0;
}

.team .swiper-pagination-bullet{
  background-color: grey ;
  opacity: 1;
}

.team .swiper-pagination{
  top: 96%;
}

.team .swiper-pagination-bullet-active{
  background-color: #f7941d;
}

@media screen and (max-width: 768px) {
  .team .silde-content{
    margin: 0 10px;
  }

  .team .swiper-navBtn{
    display: none;
  }
}


/* Ad-question */

@media  (min-width: 1280px) {
  
  .ad-question .ad-content{
    display: flex;
  }
  
  .ad-question .labels{
    display: grid;
    line-height: 1;
    margin: 20px 0;
    padding-right: 60px;
    width: 100%;
  }
}



.ad-question .labels label{
  border-left: 3px solid #f7941d;
  padding: 15px 20px 15px 8px;
  border-radius: 10px;
  margin: 20px 0px;
  position: relative;
  text-align: center;
  cursor: pointer;
  font-size: 12pt;
  background-color: #eaeaea;
  color: #f7941d;
}

.ad-question .labels label:active{
  background-color: #f7941d;
  color: #fff;
}

.ad-question .labels h4{
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}

.ad-question .labels h4::before, .ad-question .labels h4::after{
  content: "";
    width: 150px;
    height: 10px;
    display: inline-block;
}

.ad-question .labels h4::after{
  margin: 0 0 5px 15px;
  background-image:linear-gradient(to right, orange, transparent);
}

.ad-question .labels h4::before{
  margin: 0 15px 5px 0;
  background-image:linear-gradient(to left, orange, transparent);
}

.ad-question .labels i{
  position: absolute;
  right: 0;
  color: #f7941d;
}

.hidden {
  display: none;
}

.ad-question .labels ul li{
  line-height: 24px;
  padding: 5px;
}


.ad-question .ad-content .labels-lef{
  margin: 10px;
  width: 50%;
}

.ad-question .ad-content .labels-lef .php-email-form{
  margin: 0px;
}
.ad-question .ad-content .labels-left .php-email-form input[type=submit],
.ad-question .ad-content .labels-left .php-email-form button{
  width: 200px;
  height: 50px;
  align-items: center;
  margin-left: 150px;
  background-color: #f7941d;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-weight: 600;
}
.ad-question .ad-content .labels-left .php-email-form input[type=submit]:hover,
.ad-question .ad-content .labels-left .php-email-form button:hover{
  background-color: #986424;
}

.ad-question .ad-content .labels-left h4{
  font-weight: 600;
  color: #0054a6;
  font-size: 32px;
}

.ad-question .labels .ad-title {
  padding-right: 20px;
}


/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details  .nav-link{
  height: 50px;
}



.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid #d5d7da;
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #d9e3e8;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: 0.3s;
  font-size: 22px;
}

.service-details .services-list a.active {
  font-weight: 700;
  border-color: #f7941d;
}

.service-details .services-list a:hover {
  border-color: var(--color-primary);
}

.service-details .tab-content .services-img {
  margin-bottom: 20px;
}

.service-details .tab-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #f7941d;
  padding-bottom: 20px ;
}

.service-details .tab-content h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details .tab-content p {
  font-size: 25px;
}

.service-details .tab-content ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details .tab-content ul li {
  padding: 5px 0;

  align-items: center;
}

.service-details .tab-content ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--color-primary);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #0054a6;
}


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 8px;
  bottom: 10px;
  z-index: 1000;
  background: var(--color-primary);
  width: 32px;
  height: 32px;
  border-radius: 4px;
  transition: all 0.4s;
  text-align: center;
}

.scroll-top i {
  font-size: 32px;
  color: #ffffff;
  line-height: 0;
}

.scroll-top:hover {
  background: #ffc732;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Test
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .test{
    margin-top: 90px;
    display: flex;
  }

  .test .test-left,
  .test .test-right{
    width: 50%;
  }

  
}

@media (max-width: 1279px) {
  .test .test-left .php-email-form{
    margin-left: 15px;
  }
}



.test h3{
  color: #0054A6;
  font-weight: 600;
padding: 10px;
}

.test p{
  color: #0054A6;
  padding-left: 10px;
  font-size: 20px;
}

.test i{
  padding-right: 10px;
}

.test .php-email-form .form-control{
  border: 2px solid #0054A6;
  width: 80%;
}
.test .php-email-form input[type=submit],
.test .php-email-form button{
  background-color: #f7941d;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 10px;
}
.test .php-email-form input[type=submit]:hover,
.test .php-email-form button:hover{
  background-color: #8c4e02 ;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {

  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  margin: 0 0 20px 0;
  padding:10px;
}

.contact .info-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: var(--color-primary);
  border-radius: 50%;
  border: 2px dotted #ffd565;
}

.contact .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 0;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form input[type=submit],
.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}
.contact .php-email-form input[type=submit]:hover,
.contact .php-email-form button[type=submit]:hover {
  background: rgba(254, 185, 0, 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Slogan
--------------------------------------------------------------*/
.slogan{
  /*height: 100vh;*/
  background-position: center bottom;
  background-image: url(../../assets/img/slogan.webp);
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-blog-posts .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.recent-blog-posts .post-item .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.recent-blog-posts .post-item .post-content {
  padding: 30px;
}

.recent-blog-posts .post-item .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.recent-blog-posts .post-item .meta{
  display: flex;
}

.recent-blog-posts .post-item .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.recent-blog-posts .post-item .meta span {
  font-size: 15px;
  color: #838893;
}

.recent-blog-posts .post-item hr {
  color: #888;
  margin: 20px 0;
}

.recent-blog-posts .post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

.recent-blog-posts .post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.recent-blog-posts .post-item:hover .post-title,
.recent-blog-posts .post-item:hover .readmore {
  color: var(--color-primary);
}

.recent-blog-posts .post-item:hover .post-img img {
  transform: scale(1.1);
}


/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.post-entry-1 {
  margin-bottom: 10px;
  margin-right: 50px;
}

.post-entry-1 img {
  margin-bottom: 30px;
}

.post-entry-1 .post-content h2 {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  font-weight: 500;
}

.post-entry-1 h2 a {
  color: var(--color-black);
}

.post-entry-1.lg h2 {
  font-size: 40px;
  line-height: 1;
}

.post-meta {
  font-size: 11px;
  /*letter-spacing: 0.07rem;*/
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--font-secondary);
  color: rgba(var(--color-black-rgb), 0.4);
  margin-bottom: 10px;
}

.post-entry-1 .post-tilte{
  padding-left: 10px;
  color: #000;
}

.post-entry-1 .post-tilte h5{
  font-weight: 600;
  color: #000;
}

.post-entry-1 .post-tilte a{
  color: #000;
}

#btn{
  color: #f7943d;
  font-weight: 550;
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #f7943d;
  font-size: 25px;
  padding: 5px 20%;
}

#btn:hover{
  background-color: #f7943d;
  color: #fff;
}

.author .photo {
  margin-right: 10px;
}

.author .photo img {
  width: 40px;
  border-radius: 50%;
  margin-bottom: 0;
}

.author .name h3 {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: var(--font-secondary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
.section-header1 {
  align-items: center;
  justify-content: space-between;
  display: flex;
  border-bottom: 2px solid #000;
}

.section-header1 h2 {
  font-weight: 550;
  font-size: 35px;
  color: #000;
}

.section-header1 p {
  
  margin-bottom: 0;
}

.section-header1 .more {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.section-header1 .more:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}





/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  /*overflow-x: hidden;
  margin-top: 25px ;
  background-color: #fff;
  max-height: 100vh;*/
}

.bottom-hero .container{
  color: #fff;
  font-size: 25px;
  padding: 20px 90px ;
  display: flex;
  justify-content: space-around;
}

#bt-signup{
  max-height: 40px;
  background-color: #FFD04D;
  font-size: 20px;
  font-weight: 600;
  color: #1051AB;
  border: 0;
  border-radius: 15px;
  padding: 0 30px;
}

.hero .carousel {
  width: 100%;
  min-height: 76vh;
  margin: 0;
  position: relative;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  transition-duration: 0.4s;
}

.hero .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
}

.hero .info {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .hastag {
  display: flex;
  justify-content: space-around;
  padding: 20px 50px 0px 50px;
  background-color: #f6931e;
}

.hero .hastag  p{
 font-size: 20px;
 color:  #fff;
 font-weight: 500;
 padding: none;
}

@media (max-width: 768px) {
  .hero .info {
    padding: 0 50px;
  }
}

.hero .info h2 {
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 56px;
  font-weight: 700;
  position: relative;
}

.hero .info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .hero .info h2 {
    font-size: 36px;
  }
}

.hero .info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.hero .info .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  border: 2px solid var(--color-primary);
}

.hero .info .btn-get-started:hover {
  background: var(--color-primary);
}

.hero .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}

.hero .carousel-control-next {
  justify-content: end;
}

@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}


.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  z-index: 3;
  transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

.img-body{
  width: 90%;
}



/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #838893;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: var(--color-secondary);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.blog .posts-list .post-img img {
  transition: 0.5s;
}

.blog .posts-list .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.blog .posts-list .post-content {
  padding: 30px;
}

.blog .posts-list .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.blog .posts-list .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.blog .posts-list .meta span {
  font-size: 15px;
  color: #838893;
}

.blog .posts-list p {
  margin-top: 20px;
}

.blog .posts-list hr {
  color: #888;
  margin-bottom: 20px;
}

.blog .posts-list .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

.blog .posts-list .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.blog .posts-list .post-item:hover .post-title,
.blog .posts-list .post-item:hover .readmore {
  color: var(--color-primary);
}

.blog .posts-list .post-item:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(82, 86, 94, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-primary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}

.blog .blog-details .meta-top a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(82, 86, 94, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #838893;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(82, 86, 94, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(82, 86, 94, 0.5);
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .breadcrumbs{
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .breadcrumbs h2{
    font-weight: 550;
    color: #fff;
    /*padding-left: 40%;*/
    padding-top: 110px;
  }
  
}

@media (max-width: 1280px) {
  .breadcrumbs{
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .breadcrumbs h2{
    font-weight: 550;
    color: #fff;
    /*padding-left: 20%;*/
    padding-top: 60px;
  }
  
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  padding-top: 5px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--color-primary);
  color: var(--color-secondary);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(254, 185, 0, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(54, 77, 89, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  /*max-width: 80px;
  margin-right: 15px;*/
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(54, 77, 89, 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #838893;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(131, 136, 147, 0.4);
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: var(--color-secondary);
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(131, 136, 147, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(82, 86, 94, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
padding-right: 5px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  color: var(--color-secondary);
  background-color: var(--color-primary);
}



/* Class-english */

.class-english .grid-container{
  display: flex;
  min-height: 10vh;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 1200px;
}

.class-english .swiper-wrapper{
  white-space: nowrap;
  overflow: hidden;
}

.class-english .swiper-wrappe .swiper-slide{
object-fit: cover;
}


.class-english .swiper-button-next{
  right: 0;
  position: absolute;
}

.class-english .swiper-button-prev{
  left: 0;
  position: absolute;
}


/*--------------------------
 Thinker 
 ---------------------------*/

 .thinker{
  /*margin-top: 100px;*/
 }


.thinker .row:after {
  content: "";
  display: table;
  clear: both;
}

.thinker .column-66 {
  float: left;
  width: 55.55555%;
  padding: 20px;
}
 
.thinker .column-33 {
  float: left;
  width: 44.44444%;
  padding:20px; 
}

.thinker .large-font {
  font-size: 48px;
}

.thinker .xlarge-font {
  font-size: 64px
}

.thinker .xlarge-font1 {
  font-size: 100pt;
	color:#fbae4f;
}

.thinker .button {
  border: none;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  background-color: #0054A6;
  border-radius: 20px;
}

.thinker .button:hover{
  background-color: #01193b;
}

.thinker img {
  display: block;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .thinker .column-66,
  .thinker .column-33 {
    width: 100%;
    text-align: center;
  }
  .thinker img {
    margin: auto;
  }
} 

@media (max-width: 1280px) {
  .mission{
    flex-direction: column;
  }
} 


.mission h1{
  text-align: center;
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
}

.mission p{
  text-align: justify;
  color: #fff;
  padding: 20px;
  font-size: 20px;
}

.mission .sumenh {
    /*background-color: #0054A6;
  /*margin-right: 10px ;*/
    background-color: #76BBCB;
}

.mission .tamnhin {
    /*background-color: #f7941d;*/
    background-color: #cb875e;
}

/* Btn-method */
.btn-method .team-item{
  margin-right: 30px;
  cursor: pointer;
}

.btn-method .team-item:hover{
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.1);
}

.btn-method .kiemtra{
  font-size: 30px;
  width: 50%;
  padding: 5px 0;
  margin-left: 25%;
  background-color: #0054A6;
  color: #fff;
  font-weight: 550;
  border: none;
  border-radius: 20px;
}

.btn-method .kiemtra:hover{
  background-color: #01193b;
  transform: translateY(-6px);
  box-shadow: 5px 10px 10px #e0e0e0;
}

/* Result */
.result .team-item{
  margin-right: 30px;
  cursor: pointer;
}

.result .team-item:hover{
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.1);
}



/* Quyền Lợi */

@media (max-width: 1280px) {
 /* .quyenloi img{
    width: 330px;
    height: 300px;
    padding-top: 20px;
  }*/
  .quyenloi .container img:hover{
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.1);
  }
  
}

@media (min-width: 1279px) {
  .quyenloi img{
    width: 420px;
    height: 300px;
    padding: 20px;
  }
  .quyenloi .container img:hover{
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.1);
  }
  
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background-image: linear-gradient(to top, rgba(0, 84, 166, 1), rgba(0, 84, 166, 0.75), rgba(0, 84, 166, 0.75)), url(../../assets/img/slogan.webp);
  background-size: cover;
  background-position: center center;
  color: #fff;
  font-size: 14px;
  /* padding: 70px 0 60px 0; */
  position: relative;
  margin-top: 50px;
  padding-left: 20px;
}

@media  (min-width: 1280px) {
.footer .col2,
.footer .col3,
.footer .col4,
.footer .col5{
  padding: 70px 0 60px 0;
}
}

@media  (max-width: 1279px) {
  .footer .col2,
  .footer .col3,
  .footer .col4,
  .footer .col5{
    padding: 10px 0 10px 0;
  }
  }

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color: var(--color-primary);
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

.footer .footer-content .social-links a {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-content .social-links a:hover {
  background: var(--color-primary);
  text-decoration: none;
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 8px 0;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  /*line-height: 1;*/
}

.footer .footer-content .footer-links ul a:hover {
  color: #797878;
}

.footer .footer-legal .copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: #fff;
}

.footer .footer-legal .credits a {
  color: var(--color-primary);
}

.h3contact
{
    color:#f69722 !important; 
    position:absolute; 
    top:10%; 
    left:12%;
}
.pcontact
{
    position:absolute; 
    top:40%; 
    left:12%; 
}
.h3contact3
{
    color:#f69722;
    position:absolute; 
    top:10%; 
    left:25%;
}
.pcontact3
{
    position:absolute; 
    top:40%; 
    left:25%; 
}
.boxpapper
{
    position:absolute;
    top:130px;
    left:140px;
    background:#fff;
    color:#000;
    padding:30px;
    width:200px;
    height:220px;
}
.img_blog
{
    width: 500px;
    height: 100px;
    overflow: hidden;
    background-image: url(../../assets/img/study-6.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*.n-ppost
{

    width: 100%; 
    height: 600px; 
    background-image: url(../../assets/img/chartindex.webp); 
    background-size: 100% 100%;  
    background-repeat: no-repeat;
}*/
/*.n-ppost-name {

    top: 100%;
    left: 30%;
    margin-top: 10px;
    width: 40%;
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 1.0625rem;
    font-weight: 500;
    line-height: 1.4;
    visibility: hidden;
    pointer-events: none;
}
    
.n-ppost:hover + .n-ppost-name {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}*/
#phone-divright
{
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size:12pt;
    font-weight:bold;
    text-align:center;
    position: fixed;
    z-index: 1000;
    right: -130px;
    bottom: 200px;
    border-top-right-radius: 4px;
    -mox-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    background: #f46524;
    color: #fff;
    cursor: pointer;
    opacity: 1.0;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
#tuvan-divright
{
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size:12pt;
    font-weight:bold;
    text-align:center;
    position: fixed;
    z-index: 1000;
    right: -130px;
    bottom: 400px;
    border-top-right-radius: 4px;
    -mox-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    background: #1051AB;
    color: #fff;
    cursor: pointer;
    opacity: 1.0;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    display:block;
}
#thinker2hide {
    display: none;
}

@media only screen and (max-width: 1700px)
{
    .step 
    {
        width: 150px;
    }
    .contact .info-item p 
    {
       font-size : 12pt;
    }
}

@media only screen and (max-width: 1500px)
{
    .hero .hastag p 
    {
        font-size:13pt;    
    }
    .contact .info-item p 
    {
       font-size : 11pt;
    }
}

@media only screen and (max-width: 1350px)
{
    .step 
    {
        width: 140px;
    }
    .navbar>ul>li 
    {
        /*padding: 5px 0px 5px 5px;*/
     }
     
     .btn-method .kiemtra
     {
      font-size: 15pt;
    }
	.form-control1 {
            width: 85% !important;
         }
}

@media only screen and (max-width: 1270px)
{
	.thinker .xlarge-font1 {
    font-size: 70pt;
		text-align:center;
}
     .bg_color
     {
        padding:15px;
     }
     .h3contact
    {
        left:15%;
    }
    .pcontact
    {
        left:15%; 
    }
    .h3contact3
    {
        left:30%;
    }
    .pcontact3
    {
        left:30%; 
    }
    
    #bt-bold
    {
        display:none;    
    }
     #tuvan-divright
     {
        display:block;    
     }
     #phone-divright
     {
        /* top: 60%; */
     }
		        .form-control1 {
            width: 80% !important;
         }
}


@media only screen and (max-width: 1200px)
{
    #text-fontsize
    {
	font-size:12pt;
	}
}
@media only screen and (max-width: 1024px)
{
    #testimonials
    {
        margin-top:20px;    
    }
    #hero
    {
        margin-top:20px;    
    }
    .headerdetailtop
    {
        margin-top:80px !important;      
    }
}

@media only screen and (max-width: 990px)
{
    .step 
    {
        width: 110px;
    }
    .h3contact3
    {
        left:15%;
    }
    .pcontact3
    {
        left:15%; 
    }
	#thinker2show {
    display: none !important;
}

.thinker2show {
    display: none !important;
}

#thinker2hide {
    display: block !important;
}

.thinker2show {
    display: none !important;
}
.section-header h2 {
    font-size: 30px;
}
}

@media only screen and (max-width: 768px)
{
	.alt-services .text-overlay h3::after{

  width: 60%;
		left:70px;
}
	.btn-start
	{
		text-align:center;
	}
	        .form-control1 {
            width: 70% !important;
         }
#bg_formtest
{
width:96% !important;
}
	#khoahocmobile
    {
	     display:block !important;
    } 
	#khoahocdesktop
    {
	     display:none !important;
    }  
	.h3-main
	{
    	font-size:15pt;    
	}
	.thinker .xlarge-font1 {
         font-size: 40pt;
		text-align:center;
    }
    .step 
    {
        width: 110px;
    }
    .btn-method .kiemtra
     {
      width: 100%;
      margin-left:0;
    }
    .boxpapper
    {
        position:relative;
        top:-60%;
        left:20%;
    }
    .post-entry-1 {
        margin-left:20px;
        margin-right:0;
    }
    .btn-method .team-item
    {
      margin-right: 0;
    }
    .result .team-item 
    {
        margin-right: 0;
    }
    .alt-services .text-overlay h3
    {
      font-size: 25pt;
      text-align:center;
    }
    .alt-services .text-overlay p 
    {
        text-align:center;
        width: 100%;
    }
    #alt-services-2
    {
        padding:5px !important;    
    }
    .section-header h2 
    {
        font-size: 25pt;
    }
}

@media only screen and (max-width: 500px)
{
    .step 
    {
        width: 220px;
    }
    .h3contact
    {
        left:20%;
    }
    .pcontact
    {
        left:20%; 
    }
    .h3contact3
    {
        left:20%;
    }
    .pcontact3
    {
        left:20%; 
    }
}