@charset "UTF-8";
/* layout general
 -----------------------------------------------------*/
/* general setting
 -----------------------------------------------------*/
* {
  outline: transparent;
}


body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Nunito Sans', sans-serif;
  font-size: calc(4px + 1vw);
  color: #0C3D37;
  line-height: 1.5;
  background: #FFF;
}

a {
  color: #0bb4b7;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
a:hover {
  text-decoration: none;
  color: #0bb4b7;
}
a:focus {
  outline: none;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-family: 'Nunito Sans', sans-serif;
}

p {
  margin-bottom: 22px;
}
p:last-child {
  margin-bottom: 0px;
}

input[type=submit] {
  border: none;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.md-desktop{
    display: block;
}
.md-mobile{
    display: none;
}
.cl-green{
    color: #02C879;
}
.font-pd{
    font-family: 'Playfair Display', serif;
}
.fw-700{
    font-weight: 700;
}
.mgb-10{
    margin-bottom: 10px;
}
.mgb-5{
    margin-bottom: 5px !important;
}

@media screen and (max-width: 767px){
    .md-desktop{
        display: none;
    }
    .md-mobile{
        display: block;
    }
}
body{
    background: linear-gradient(to bottom, #daf1e5 0%, #ffffff 60%);
    height: auto !important;
}
html{
    height: auto;
}
.page-header {
    padding-top: 20px;
}
.page-header .top-header{
    padding: 10px 0px 10px 30px;
    box-shadow: 0px 25px 50px rgba(2, 200, 121, 0.1);
    border-radius: 16px;
    background: #FFF;
}
.page-header .logo{
    float: left;
    width: 10%;
    margin-right: 5%;
}
.page-header .logo img{
    width: 100%;
    min-width: 80px;
}
.page-header .main-menu{
    float: right;
    width: 75%;
}
.page-header .main-menu ul{
    display: flex;
    justify-content: center;
    align-items: center
}
.page-header .main-menu ul li{
    float: left;
    padding: 8px 15px;
}
.page-header .main-menu ul li a{
    color: #333;
    font-weight: 700;
    font-size: calc(4px + 1vw);
}
.page-header .main-menu ul li a.active-menu{
    color: #02C879;
}
.page-header .main-menu ul li a:hover{
    color: #02C879;
}
.page-header .toggle-menu{
    float: right;
    display: none;
    cursor: pointer;
    position: relative;
}
.page-header .toggle-menu span{
    width: 24px;
    height: 2px;
    background: #D9D9D9;
    display: block;
    margin-bottom: 6px;
}
.page-header .toggle-menu span:last-child{
    margin-bottom: 0px;
}
.page-header .toggle-menu p{
    position: absolute;
    right: 120%;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0px;
    color: #333;
    font-size: 12px;
    width: 230%;
}
.page-header .main-menu .md-button{
    display: none;
}
.page-header .main-menu .md-button img{
    width: 100%;
}
.scroll-top{
   position: fixed;
   top: 20px;
   z-index: 9999;
   transition-duration: 0.3s;
   width: 90%;
   left: 5%;
}

@media screen and (max-width: 991px) and (min-width: 768px){
    .page-header .main-menu ul li{
        padding: 8px;
    }
    .page-header .main-menu ul li a{
        font-size: calc(3px + 1vw);
    }
    .page-header .main-menu{
        width: 80%;
    }
}

@media screen and (max-width: 767px){
    body{
        font-size: calc(7px + 1.5vw);
    }
    .page-header .toggle-menu{
        display: block;
        padding: 10px 0px;
    }
    .page-header .main-menu{
        width: 100%;
        background: linear-gradient(to bottom, #daf1e5 0%, #ffffff 100%);
        position: fixed;
        width: 100%;
        left: -100%;
        top: 0%;
        z-index: 1000;
        height: 100vh;
        transition-duration: 0.5s;
    }
    .page-header .main-menu ul{
        display: block;
    }
    .page-header .main-menu ul li{
        float: none;
        padding: 0px;
        border-bottom: 1px solid #333;
    }
    .page-header .main-menu ul li a{
        display: inline-block;
        width: 100%;
        padding: 20px;
        font-size: calc(5px + 2vw);
    }
    .page-header .main-menu .md-button{
        display: block;
        float: right;
        margin-right: 20px;
        cursor: pointer;
        width: 20px;
        height: 20px;
        margin-top: 20px;
    }
    .page-header .top-header{
        padding: 10px 30px;
    }
    .active{
        left: 0% !important;
        transition-duration: 0.5s;
    }
}

.page-main .banner{
    padding-top: 60px;
    position: relative;
    margin-bottom: 40px;
}
.page-main .banner .md-title{
    text-align: center;
    width: 80%;
    display: table;
    margin: 0 auto 20px auto;
    position: relative;
    padding-bottom: 20px;
}
.page-main .banner .md-title:after{
    content: "";
    width: 30%;
    height: 1px;
    display: block;
    background: #AAE7C7;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0%;
}

.page-main .md-title h4{
    font-size: calc(12px + 2vw);
    margin-bottom: 30px;
    text-align: center;
}
.page-main .banner .md-title h4{
    margin-bottom: 0px;
}
.page-main .md-title h6{
    font-size: calc(5px + 1.6vw);
    margin-bottom: 10px;
    text-align: center;
}
.page-main .banner .md-button .left-button{
    color: #02C879;
    border-radius: 100px;
    border: 1px solid #02C879;
    padding: 10px 27px;
    margin-right: 10px;
    transition-duration: 0.5s;
}
.page-main .banner .md-button .right-button{
    color: #FFF;
    border-radius: 100px;
    padding: 10px 27px;
    background: #FF9C41;
    transition-duration: 0.5s;
    border: 1px solid #FF9C41;
}
.page-main .banner .md-button .left-button:hover{
    background: #02C879;
    color: #FFF;
}
.page-main .banner .md-button{
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}
.page-main .banner .md-button .right-button:hover{
    background: transparent;
    color: #FF9C41;
    border: 1px solid #FF9C41;
}
.page-main .banner .md-content{
    position: relative;
    z-index: 2;
    width: 80%;
    display: table;
    margin: 0 auto 30px auto;
    text-align: center;
}
.page-main .banner .md-content h6{
    font-size: calc(5px + 1.2vw);
    color: #FF9C41;
    font-weight: 700;
}
.page-main .banner .md-content p{
    text-align: justify;
}
.page-main .banner .md-img {
    margin-top: -11%;
}
.page-main .banner .md-img img{
    width: 100%;
}

.page-main .section-1{
    margin-bottom: 80px;
}
.page-main .section-1 .md-content{
    display: table;
}
.page-main .section-1 .md-content .md-img{
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}
.page-main .section-1 .md-content .md-img img{
    width: 100%;
}
.page-main .section-1 .md-content .content{
    padding-right: 3%;
    text-align: justify;
    display: table-cell;
    vertical-align: middle;
    color: #333333;
    position: relative;
}
.page-main .section-1 .md-content .content .title-content p{
    margin-bottom: 5px;
}
.page-main .section-1 .md-content .content .title-content{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.page-main .section-1 .md-content .content .main-content h6{
        font-size: calc(4px + 1vw);
        font-weight: 700;
}
.page-main .section-1 .md-content .content .main-content ul{
    margin-left: 30px;
}
.page-main .section-1 .md-content .content .main-content ul li{
    margin-bottom: 10px;
    list-style-type: disc;
}
.page-main .section-1 .md-content .content a{
    color: #FFF;
    border-radius: 100px;
    padding: 10px 27px;
    background: #FF9C41;
    transition-duration: 0.5s;
    display: table;
    margin: 20px auto 0 auto;
    border: 1px solid #FF9C41;
}
.page-main .section-1 .md-content .content a:hover{
    background: #FFF;
    border: 1px solid #FF9C41;
    color: #FF9C41;
}
.page-main .section-1 .md-content .content .title-content:after{
    content: "";
    width: 50%;
    height: 1px;
    display: block;
    background: #AAE7C7;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0%;
}
.page-main .section-1 .md-content .content img{
    position: absolute;
    width: 50%;
    right: 0%;
    top: 0%;
}
.page-main .section-1 .md-content .content p span{
    display: block;
    color: #333;
    font-weight: 500;
}
.page-main .section-2{
    margin-bottom: 80px;
}
.page-main .section-2 .md-content{
    
}
.page-main .section-2 .md-content img{
    width: 60%;
    display: table;
    margin: 0 auto 10px auto;
}
.page-main .section-2 .md-content .md-row{
    padding: 0px 30px;
}
.page-main .section-2 .md-content .md-row .md-col-3{
    border: 5px solid rgba(2, 200, 121, 0.1);
    border-radius: 20px;
    width: 19%;
    margin-right: 1.25%;
    float: left;
    background: #FFF;
    padding: 10px 20px;
}
.page-main .section-2 .md-content .md-row .md-col-3 p{
    margin-bottom: 10px;
}
.page-main .section-2 .md-content .md-row .md-col-3 .text-ct{
    text-align: center;
}
.page-main .section-2 .md-content .md-row .md-col-3:last-child{
    margin-right: 0%;
}
.page-main .section-3{
    margin-bottom: 60px;
}
.page-main .section-3 .md-title h4{
    text-align: left;
}
.page-main .section-3 .md-title{
    float: left;
    width: 45%;
    margin-right: 5%;
    position: relative;
}
.page-main .section-3 .md-title img{
    width: 20%;
    position: absolute;
    left: 93%;
    top: 80%;
}
.page-main .section-3 .md-title a{
    color: #FFF;
    border-radius: 100px;
    padding: 10px 27px;
    background: #FF9C41;
    transition-duration: 0.5s;
    border: 1px solid #FF9C41;
}
.page-main .section-3 .md-img{
    float: left;
    width: 50%;
}
.page-main .section-3 .md-img img{
    width: 100%;
}
.page-main .section-3 .md-title a:hover{
    background: transparent;
    color: #FF9C41;
    border: 1px solid #FF9C41;

}
.page-main .section-3 .bg-img{
    padding-top: 80px;
}
.page-main .section-3 .bg-img img{
    width: 100%;
}
.page-main .section-3 .owl-carousel .owl-item{
    padding-bottom: 20px;
}
.page-main .section-3 .owl-carousel .owl-nav .owl-prev{
    background: url(../images/page-about/ico-prev.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(68, 177, 91, 0.2);
    position: absolute;
    left: 43%;
    bottom: -8%;
    z-index: 2;
}
.page-main .section-3 .owl-carousel .owl-nav .owl-next{
    background: url(../images/page-about/ico-next.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(68, 177, 91, 0.2);
    position: absolute;
    right: 44%;
    bottom: -8%;
    z-index: 2;
}
.page-main .section-3 .owl-carousel button.owl-dot{
    background: rgba(255, 156, 65, 0.2);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin-right: 10px;
}
.page-main .section-3 .owl-carousel .owl-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7%;
}
.page-main .section-3 .owl-carousel button.owl-dot.active{
    background: #FF9C41;
}
.page-main .section-3 .owl-carousel .owl-nav span{
    display: none;
}
.page-main .section-4 .md-title h4{
    text-align: left;
}
.page-main .section-4 .md-img{
    margin-top: -12%;
    position: relative;
}
.page-main .section-4 .md-img img{
    width: 100%;
}
.page-main .section-4 .md-link-1{
    position: absolute;
    left: 54%;
    top: 15%;
    width: 15%;
    height: 21%;
    display: block;
}
.page-main .section-4 .md-link-2{
    position: absolute;
    left: 79%;
    top: 25%;
    width: 15%;
    height: 21%;
    display: block;
}
.page-main .section-5{
    background: url(../images/sc5-bg.png) no-repeat bottom;
    background-size: 100% 100%;
    display: table;
    padding: 0px 30px;
    margin-bottom: 80px;
}
.page-main .section-5 .sc5-img-1{
    display: table-cell;
    vertical-align: middle;
    padding: 0px 5px;
    width: 20%;
}
.page-main .section-5 .sc5-img-1 img{
    width: 100%;
    margin-bottom: 10px;
}
.page-footer{
    padding-top: 40px;
    padding-bottom: 40px;
}
.page-footer .top-footer .row {
    padding-bottom: 40px;
    border-bottom: 1px solid #E2E2E2;
}
.page-footer .top-footer h6{
    font-size: calc(6px + 1vw);
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}
.page-footer .top-footer p{
    margin-bottom: 0px;
    color: #666;
}
.page-footer .bot-footer{
    padding-top: 40px;
}
.page-footer .bot-footer .logo{
    float: left;
    width: 10%;
    margin-right: 5%;
}
.page-footer .bot-footer .logo img{
    width: 100%;
}
.page-footer .bot-footer .menu-footer{
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
}
.page-footer .bot-footer .menu-footer li a{
    font-size: calc(3px + 1vw);
}
.page-footer .bot-footer .menu-footer li{
    display: inline-block;
    padding: 5px 5px;

}
.page-footer .bot-footer .menu-footer li a{
    color: #666;
}
.page-footer .bot-footer .md-social{
    float: right;
}
.page-footer .bot-footer .md-social li{
    padding: 0px 5px;
    display: inline-block;
}
.page-footer .bot-footer .md-social li img{
    width: 100%;
    max-width: 25px;
}
@media screen and (max-width: 1200px) and (min-width: 768px){
    .page-main .section-3 .owl-carousel .owl-nav .owl-next{
        right: 41%;
        bottom: -9%;
    }
    .page-main .section-3 .owl-carousel .owl-nav .owl-prev{
        left: 40%;
        bottom: -9%;
    }
}
@media screen and (max-width: 767px){
    .page-main .md-title h4{
        font-size: calc(12px + 3vw);
        margin-bottom: 30px;
    }
    .page-main .md-title h6{
        font-size: calc(10px + 2vw);
    }
    .page-main .banner .md-title:after{
        width: 100%;
    }
    .page-main .banner .md-content{
        width: 100%;
    }
    .page-main .banner .md-content h6{
        font-size: calc(10px + 1.5vw);
    }
    .page-main .banner .md-title{
        width: 100%;
    }
    .page-main .banner .md-button {
        width: 60%;
    }
    .page-main .banner .md-button .left-button{
        display: block;
        margin-bottom: 15px;
        margin-right: 0px;
    }
    .page-main .banner .md-button .right-button{
        display: block;
    }
    .page-main .banner .md-img{
        margin-top: -6%;
    }
    .page-main .section-1 .md-content{
        display: block;
    }
    .page-main .section-1 .md-content .content{
        display: block;
        padding-right: 0%;
        margin-bottom: 20px;
    }
    .page-main .section-1 .md-content .md-img{
        
        width: 100%;
    }
    .page-main .section-1 .md-content .content a{
        width: 70%;
        text-align: center;
    }
    .page-main .section-1 .md-content .content .title-content:after{
        width: 100%;
    }
    .page-main .section-1 .md-content .content .main-content h6{
        font-size: calc(7px + 1.5vw);
    }
    .page-main .section-2 .md-content .md-row .md-col-3{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .page-main .section-2 .md-content img{
        width: 30%;
    }
    .page-main .section-3 .md-title{
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .page-main .section-3 .md-title h4{
        text-align: center;
    }
    .page-main .section-3 .md-title a{
        display: table;
        margin: 0 auto;
        width: 70%;
        text-align: center;
    }
    .page-main .section-3 .md-img{
        float: none;
        width: 100%;
    }
    .page-main .section-3 .owl-carousel .owl-nav .owl-prev{
        left: 25%;
        bottom: -3%;
    }
    .page-main .section-3 .owl-carousel .owl-nav .owl-next{
        right: 28%;
        bottom: -3%;
    }
    .page-main .section-3 .owl-carousel .owl-dots{
        bottom: -2%;
    }
    .page-main .section-4 .md-title h4{
        text-align: center;
    }
    .page-main .section-4 .md-img{
        margin-top: 0px;
    }
    .page-main .section-4 .md-row{
        margin-bottom: 30px;
    }
    .page-main .section-4 .md-row .md-col {
        display: table;
        border-bottom: 2px solid #D8F6EA;
        margin-bottom: 15px;
    }
    .page-main .section-4 .md-row .md-col .md-img{
        width: 20%;
        display: table-cell;
        padding-right: 5%;

    }
    .page-main .section-4 .md-row .md-col .md-img img{
        width: 100%;
    }
    .page-main .section-4 .md-row .md-col .md-content a{
        width: 70%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #FD662F;
        font-size: calc(10px + 1.5vw);
        font-weight: 700;
    }
    .page-main .section-5{
        padding: 0px 10px;
    }
    .page-main .section-5 .sc5-img-1{
        padding: 0px 2.5px;
    }
    .page-main .section-5 .sc5-img-1 img{
        margin-bottom: 5px;
    }
    .page-footer .logo-footer{
        width: 35%;
        display: table;
        margin: 0 auto 15px auto;
    }
    .page-footer .logo-footer img{
        width: 100%;
    }
    .page-footer .top-footer h6{
        font-size: calc(10px + 1.5vw);
        margin-bottom: 5px;
    }
    .page-footer .top-footer .col-md-4{
        margin-bottom: 15px;
    }
    .page-footer .top-footer .col-md-4:last-child{
        margin-bottom: 0px;
    }
    .page-footer .top-footer .row{
        padding-bottom: 20px;
    }
    .page-footer .bot-footer{
        padding-top: 20px;
    }
    .page-footer .bot-footer .menu-footer{
        position: static;
        transform: translateX(0%);
        text-align: left;
        padding-bottom: 20px;
        border-bottom: 1px solid #E2E2E2;
        padding-left: 15px;
    }
    .page-footer .bot-footer .menu-footer li{
        display:list-item;
        list-style: disc;
    }
    .page-footer .bot-footer .menu-footer li a{
        font-size: calc(5px + 1.5vw);
    }
    .page-footer .bot-footer .md-social{
        float: none;
        text-align: center;
        padding-top: 20px;
    }
    .page-footer{
        padding-bottom: 20px;
    }
}
.body-program{
    background: #FFF;
}
.body-program .page-header{
    background: url(../images/page-about/banner-1.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 60px;
}
.banner-header{
    padding: 60px 0px;
}
.banner-header a.active-banner{
    color: rgba(255, 255, 255, 0.7);
}
.banner-header h4{
    font-size: calc(10px + 2vw);
    margin-bottom: 10px;
    text-align: center;
    color: #FFF;
}
.banner-header p{
    text-align: center;
}
.banner-header p a{
    color: rgba(255, 255, 255, 0.3);
}
.page-program .section-1 .content{
    width: 70%;
    padding: 30px;
    background: linear-gradient(190deg, rgba(0, 97, 209, 0.8) 14.63%, rgba(2, 200, 121, 0.8) 87.27%);
    display: table !important;
    margin: 0 auto;
    border-radius: 20px;

}

.page-program .section-1 .md-content .content img{
    position: absolute;
    width: 25%;
    right: -13%;
    top: -10%;
}
.page-program .section-1 .content p{
    margin-bottom: 0px;
    color: #FFF;
}
.page-program .section-2{
    position: relative;
}
.page-program .section-2 .content img{
    position: absolute;
    right: 30px;
    top: 10px;
    width: 18%;
    border-radius: 50%;
}
.page-program .section-2 .md-img img{
    width: 100%;
    margin-bottom: 30px;
}
.page-program .section-2 .md-row{
    margin-bottom: 40px;
}
.page-program .section-2 .main-content{
    padding: 20px;
    border: 2px solid rgba(2, 200, 121, 0.1);
    border-radius: 20px;
}
.page-program .section-2 h6{
    color: #02C879;
    font-size: calc(6px + 1vw);
    font-weight: 700;
    margin-bottom: 25px;
    width: 70%;
}
.page-program .section-2 span{
    display: block;
    font-weight: 500;
}
.page-program .section-2 p{
    margin-bottom: 5px;
}
.page-program .section-2  ul{
    padding-left: 25px;
}
.page-program .section-2 .md-title h4{
    width: 70%;
    display: table;
    margin: 0 auto 30px auto;
}
.page-program .section-2  ul li{
    list-style: disc;
}
.page-program .section-2 .owl-carousel .owl-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.page-program .section-2 .owl-carousel .owl-dot:focus{
    outline: none;
}
.page-program .section-2 .owl-carousel .owl-nav .owl-next{
    background: url(../images/page-about/ico-next.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(68, 177, 91, 0.2);
    position: absolute;
    right: 27%;
    bottom: -1%;
    z-index: 2;
}
.page-program .section-2 .owl-carousel .owl-nav .owl-prev{
    background: url(../images/page-about/ico-prev.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(68, 177, 91, 0.2);
    position: absolute;
    left: 24%;
    bottom: -1%;
    z-index: 2;
}
.page-program .section-2 .owl-carousel .owl-nav span{
    display: none;
}
.page-program .section-2 .owl-carousel .owl-nav button:focus{
    outline: none;
}
.page-program .section-2 .owl-carousel .owl-stage{padding-left:0px !important;}


.page-program .section-2 .owl-carousel button.owl-dot{
    background: rgba(255, 156, 65, 0.2);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin-right: 10px;
}

.page-program .section-2 .owl-carousel button.owl-dot.active{
    background: #FF9C41;
}
.page-program .section-3{
    margin-bottom: 30px;
}

.page-program .nav.nav-tabs{
    display: none;
}
.page-program .progress-bar{
    background: #02C879;
}
.page-program .progress{
    height: 10px;
    margin-bottom: 40px;
}
.page-program .section-4{
    width: 60%;
    display: table;
    margin: 0 auto 60px auto;
}
.page-program .section-4 .md-question span{
    background: #F0F0F0;
    padding: 5px 10px;
    border-radius: 50%;
    font-size: 13px;
    font-family: 'Nunito Sans', sans-serif;
/*    display: table-cell;*/
}
.page-program .section-4 .md-question p{
    display: table-cell;
    width: 95%;
    padding-left: 10px;
    vertical-align: middle;
}
.page-program .section-4 .md-question-1 p{
    display: table-cell;
    width: 95%;
    padding-left: 10px;
    vertical-align: middle;
}
.page-program .section-4 .md-question-1 span{
    padding: 2px 10px;
}
.page-program .section-4 .md-question{
    display: table;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px !important;
    font-weight: 500 !important;
    color: #333 !important;
}
.page-program .section-4 .md-form-1 input{
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 10px 15px;
    width: 100%;    
    color: #999999;
}
.page-program .section-4 .md-form-1{
    position: relative;
}
.page-program .section-4 .md-form-1 p.ps-ab{
    position: absolute;
    right: 15px;
    bottom: 12%;
    color: #999999;
}
.page-program .section-4 .btn-success{
    color: #02C879;
    border-radius: 100px;
    border: 1px solid #02C879;
    padding: 10px 27px;
    margin-right: 10px;
    transition-duration: 0.5s;
    background: transparent;
    display: table;
    margin: 30px auto 0 auto;
}
.page-program .section-4 .btn-success:hover{
    background: #02C879;
    color: #FFF;
}
.page-program .section-4 .md-form-2 .ui.radio.checkbox input:checked~.box:after, .ui.radio.checkbox input:checked~label:after{
    background: #FFF !important;
    color: #FFF;
}
.page-program .section-4 .md-form-2 .ui.radio.checkbox input:checked~.box:before, .ui.radio.checkbox input:checked~label:before{
    background: #02C879 !important;
    color: #02C879;
}
.page-program .section-4 .md-form-2 .ui.radio.checkbox .box:after, .ui.radio.checkbox label:after{
    background: #FFF;
    top: 17.5px;
    left: 12.5px;
    width: 10px;
    height: 10px;
}
.page-program .section-4 .md-form-2 .ui.radio.checkbox .box:before, .ui.radio.checkbox label:before{
    top: 15px;
    left: 10px;
}
.page-program .section-4 .md-form-2 .ui.checkbox input.hidden+label{
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    width: 100%;
    padding: 15px 15px 15px 35px;
}
.page-program .section-4 .md-form-2 .ui.radio.checkbox{
    width: 100%;
    min-height: auto;
}
.page-program .section-4 .md-form-2  .ui.checkbox.checked input.hidden+label{
    border: 1px solid #02C879;
    border-radius: 8px;
}
.page-program .section-4 .md-form-2 .ui.checkbox{
    width: 100%;
    min-height: auto;
}
.page-program .section-4 .md-form-2 .ui.checkbox .box:before, .ui.checkbox label:before{
    top: 15px;
    left: 10px;
}
.page-program .section-4 .md-form-3 .ui.radio.checkbox input:checked~.box:after,.page-program .section-4 .md-form-3 .ui.radio.checkbox input:checked~label:after{
    background: #FFF !important;
    color: #FFF;
}
.page-program .section-4 .md-form-3 .ui.checkbox input:checked~.box:after, .page-program .section-4 .md-form-3 .ui.checkbox input:checked~label:after{
    top: 15.5px;
    left: 11.5px;
    width: 10px;
    height: 10px;
    color: #FFF;
}
.page-program .section-4 .md-form-3 .ui.checkbox input:checked~.box:before,.page-program .section-4 .md-form-3 .ui.checkbox input:checked~label:before{
    background: #02C879 !important;
    color: #02C879;
    border-color: #02C879;
}
.page-program .section-4 .md-form-6 .md-row{
    margin-bottom: 20px;
}
.page-program .section-4 .md-form-6 .md-row .md-col{
    float: left;
    width: 49%;
}
.page-program .section-4 .md-form-6 .md-row .md-col:first-child{
    margin-right: 2%;
}
.page-program .section-4 .md-form-6 input{
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 10px 15px;
    width: 100%;
    color: #999999;
}
.page-program .section-4 .md-form-6 .md-row label span{
    color: #FF0000;
}
.page-program .section-4 .md-form-6 textarea{
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 10px 15px;
    width: 100%;
    color: #999999;
}
.page-program .section-4 .md-form-6 input[type="button"]{
    color: #FFF;
    border-radius: 100px;
    padding: 12px 27px;
    background: #FF9C41;
    transition-duration: 0.5s;
    width: 30%;
    display: table;
    margin: 0 auto;
    border: 1px solid #FF9C41;
}
.page-program .section-4 .md-form-6 input[type="button"]:hover{
    color: #FF9C41;
    background: transparent;
    border: 1px solid #FF9C41;

}
.page-program .section-4 .md-form-6 .md-question{
    padding-top: 30px;
}
.page-program .section-4-1{
    margin-bottom: 100px;
}
.page-program .section-4-1 h4{
    text-align: center;
    font-size: calc(8px + 1vw);
    margin-bottom: 25px;
}
.page-program .section-4-1 img{
    width: 100%;
    margin-bottom: 5px;
}
.page-program .section-4-1 p{
    margin-bottom: 10px;
}
.page-program .section-4-1 a{
    color: #FE9F1B;
}
.page-program .section-4-1 h6{
    color: #02C879;
    font-size: calc(6px + 1vw);
}
.page-program .section-4-2{
    display: table;
    width: 65%;
    margin: 0 auto;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 20px;
}
.page-program .section-4-2 h4{
    text-align: center;
    font-size: calc(6px + 1vw);
    margin-bottom: 25px;
}
.page-program .section-4-2 .md-row{
    margin-bottom: 20px;
}
.page-program .section-4-2 .md-row .md-col{
    width: 48%;
    float: left;
}
.page-program .section-4-2 .md-row .md-col:first-child{
    margin-right: 4%;
}
.page-program .section-4-2 label{
    display: block;
}
.page-program .section-4-2 input{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}
.page-program .section-4-2 input::placeholder{
    color: #333333;
    opacity: 0.7;
}
.page-program .section-4-2 .ui.selection.dropdown{
    width: 100%;
    padding: 11px 20px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}
.page-program .section-4-2 .ui.default.dropdown:not(.button)>.text, .ui.dropdown:not(.button)>.default.text{
    color: #333333;
    opacity: 0.7;
}
.page-program .section-4-2 textarea{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}
.page-program .section-4-2 textarea::placeholder{
    color: #333333;
    opacity: 0.7;
}
.page-program .section-4-2 input[type='button']{
    width: 60%;
    display: table;
    margin: 0 auto;
    background: #FF9C41;
    border-radius: 50px;
    padding: 15px 0px;
    color: #fff;
    border: 1px solid #FF9C41;
    transition-duration: 0.5s;
}
.page-program .section-4-2 input[type='button']:hover{
    background: #FFF;
    color: #FF9C41;
}

@media screen and (max-width: 767px){
    .body-program .page-header{
        background: url(../images/page-about/banner-1-mb.png) no-repeat;
        background-size: 100% 100%;
    }
    .page-program .section-1 .md-content .content{
        width: 100%;
        padding: 20px;
        margin-bottom: 0px;
    }
    .page-program .section-1{
        margin-bottom: 30px;
    }
    .page-main .section-2{
        margin-bottom: 30px;
    }
    .page-program .section-2 .md-title h4{
        width: 100%;
    }
    .page-program .section-2 .main-content{
        height: auto !important;
        margin-bottom: 40px;
    }
    .page-program .section-2 .md-row{
        margin-bottom: 0px;
    }
    .page-program .section-2 h6{
        font-size: calc(10px + 1.5vw);
        width: 90%;
    }
    .page-program .section-2 .content img{
        display: none;
    }
    .page-program .section-3{
        margin-bottom: 30px;
    }
    .page-program .section-4{
        width: 100%;
        margin-bottom: 30px;
    }
    .page-program .section-4 .md-question{
        display: block;
        text-align: center;
    }
    .page-program .section-4 .md-question span{
        display: table;
        margin: 0 auto 5px auto;
        padding: 4px 10px;
    }
    .page-program .section-4 .md-question p{
        display: block;
        font-size: calc(7px + 1.5vw);
    }
    .page-program .section-4 .md-form-1 p.ps-ab{
        bottom: 10%;
    }
    .page-program .section-4 .md-form-6 .md-row .md-col{
        width: 100%;
        margin-right: 0px;
        float: none;
    }
    .page-program .section-4 .md-row .md-col{
        border: none;
    }
    .page-program .section-4 .md-form-6 input[type="button"]{
        width: 50%;
    }
    .banner-header h4{
        font-size: calc(15px + 3vw);
    }
    .page-program .section-4-1{
        margin-bottom: 40px;
    }
    .page-program .section-4-1 h4{
        font-size: calc(12px + 3vw);
    }
    .page-program .section-4-1 h6{
        font-size: calc(10px + 2vw);
    }
    .page-program .section-4-1 .col-md-3{
        margin-bottom: 30px;
    }
    .page-program .section-4-2{
        width: 100%;
        border: none;
    }
    .page-program .section-4-2 h4{
        font-size: calc(12px + 3vw);
    }
    .page-program .section-4-2 .md-row{
        margin-bottom: 0px;
    }
    .page-program .section-4-2 .md-row .md-col{
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 20px;
    }
    .page-program .section-4-2 input[type='button']{
        margin: 20px auto 0px auto;
        width: 100%;
        padding: 10px 0px;
    }
}
.page-about .section-1{
    margin-bottom: 70px;
}
.page-about .section-1 .md-content{
    margin-bottom: 30px;
}
.page-about .section-1 .md-content .md-img{
    width: 30%;
    display: table-cell;
    padding-right: 5%;
}
.page-about .section-1 .md-content .content{
    padding-right: 0%;
}
.page-about .section-1 .md-content-1 .md-img{
    width: 47%;
    display: table-cell;
}
.page-about .section-1 .md-content-1 .md-img.md-mobile{
    display: none !important;
}
.page-about .section-1 .md-content-1 .content{
    padding-right: 3%;
}
.page-about .section-1 .md-content-2{
    width: 80%;
    display: table;
    margin: 0 auto;
    padding: 15px 0px;
    border-bottom: 2px solid #02C879;
    text-align: justify;
}
.page-about .section-1 .md-content-3{
    width: 80%;
    display: table;
    margin: 0 auto;
    padding-top: 30px;
    text-align: justify;
}
.page-about .section-1 .md-content-3 .content .left-content{
    float: left;
    width: 48.5%;
    margin-right: 3%;
    padding: 15px 20px;
    background: #F2FAF4;
}
.page-about .section-1 .md-content-3 .content .right-content{
    float: left;
    width: 48.5%;
    padding: 15px 20px;
    background: #F2FAF4;
}
.page-about .section-3{
    text-align: justify;
}
.page-about .section-4{
    position: relative;
    margin-bottom: 60px;
}
.page-about .section-4 .md-content{
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}
.page-about .section-4 .md-content p span {
    display: block;
    color: #333;
    font-weight: 500;
}
.page-about .section-4{
    margin-top: 20px;
    position: relative;
    padding-top: 30px;
}
.page-about .section-4 .md-bg{
    width: 97%;
    height: 80%;
    background: #F2FAF4;
    position: absolute;
    right: 0%;
    top: 0%;
    z-index: -1;
}
.page-about .section-4 .md-content{
    margin-left: 100px;
}
.page-about .section-4 .md-content .item{
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}
.page-about .section-4 .md-content .item p{
    padding: 30px 0px 0px 20px;
}
.page-about .section-4 .md-content .owl-dots{
    display: none;
}
.page-about .section-4 .md-content .owl-carousel .owl-nav span{
    display: none;
}

.page-about .section-4 .md-content .owl-carousel .owl-nav .owl-prev{
    background: url(../images/page-about/ico-prev.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(68, 177, 91, 0.2);
    position: absolute;
    right: calc(15% + 40px);
    top: -70px;
}

.page-about .section-4 .md-content .owl-carousel .owl-nav .owl-next{
    background: url(../images/page-about/ico-next.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(68, 177, 91, 0.2);
    position: absolute;
    right: 15%;
    top: -70px;
}
.page-about .section-4 .md-content .owl-carousel .owl-nav .owl-next:focus{
    outline: none;
}
.page-about .section-4 .md-content .owl-carousel .owl-nav .owl-prev:focus{
    outline: none;
}

@media screen and (max-width: 767px){
    .page-about .section-1{
        margin-bottom: 20px;
    }
    .page-about .section-1 .md-content{
        border-bottom: 1px solid #AAE7C7;
    }
    .page-about .section-1 .md-content .md-img{
        width: 30%;
        display: table;
        margin: 0 auto 20px auto;
        
    }
    .page-about .section-1 .md-content-1 .md-img{
        width: 100%;
        padding-right: 0%;
        margin-bottom: 0px;
    }
    .page-about .section-1 .md-content-1 .content{
        padding: 0px;
        margin-top: 20px;
    }
    .page-about .section-1 .md-content{
        margin-bottom: 0px;
    }
    .page-about .section-1 .md-content-2{
        width: 100%;
    }
    .page-about .section-1 .md-content-1 .md-img.md-desktop{
        display: none !important;
    }
    .page-about .section-1 .md-content-1 .md-img.md-mobile{
        display: block !important;
    }
    .page-about .section-4 .md-content{
        margin: 0px;
        box-shadow: none;
    }
    .page-about .section-4{
        background: linear-gradient(to bottom, #daf1e5 0%, #ffffff 100%);
    }
    .page-about .section-4 .md-content .item{
        margin-bottom: 30px;
        box-shadow: none;
    }
    .page-about .section-4 .md-content .item img{
        width: 100%;

    }
    .page-about .section-1 .md-content-3{
        width: 100%;
    }
    .page-about .section-1 .md-content-3 .content .left-content{
        width: 100%;
        float: none;
        margin: 0 0 20px;
        height: auto !important;
    }
    .page-about .section-1 .md-content-3 .content .right-content{
        width: 100%;
        float: none;
    }
}
.page-LGS .section-1 .md-content-2{
    display: table;
}
.page-LGS .section-1 .md-content-2 .md-left{
    display: table-cell;
    width: 50%;
    padding-right: 5%;
}
.page-LGS .section-1 .md-content-2 .md-left .main-content .text-1{
    margin-bottom: 15px;
}
.page-LGS .section-1 .md-content-2 .md-left .main-content .text-1 img{
    width: 5%;
    float: left;
}
.page-LGS .section-1 .md-content-2 .md-left .main-content .text-1 p{
    width: 92%;
    float: right;
    color: #333;
    font-weight: 700;
}
.page-LGS .section-1{
    position: relative;
}
.page-LGS .section-1 .md-content-2 .md-right{
    display: table-cell;
    width: 30%;
    padding-right: 5%;
    vertical-align: middle;
}
.page-LGS .section-1 .md-content-2 .md-right h4{
    font-size: calc(4px + 1.7vw);
}
.page-LGS .section-1 .md-content-2 .md-right img{
    width: 100%;
    margin-bottom: 10px;
}
.page-LGS .section-1 .md-content-2 .md-right p{
    padding: 0px 20px;
    text-align: center;
    font-size: calc(2px + 1vw);
}
.page-LGS .section-1 .md-bg{
    position: absolute;
    width: 32%;
    height: 76%;
    right: 0%;
    bottom: 0%;
    background: rgba(68, 177, 91, 0.1);
}
.page-LGS .section-3 .md-content {
    display: table;
}
.page-LGS .section-3 .left-content {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.page-LGS .section-3 .right-content{
    float: left;
    width: 49%;
}
.page-LGS .section-3 .left-content img{
    width: 100%;
}
.page-LGS .section-3 .right-content img{
    width: 100%;
    margin-bottom: 50px;
}
.page-LGS .section-3 .right-content .md-row{
    width: 50%;
    float: left;
    text-align: center;
}
.page-LGS .section-3 .right-content .md-row .md-col{
    margin-bottom: 30px;
}
.page-LGS .section-3 .right-content .md-row p{
    margin-bottom: 0px;
    color: #02C879;
    font-weight: 700;
    font-size: calc(4px + 1.5vw);
    line-height: 1.2;
}
.page-LGS .section-3 .right-content .md-row span{
    font-size: calc(2px + 1vw);
}
@media screen and (max-width: 767px){
    .page-LGS .section-1 .md-content-2{
        display: block;
    }
    .page-LGS .section-1 .md-content-2 .md-left{
        display: block;
        width: 100%;
        padding: 0px;
    }
    .page-LGS .section-1 .md-content-2 .md-right{
        width: 100%;
        display: none;
        
    }
    .page-LGS .section-1 .md-right{
        background: rgba(68, 177, 91, 0.1);
        padding: 30px 0px;
    }
    .page-LGS .section-1 .md-right h4{
        font-size: calc(10px + 3vw);
        text-align: center;
    }
    .page-LGS .section-1 .md-right img{
        width: 100%;
        margin-bottom: 10px;
    }
    .page-LGS .section-1 .md-right p{
        font-size: calc(4px + 1.5vw);
        text-align: center;
    }
    .page-LGS .section-3 .right-content{
        float: none;
        width: 100%;
    }
    .page-LGS .section-3 .right-content .md-row p{
        font-size: calc(15px + 3vw);
    }
    .page-LGS .section-3 .right-content .md-row span{
        font-size: calc(7px + 1.5vw);
    }
    .page-LGS .section-2{
        margin-bottom: 40px;
    }
    .page-LGS .section-1{
        margin-bottom: 40px;
    }
}

.page-khoihanh .nav{
    display: block;
}
.page-khoihanh .nav-tabs .nav-item{
    width: 25%;
    float: left;
    text-align: center;
    background:  #E7F9F2;
    padding: 15px 5px;
    color: #333;
    font-weight: 700;
    border: none;
    border-radius: 0px;
    font-size: calc(3px + 0.9vw);
}
.page-khoihanh .nav-tabs .nav-item.active{
    background: #02C879;
    color: #FFF;

}
.page-khoihanh .tab-content{
    border: 1px solid #02C879;
    background: #FFF;
    padding: 30px 50px;
}
.page-khoihanh .section-1 .main-content{
    padding-left: 20px;
}
.page-khoihanh .section-1 .main-content .text-1 img{
    width: 3%;
    float: left;
}
.page-khoihanh .section-1 .main-content .text-1 p{
    width: 95%;
    float: right;
    color: #333;
    font-weight: 700;

}
.page-khoihanh .section-1 .main-content .text-1{
    margin-bottom: 15px;
}
.page-khoihanh .section-4 img{
    width: 100%;
}
.page-khoihanh .section-4 a{
    color: #FFF;
    border-radius: 100px;
    padding: 10px 27px;
    background: #FF9C41;
    border: 1px solid #FF9C41;
    transition-duration: 0.5s;
    display: table;
    margin: 40px auto 0 auto;
    text-align: center;
}
.page-khoihanh .section-4 a:hover{
    color: #FF9C41;
    background: #FFF;

}
.page-FAQ .accordion-flush .accordion-item{
    border: none;
}
.page-FAQ .md-title{
    padding: 30px 0px 0px;
}
.page-FAQ .accordion-flush .accordion-item .accordion-button{
    padding: 15px;
    color: #333333;
    background: #F0F0F0;
    font-weight: 700;
}
.page-FAQ .accordion-flush .accordion-item .accordion-button:focus{
    box-shadow: none;
}
.page-FAQ .accordion-button::after{
    background: url(../images/page-FAQ/ico-1.png) no-repeat;
    background-size: 100% 100%;
}
.page-FAQ .accordion-button:not(.collapsed)::after{
    background: url(../images/page-FAQ/ico-2.png) no-repeat;
    background-size: 100% 100%;
}
.page-FAQ .accordion-header{
    margin-bottom: 10px;
}
.page-FAQ .section-1 .md-title p{
    font-size: calc(10px + 1vw);
    margin-bottom: 15px;
}
.page-FAQ .section-1 .md-collapse{
    margin-bottom: 40px;
}
.page-FAQ .section-1{
    margin-bottom: 0px;
}

@media screen and (max-width: 767px){
    .page-khoihanh .nav-tabs .nav-item{
        width: 50%;
        font-size: calc(3px + 2vw);
    }
    .page-khoihanh .tab-content{
        padding: 30px 0px;
        border: none;
    }
    .page-khoihanh .section-1{
        margin-bottom: 0px;
    }
    .page-FAQ .section-1 .md-title p{
        font-size: calc(12px + 2vw);
    }
    .page-khoihanh ul li{
        display: table;
        width: 100%;
        padding: 15px 30px;
        border-radius: 100px;
        margin-bottom: 20px;
    }
    .page-khoihanh ul li img{
        width: 60% !important;
        display: table-cell;
    }
    .page-khoihanh ul li p{
        display: table-cell;
        width: 80%;
        vertical-align: middle;
        color: #FFF;
        font-weight: 700;
        /*padding-left: 15px;*/
    }
    .page-khoihanh ul li.child-1{
        background: #FC424B;
    }
    .page-khoihanh ul li.child-2{
        background: #FFB800;
    }
    .page-khoihanh ul li.child-3{
        background: #00CEE8;
    }
    .page-khoihanh ul li.child-4{
        background: #03A9F5;
    }
    .page-khoihanh ul li.child-5{
        background: #065381;
    }
    .page-khoihanh .section-4 a{
        width: 100%;
        margin: 0px;
        padding: 15px 0px;
    }
}
.page-career  .main-content{
    border: 1px solid #DEDEDE;
    padding: 20px;
}
.page-career  .main-content h6{
    font-size: calc(6px + 1vw);
    font-weight: 700;
    color: #333333;
}
.page-career  .main-content .text-0{
    margin-bottom: 5px;
}
.page-career  .main-content .text-0 img{
    float: left;
    width: 5%;
    margin-top: 3px;
    max-width: 15px;
}
.page-career  .main-content .text-0 p{
    float: right;
    width: 92%;
    color: #333333;
    font-weight: 400;
}
.page-career  .main-content .md-button{
    margin-top: 20px;
}
.page-career  .row .col-md-6{
    margin-bottom: 40px;
}
.page-career  .main-content .md-button .left-button{
    color: #02C879;
    border-radius: 100px;
    border: 1px solid #02C879;
    padding: 7px 0px;
    transition-duration: 0.5s;
    width: 45%;
    float: left;
    text-align: center;
    margin-left: 2.5%;
    margin-right: 5%;
}
.page-career  .main-content .md-button .left-button:hover{
    background: #02C879;
    color: #FFF;
}
.page-career  .main-content .md-button .right-button{
    color: #FFF;
    border-radius: 100px;
    padding: 7px 0px;
    width: 45%;
    background: #FF9C41;
    transition-duration: 0.5s;
    float: left;
    text-align: center;
    border: 1px solid #FF9C41;
}
.page-career  .main-content .md-button .right-button:hover{
    background: #FFF;
    color: #FF9C41;
    border: 1px solid #FF9C41;
}
.page-career .md-pagination{
    display: table;
    margin: 0 auto;
}
.page-career .md-pagination .page-item .page-link{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    color: #404040;
    font-weight: 700;
    margin: 0px 2px;
    font-size: 14px;
    line-height: 1.4;
}
.page-career .md-pagination .page-item.active .page-link{
    background: #02C879;
    color: #FFF;

}
.page-career .md-pagination .page-item .page-link:focus{
    background: transparent;
    box-shadow: none;
}
.page-career .md-pagination .page-item:first-child .page-link{
    padding: 0px;
    border: none;
}
.page-career .md-pagination .page-item:last-child .page-link{
    padding: 0px;
    border: none;
}
.page-career .md-pagination .page-item .page-link img{
    width: 100%;
    height: auto;
}

.md-modal-fancybox{
    text-align: center;
    background: #FFF;
    width: 40%;
    display: none;
}
.md-modal-fancybox img{
    width: 50%;
    display: table;
    margin: 0 auto;
}
.md-modal-fancybox h3{
    text-transform: uppercase;
    color: #00a639;
}

p.error{
    color: #F93636;
    font-style: italic;
    font-size: calc(2px + 0.8vw);
    margin-bottom: 0px;
    padding-top: 8px;
}
.page-career .detail-content{
    margin-bottom: 60px;
}
.page-career .detail-content .left-detail{
    float: left; 
    width: 68%;
}
.page-career .detail-content .left-detail .md-col{
    margin-bottom: 40px;
}
.page-career .detail-content .left-detail p{
    margin-bottom: 5px;
}
.page-career .detail-content .left-detail h6{
    font-weight: 700;
    font-size: calc(4px + 1vw);
    margin-bottom: 20px;
}
.page-career .detail-content .right-detail{
    float: right; 
    width: 28%;
    background: #E9FCF4;
    border: 1px solid #02C879;
    border-radius: 5px;
    padding: 20px;
}
.page-career .detail-content .right-detail .md-col{
    margin-bottom: 20px;
}
.page-career .detail-content .right-detail .md-col:last-child{
    margin-bottom: 0px;
   
    
}
.page-career .detail-content .right-detail .md-col a{
    color: #FFF;
     color: #FFF;
    border-radius: 50px;
    padding: 7px 0px;
    background: #FF9C41;
    transition-duration: 0.5s;
    text-align: center;
    border: 1px solid #FF9C41;
    display: block;
}
.page-career .detail-content .right-detail .md-col a:hover{
    background: #FFF;
    color: #FF9C41;
}
.page-career .detail-content .right-detail .md-col p{
    font-weight: 700;
}
.page-career .md-same-row .md-title-row{
    color: #02C879;
    font-size: calc(6px + 1vw);
    margin-bottom: 20px;
}

@media screen and (max-width: 767px){
    .page-career .main-content h6{
        font-size: calc(10px + 2vw);
    }
    .page-career .main-content .text-0 img{
        margin-top: 1px;
    }
    .md-modal-fancybox{
        width: 90%;
    }
    .page-career .detail-content .left-detail{
        float: none;
        width: 100%;
    }
    .page-career .detail-content .left-detail h6{
        font-size: calc(7px + 1.5vw);
    }
    .page-career .md-same-row .md-title-row{
        font-size: calc(9px + 1.5vw);
    }
    .page-career .detail-content .right-detail{
        width: 100%;
    }
}

.page-program-chitiet .detail-content .left-detail{
    width: 100%;
}
.page-program-chitiet .section-4-2{
    width: 100%;
    border: none;
}
.page-program-chitiet .left-content{
    width: 68%;
    float: left;
}
.page-program-chitiet .right-content{
    width: 28%;
    float: right;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 15px;
}
.page-program-chitiet  .section-4-2 .md-row .md-col{
    width: 100%;
    margin-right: 0px !important;
    margin-bottom: 10px;
}
.page-program-chitiet  .section-4-2 .md-row {
    margin-bottom: 0px;
}
.page-program-chitiet .section-4-2 input[type='button']{
    width: 100%;
    margin: 10px auto 0 auto;
    padding: 10px 0px;
}
.page-program-chitiet .detail-content{
    margin-bottom: 0px;
}
@media screen and (max-width: 767px){
    .page-program-chitiet .left-content{
        width: 100%;
        float: none;
    }
     .page-program-chitiet .right-content{
        width: 100%;
        float: none;
        border: none;
        padding: 0px;
    }
    .page-program-chitiet .section-4-2 .md-row .md-col{
        margin-bottom: 20px;
    }
    .page-program-chitiet .section-4-2 input[type='button']{
        margin: 20px auto 0 auto;
    }
}
.page-contact .section-1 .left-content{
    width: 65%;
    float: left;
}
.page-contact .section-1 .md-row{
    margin-bottom: 20px;
}
.page-contact .section-1 .md-row .md-col{
    width: 48%;
    float: left;
}
.page-contact .section-1 .md-row .md-col:first-child{
    margin-right: 4%;
}
.page-contact .section-1 label{
    display: block;
}
.page-contact .section-1 input{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}
.page-contact .section-1 input::placeholder{
    color: #333333;
    opacity: 0.7;
}
.page-contact .section-1 .ui.selection.dropdown{
    width: 100%;
    padding: 11px 20px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}
.page-contact .section-1 .ui.default.dropdown:not(.button)>.text, .ui.dropdown:not(.button)>.default.text{
    color: #333333;
    opacity: 0.7;
}
.page-contact .section-1 textarea{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}
.page-contact .section-1 textarea::placeholder{
    color: #333333;
    opacity: 0.7;
}
.page-contact .section-1 input[type='button']{
    width: 60%;
    display: table;
    margin: 0 auto;
    background: #FF9C41;
    border-radius: 50px;
    padding: 15px 0px;
    color: #fff;
    border: 1px solid #FF9C41;
    transition-duration: 0.5s;
}
.page-contact .section-1 input[type='button']:hover{
    background: #FFF;
    color: #FF9C41;
}
.page-contact .section-1 .right-content{
    width: 30%;
    float: right;
}
.page-contact .section-1 .right-content img{
    width: 100%;
}
.md-modal-ungtuyen-fancybox{
    display: none;
    border-radius: 10px;
}

.md-modal-ungtuyen-fancybox h4{
    text-align: center;
    font-size: calc(8px + 1vw);
    font-weight: 700;
}
.md-modal-ungtuyen-fancybox input{
    width: 100%;
    padding: 7px 15px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}

.md-modal-ungtuyen-fancybox .md-col{
    margin-bottom: 15px;
}
.md-modal-ungtuyen-fancybox input[type=button]{
    background: #FF9C41;
    border-radius: 50px;
    padding: 7px 0px;
    color: #fff;
    border: 1px solid #FF9C41;
    transition-duration: 0.5s;
}
.md-modal-ungtuyen-fancybox input[type=button]:hover{
    background: #FFF;
    color: #FF9C41;
}
.modal-dialog{
    margin: 0px;
    width: auto;
    max-width: 100%;
}
.modal-body{
    padding: 10px 40px 24px 40px !important;
}
.modal-header{
    padding: 5px 15px;
    border: none; 
}
.input-file-container {
  position: relative;
} 
.js .input-file-trigger {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px;
  transition: all .4s;
  cursor: pointer;
  border: 1px dashed #D9D9D9;
  border-radius: 8px;
}
.js .input-file-trigger span{
    display: block;
    color: #666666;
    font-size: 12px;
}
.js .input-file {
  position: absolute;
  top: 0; left: 0;
  opacity: 0;
  cursor: pointer;
}

.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.js .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
.js .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}


@media screen and (max-width: 767px){
    .page-contact .section-1{
        width: 100%;
        border: none;
    }
    .page-contact .section-1 h4{
        font-size: calc(12px + 3vw);
    }
    .page-contact .section-1 .md-row{
        margin-bottom: 0px;
    }
    .page-contact .section-1 .md-row .md-col{
        width: 100%;
        margin-right: 0px !important;
        margin-bottom: 20px;
    }
    .page-contact .section-1 input[type='button']{
        margin: 20px auto 0px auto;
        width: 100%;
        padding: 10px 0px;
    }
    .page-contact .section-1 .left-content{
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .page-contact .section-1 .right-content{
        float: none;
        width: 100%;
    }
    .md-modal-ungtuyen-fancybox h4{
        text-align: center;
        font-size: calc(12px + 3vw);
    }
}
.ui.selection.dropdown{
    min-height: auto;
}