@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
button:hover {
    cursor: pointer;
}
a:hover {
    cursor: pointer;
}
*:focus {
    outline: 0 !important;
}
a:focus, a:hover, a:active {
    color: #027b88;
}
.fw-bold
{
    font-weight: bold;
}
.color_black
{
    color: black;
}
.full__main.show{
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
/*------------------margin -------------------------*/
.mr-bottom-10px 
{
    margin-bottom: 10px;
}
.mr-bottom-15px 
{
    margin-bottom: 15px;
}
.mr-bottom-20px 
{
    margin-bottom: 20px;
}
/*--------------end margin -------------------------*/
/*-------------- font size -------------------------*/
.fz-18
{
    font-size: 18px;
}
/*---end padding----*/
.clear {
    clear: both;
}
.clear.height10 {
    height: 10px;
}
.clear.height20 {
    height: 20px;
}
.clear.height30 {
    height: 30px;
}
.clear.height50 {
    height: 50px;
}
.clear.border1 {
    border-top: 1px solid #dedede;
    margin: 15px 0px;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}
a:hover {
    text-decoration: none !important;
}
a:focus {
    outline: none !important;
}
a:link {
    text-decoration: none;
}
html, body {
    font-family: 'Roboto', sans-serif !important;
    margin: 0px;
    padding: 0px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
.noBorder{
    border: none;
}
.noBorder:after{
    display: none;
}
.padding_content{
    padding: 0px 0px 10rem;
    width: 100%;
}
.mess_alert
{
    color: red;
    margin-top: 5px;
}
/*-------------- //////////////// --------------*/
                /*-- HEADER --*/
/*-------------- //////////////// --------------*/
.sticky
{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    
}
#header{
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    background: white;
    border-top: 2px solid #b83234;
}
/*-------------- logo --------------*/
.top{
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
}
.box_logo img{
    height: 80px;
    padding: 10px 0px;
}
/*-------------- top --------------*/
.top{
    margin: 5px 0;
    position: relative;
}
.tools_top{
    margin-right: 1rem;
}
.tools_top ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.tools_top ul li{
    float: left;
}
.tools_top ul li a{
    color: #333;
    font-weight: 600;
    font-size: 1rem;
    padding: 0px 15px;
    position: relative;
}
.tools_top ul li a:after{
    content: '';
    position: absolute;
    right: 0px;
    top: 10%;
    width: 1px;
    height: 80%;
    background-color: #ccc;
}
/* .top .socials{
    margin: 0px 1rem 0px 0px;
}
.top .socials a{
    padding: 0px 3px;
} */
.top .hotline{
    background-color: #b83234;
    margin-top: -10px;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    border-radius: 0 0 4px 4px;
}
.top .hotline a{
    color: #FFF;
}
.top .hotline span{
    font-weight: 500;
}
.box_overplay
{
    display: none;
}
.box_overplay .overplay_footer
{
    position: fixed;

    left: 0;
    top: 0;
    background: rgba(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.box_overplay #loading_footer
{
    display: block;
    width: 120px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1400;
}
.langBox{
    margin: -5px 0px 0px 1rem;
}
/*-------------- menu top --------------*/
.box_menu_search{
    width: 100%;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    height: 35px;
}
.menu_top{
    margin-right: 1rem;
}
.menu_top ul{
    margin: 0px;
    padding: 0px;
}
.menu_top ul li{
    float: left;
    list-style: none;
    position: relative;
    height: 40px;
    line-height: 40px;
}
.menu_top ul li a{
    color: #333;
    padding: 0px 15px;
    font-weight: 600;
    font-size: 1rem;
}
.menu_top ul li a:hover{
    color: #106BA6;
}
.menu_top ul li ul{
    position: absolute;
    top: 40px;
    left: 0;
    width: 250px;
    background: #ffffff;
    visibility: hidden;
    padding: 10px 0;
    z-index: 9999;
    box-shadow: 0 8px 32px rgb(3 44 71 / 24%);
}
.menu_top ul li ul li{
    width: 100%;
    padding: 5px 10px;
    height: auto;
    line-height: 20px;
    border-bottom: 1px dashed #ddd;
}
.menu_top ul li ul li:last-child{
    border: none;
}
.menu_top ul li:hover ul{
    visibility: visible;
}
.menu_top ul li ul li a{
    font-size: 0.9rem;
    font-weight: 400;
    padding: 0px 5px;
}
/*-------------- search --------------*/
.searchBox{
    border: 1px solid #747C87;
    box-sizing: border-box;
    border-radius: 50px;
    width: 280px;
}
.searchBox form{
    width: 100%;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.searchBox input{
    border: none;
    outline: none;
    width: calc(100% - 40px);
    padding-left: 10px;
}
.searchBox button{
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 20px;
    background: transparent;
}
/*----------- bannerSlide -----------*/
.bannerSlide
{
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px 0px 0px 200px; 
    color: white;
    position: relative;
}
.bannerSlide .bel1,.bannerSlide .bel2
{
    position: absolute;
}
.bannerSlide .bel1
{
    top: 10px;
    right: 0;
}

.bannerSlide .bel2
{
    bottom: 20px;
    right: 100px;
}

.bannerSlide .boxNextPrev
{
    position: absolute;
    top: 39%;
    transform: translateY(-50%);
    z-index: 300;
    width: 100%;
}
.bannerSlide  .videoSlide
{
    position: relative;
}
.bannerSlide .boxNextPrev .swiper-button-next-unique
{ 
    position: absolute;
    right: 0px;
}
.bannerSlide .boxNextPrev .swiper-button-prev-unique
{ 
    position: absolute;
    left: 00px;
}
.bannerSlide .boxNextPrev .swiper-button-prev-unique img
{
    transform: rotate(-180deg);
}
.bannerSlide .swiper-pagination-bullet
{
    width: 15px;
    height: 15px;
    background: #fff;
}
.bannerSlide .swiper-container-horizontal >.swiper-pagination-bullets, 
.bannerSlide .swiper-pagination-custom, 
.bannerSlide .swiper-pagination-fraction
{
    bottom: 30px;
}
.bannerSlide .swiper-pagination-bullet-active
{
    background: linear-gradient(349.47deg, #FFEB01 -49326.76%, #FFA600 -38337.84%);
}
.bannerSlide .boxNextPrev .swiper-button-prev-unique img,
.bannerSlide .boxNextPrev .swiper-button-next-unique img
{
    width: 66px;
    height: 66px;
}
.bannerSlide .box 
{
    padding: 50px 0px;
}
.bannerSlide .box .title
{
    font-weight: bold;
    font-size: 64px;
    line-height: 84px;
}
.bannerSlide .box .desc
{
    font-size: 20px;
    font-weight: 400;
    padding: 20px 0px 40px 0px;
}

.bannerSlide .box .boxBtn a
{
    display: inline-block;
    background: linear-gradient(349.47deg, #FFEB01 -49326.76%, #FFA600 -38337.84%);
    border-radius: 30px;
    padding: 6px 30px;
    color: white;
    font-size: 20px;
}
.bannerSlide .box img 
{
    display: block;
    max-width: 100%;
}
.bannerSlide .bg_slider{
    min-height: 600px;
    border-radius: 0px 0px 0px 180px;
}
/*-------------- about --------------*/
.about_section{
    padding: 3rem;
}
.about_section h2{
    text-align: center;
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 2rem;
}
.about_section .boxImg img{
    width: 100%;
}
.about_section .content .des{
    text-align: justify;
}
.about_section .content .viewMore{
    color: #013A93;
    font-weight: 500;
    font-size: 1.1rem;
    width: 160px;
    background-image: url('/assets/images/mailam/icArrow.png');
    background-position: 104px 7px;
    background-size: 26px 10px;
    background-repeat: no-repeat;
    float: left;
    margin-top: 1rem;
}
.about_section .content .viewMore:hover{
    color: #08306d;
}
/*------------ coursebasic ------------*/ 
.coursebasic 
{
    padding: 40px 0px;
}
.coursebasic .title
{
    text-align: center;
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 2rem;
}
.coursebasic .wrap  .left
{
    filter: drop-shadow(0px 0px 6px rgba(0 0 0 / 24%));
}
.coursebasic .wrap .left
{
    width: 100%;
    height: 100%;
    border-radius: 50px 0px 0px 0px;
    overflow: hidden;
    background: white;
}
.coursebasic .wrap .left .item
{
    padding: 0px 40px;
}
.coursebasic .wrap .left .item1
{
    padding: 14px;
    justify-content: center;
    background: #C8E1FF;
    align-items: center;
}
.coursebasic .wrap .left .item1 .price_sale
{
    font-size: 36px;
    font-weight: 700;
    color: #013A93;
    margin-right: 14px;
}
.coursebasic .wrap .left .item1 .price_main
{
    font-size: 28px;
    font-weight: 400;
    color: #013A93;
    text-decoration: line-through;
}
.coursebasic .wrap .left .item2 
{
    text-align: center;
}
.coursebasic .wrap .left .item2  .flexCountDate
{
    justify-content: center;
}
.coursebasic .wrap .left .item2  .flexCountDate .itemCount
{
    padding: 0px 14px;
}
.coursebasic .wrap .left .item2 .chl1
{
    padding: 22px;
    font-size: 24px;
    font-weight: 500;
}
.coursebasic .wrap .left .item2 .chl2
{
    color: #0061C1;
    padding-bottom: 22px;
}
.coursebasic .wrap .left .item2 .chl2 .circle
{
    font-weight: 700;
    width: 65px;
    height: 65px;
    border: 1px solid #0061C1;
    display: inline-flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 2rem;
}
.coursebasic .wrap .left .item2 .chl2 .textCircle
{
    font-size: 16px;
}
.coursebasic .wrap .left .item2 .chl3
{
    margin-bottom: 15px;
}
.coursebasic .wrap .left .item2 .chl3 .btn_register
{
    font-size: 20px;
    font-weight: 500;
    color: white;
    background: linear-gradient(349.47deg, #FFEB01 -49326.76%, #FFA600 -38337.84%);
    border-radius: 50px;
    padding: 8px 30px;
    display: inline-block;
}
.coursebasic .wrap .left .item3 .contentitems 
{
    padding: 11px 0px;
}

.coursebasic .wrap .left .item3 .contentitems:not(:last-child)
{
    border-bottom: 1px solid #ddd;
}
.coursebasic .wrap .right
{
    height: 100%;
}
.coursebasic .wrap .right .item1
{
    text-align: justify;
    line-height: 28px;
    font-size: 15px;
    color: #182537;
    margin-bottom: 20px;
}
.coursebasic .wrap .right .item2 .icon_title
{
    margin-right: 18px;
}
.coursebasic .wrap .right .item2  .icon
{
    margin-right: 10px;
}
.coursebasic .wrap .right .item2  .icon img
{
    max-width: 100%;
    width: 20px;
}
.coursebasic .wrap .right .item2  .text
{
    font-size: 15px;
}
.coursebasic .wrap .right .item2  .text .name
{
    font-weight: bold;
    color:    #182537;
}
.coursebasic .wrap .right .item2
{
    margin-bottom: 20px;
}
.coursebasic .wrap .right  .item3 a 
{
    display: block;
    margin-right: 10px;
    color: #013A93;
    font-size: 18px;
    font-weight: 500;
    background-size: 40px auto;
    background-position: 120px -6px;
    background-repeat: no-repeat;
    padding-right: 50px;
}   
.coursebasic .videos_share
{
    padding: 30px 0px 0px 0px !important;
    /* height: 69% !important; */
}   
.coursebasic .videos_share .frame
{
    height: 100%  !important;
}
.coursebasic .videos_share  .slideText .title {
    font-size: 24px  !important;
    margin-bottom: 0 !important;
}
.coursebasic .videos_share .slideText .date
{
    display: none !important;
}
/*-------------- partner --------------*/ 
.partner_section{
    padding: 3rem 0 0rem;
}
.partner_section h2{
    text-align: center;
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 1rem;
} 
.partner_section .item{
    width: 100%;
    height: 100px;
    text-align: center;
    margin: 1.5rem 0; 
}
.partner_section .item img{
    height: 90%;
    margin-top: 3%;
}
/*-------------- course --------------*/
.course_section{
    background: linear-gradient(180deg, #0061C1 -9%, #0046A1 79.62%);
    border-radius: 200px 0px 0px 0px;
    padding: 5rem 0;
    position: relative;
}
.course_section h2{
    text-align: center;
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    color: #FFF;
} 
.course_section .item{
    background-color: #FFF;
    border-radius: 25px 0px 25px 0px;
    overflow: hidden;
    margin-bottom: 2rem;
    position: relative;
    z-index: 10
}
.course_section .item .boxImg{
    background-position: center;
    background-size: cover;
    height: 180px; 
}
.course_section .item h3{
    margin: 10px;
    font-size: 1.1rem;
    font-weight: 600;
}
.course_section .item a{
    color: #333;
}
.course_section .item a:hover{
    color: #FFA600;
}
.course_section .item .boxPrice{
    width: 92%;
    display: inline-flex;
    justify-content: flex-start;
    margin: 0px 10px;
}
.course_section .item .boxPrice .price{
    color: #013A93;
    font-weight: 600;
    font-size: 1.2rem;
}
.course_section .item .boxPrice .price.sale{
    color: #A3A8AF;
    font-size: 0.9rem;
    text-decoration: line-through;
    margin: 4px 0px 0px 15px;
}
.course_section .item .boxLink{
    border-top: 1px solid #f5f5f5;
    padding: 10px;
} 
.course_section .item .boxLink .btn_register{
    background: linear-gradient(349.47deg, #FFEB01 -49326.76%, #FFA600 -38337.84%);
    border-radius: 50px;
    width: 130px;
    text-align: center;
    height: 30px;
    color: #FFF;
    line-height: 30px;
    float: left;
}
.course_section .item .boxLink .btn_register:hover{
    background: #0050AD;
}
.course_section .item .boxLink .view_detail{
    float: right;
    width: 85px;
    background-image: url('/assets/images/mailam/icArrow.png');
    background-position: 48px 5px;
    background-size: 26px 10px;
    background-repeat: no-repeat;
    font-weight: 500;
    font-style: italic;
    color: #013A93;
    margin-top: 5px;
}
.course_section .viewAll{
    background: linear-gradient(349.47deg, #FFEB01 -49326.76%, #FFA600 -38337.84%);
    border-radius: 30px;
    width: 160px;
    margin: 1rem auto;
    display: table;
    text-align: center;
    height: 40px;
    color: #FFF;
    line-height: 40px;
}
.course_section .bgEl1{
    width: 50px;
    height: 50px;
    background-image: url('/assets/images/mailam/bg-el1.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 20px;
    bottom: 30%;
    z-index: 9
}
.course_section .bgEl2{
    width: 160px;
    height: 50px;
    background-image: url('/assets/images/mailam/bg-el2.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0px;
    top: 20%;
    z-index: 9
}
.course_section .bgEl3{
    width: 120px;
    height: 16px;
    background-image: url('/assets/images/mailam/bg-el3.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 20%;
    bottom: 10%;
    z-index: 9
}
/*-------------- news --------------*/
.news_section{
    padding: 3rem 0px 0px;
}
.news_section h2{
    text-align: center;
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 2rem;
} 
.news_section .item.two{
    margin-bottom: 1.5rem;
}
.news_section .item .boxImg{
    background-position: center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.news_section .item.one .boxImg{
    height: 350px;
    float: none;
    border-radius: 25px 0px 0px 0px;
}
.news_section .item.item_slide .boxImg{
    height: 230px;
}
.news_section .item.two .boxImg{
    float: left;
    height: 160px;
    border-radius: 25px 0px 25px 0px;
}
.news_section .item{
    box-sizing: border-box;
    border-radius: 0px 0px 25px 0px;
}
.news_section .item.one{
    background: #FFFFFF;
    border: 1px solid #DDDFE1;
    border-radius: 25px 0px 25px 0px;
}
.news_section .item .info{
    padding: 20px;
}
.news_section .item a{
    color: #333;
}
.news_section .item a:hover{
    color: #0b387e;
}
.news_section .item h3{
    font-size: 1.25rem;
    line-height: 25px;
}
.news_section .item.two h3{
    font-size: 1.2rem;
    line-height: 20px;
}
.news_section .item .des{
    text-align: justify;
    margin-bottom: 1rem;
}
.news_section .item .timePost{
    background-image: url('/assets/images/mailam/icCal.png');
    background-position: left top;
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #747C87;
}
.news_section .viewAll{
    background: linear-gradient(180deg, #0061C1 -9%, #0046A1 79.62%);
    border-radius: 30px;
    width: 160px;
    margin: 1rem auto;
    display: table;
    text-align: center;
    height: 40px;
    color: #FFF;
    line-height: 40px;
    font-weight: 500;
    font-size: 1.1rem;
}
.news_section .swiper-pagination-bullet {
    background: #222;
    margin: 0px 4px;
}
.news_section .swiper-pagination-bullet-active {
    background: linear-gradient(349.47deg, #FFEB01 -49326.76%, #FFA600 -38337.84%);
}
.news_section .swiper-container-horizontal>.swiper-pagination-bullets,.news_section .swiper-pagination-custom,.news_section .swiper-pagination-fraction {
    text-align: center;
    margin-top: 2rem;
}
/*======================== idea ========================*/
.idea_section{
    padding: 3rem 0px;
    background: linear-gradient(180deg, #0061C1 -9%, #0046A1 79.62%);
    border-radius: 0px 200px 0px 0px;
    position: relative;
}
.idea_section .box{
    position: relative;
}
.idea_section .idea_slider{
  padding-bottom: 30px;
}
.idea_section .title{
    font-weight: 700;
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 30px;
    color: #FFF;
    margin-bottom: 2rem;
}
.idea_section .des{
  text-align: center;
  margin-bottom: 2rem;
}
.idea_section .item{
  box-shadow: 4px 10px 10px rgb(80 87 99 / 5%), 0 0 50px rgb(80 87 99 / 10%);
  background-color: #FFF;
  margin: 15px 0px;
  padding: 20px;
  border-radius: 25px 0px 25px 0px;
  border: 1px solid #f5f5f5;
}
.idea_section .item .box_img_name{
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.idea_section .item .box_img_name .box_img{
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
}
.idea_section .item .box_img_name .box_name .name{
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
}
.idea_section .item .box_img_name .box_name .major{
  font-weight: 400;
}
.idea_section .item .idea_des{
  padding-top: 1.5rem;
  line-height: 22px;
  text-align: justify;
  color: #0061C1;
  background-image: url('/assets/images/mailam/icDes.png');
  background-size: 20px;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 105px;
}
.idea_section .bgEl1{
    width: 50px;
    height: 50px;
    background-image: url('/assets/images/mailam/bg-el1.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 5%;
    bottom: 30%;
}
.idea_section .bgEl2{
    width: 160px;
    height: 50px;
    background-image: url('/assets/images/mailam/bg-el2.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0px;
    top: 20%;
}
.idea_section .bgEl3{
    width: 120px;
    height: 16px;
    background-image: url('/assets/images/mailam/bg-el3.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 20%;
    bottom: 10%;
}
.idea_section .swiper-pagination-bullet {
    background: #DDDFE1;
}
.idea_section .swiper-pagination-bullet-active {
    background: linear-gradient(349.47deg, #FFEB01 -49326.76%, #FFA600 -38337.84%);
}
.swiper-button-prev2,
.swiper-button-next2 {
  position: absolute;
  top: 45%;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  width: 40px;
    height: 40px;
    background-position: center;
    background-size: 100%;
}
.swiper-button-prev2.swiper-button-disabled,
.swiper-button-next2.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev2 {
  right: auto;
  left: -40px;
  background-image: url(/assets/images/mailam/icPrev2.png);
}
.swiper-button-next2{
    right: -40px;
    left: auto;
    background-image: url(/assets/images/mailam/icNext2.png);
}
.swiper-button-prev2.swiper-button-white,
.swiper-button-next2.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev2.swiper-button-black,
.swiper-button-next2.swiper-button-black {
  --swiper-navigation-color: #000000;
}
/*======================== idea END ========================*/
/*------------------- options_course ----------------*/
.options_course{
    padding: 0 0 3rem;
}
.options_course h2.title
{   
    font-size: 2.2rem;
    text-align: center;
    font-weight: 700;
    padding: 20px 0px ;
}
.options_course .box
{
    overflow: hidden;
    position: relative;
    background: white;
    filter: drop-shadow(0px 0px 4px rgba(0 0 0 /20%));
    margin: 1rem 0;
}
.options_course .box.mobile
{
    border: 1px solid #ddd;
}
.options_course .above
{
    color: white;
    padding: 30px 20px 32px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.options_course .otherSale
{
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    right: 7px;
    top: 8px;
    z-index: 20;
}
.options_course .otherSale::before
{
    content: '';
    width: 70px;
    height: 188px;
    background: #FF0000;
    position: absolute;
    z-index: -1;
    right: -8px;
    top: -87px;
    transform: rotate(139deg);
}
.options_course .title
{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}
/*.options_course .price{
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
}*/
.options_course  .price_sale
{
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 5px;
}
.options_course .price_main
{
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    text-decoration: line-through;
    margin-bottom: 10px;
}
.options_course .img_des_box{
    width: 100%;
    display: inline-flex;
}
.options_course .desc
{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
}
.options_course  .below
{
    padding: 20px;
}
.options_course .below  .boxImg img
{ 
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.options_course .below .des 
{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    padding: 15px 0px;
    border-bottom: 1px solid #DDDFE1;
}
.options_course .below .des.mobile{
    text-align: left;
    padding: 0px 0px 1rem;
    margin-bottom: 1rem;
}
.options_course .benefitItem{
    background-image: url(/assets/images/mailam/icCheck.png);
    background-position: 0 6px;
    background-size: 18px;
    background-repeat: no-repeat;
    padding: 3px 0px 3px 28px;
}
.options_course  .benefit
{
    padding: 15px 0px;
    border-bottom: 1px solid #DDDFE1;
    color:  #182537;
    font-size: 16px;
}
.options_course  .btnBuynow
{
    background: linear-gradient(  349.47deg , #FFEB01 -49326.76%, #FFA600 -38337.84%);
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: white;
    padding: 6px 42px;
    border-radius: 21px;
}
.options_course  .btnBuynow:hover
{
    background: #c0810b;
}
.options_course  .btnOption
{
    text-align: center;
    padding: 20px 0px 0px 0px;
}
.options_course .swiper-pagination-bullet {
    background: #222;
    margin: 0px 4px;
}
.options_course .swiper-pagination-bullet-active {
    background: linear-gradient(349.47deg, #FFEB01 -49326.76%, #FFA600 -38337.84%);
}
.options_course .swiper-container-horizontal>.swiper-pagination-bullets,.options_course .swiper-pagination-custom,.options_course .swiper-pagination-fraction {
    text-align: center;
    margin-top: 2rem;
}
/*-------------- coursefor -------------*/
.coursefor
{
    padding: 4rem 0px 5rem;
    position: relative;
}
.coursefor::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #C8E1FF 0%, rgba(206, 224, 245, 0.192708) 61.35%);
    border-radius: 0px;
    transform: rotate(-180deg);
    z-index: -1;
    opacity: 0.5;
}
.coursefor h2.title
{
    font-weight: 700;
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 30px;
}
.coursefor .item
{   
   margin-bottom: 20px;
   font-size: 16px;
   text-align: justify;
   color: #182537;
}
.coursefor .box  img
{
    display: block;
    margin: 0 auto;
}
.coursefor .box  .btnCourseFor
{
    margin-top: 20px;
}
.coursefor .leftBG
{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.coursefor .row 
{
    justify-content: flex-end;
}
.coursefor .box  .btnCourseFor a 
{
    color: white;
    font-weight: 500;
    font-size: 1.1rem;
    background: linear-gradient(180deg, #0061C1 -9%, #0046A1 79.62%);
    border-radius: 30px;    
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.coursefor  .right
{
    padding: 20px 0px;
}
/*------------- VIDEO SHARE -----------*/
.videos_share
{
   padding: 40px 0px;
}

.videos_share h2.title
{
    font-weight: 700;
    text-align: center;
    font-size: 2.2rem;
}
.videos_share .frame {
    
}
.videos_share  .box {
    width: 100%;
    height: 100%;
    position: relative;
   
}
.videos_share .vdg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.videos_share  iframe {
    width: 100%;
    height: 400px;
}
.videos_share .frame
{
    overflow: hidden;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
    cursor: pointer;
    height: 240px;
}
.videos_share .boxIc
{
    position: absolute;
    z-index: 300;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.videos_share .boxIc img
{
    display: block;
    max-width: 100%;
}
/*  ==== */
.videos_share .share_video
{
    position: absolute;
    z-index: 300;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.videos_share .share_video img
{
    display: block;
    max-width: 100%;
}
/* === */
.videos_share .frame:hover .slideText
{
    bottom: 0 !important;
    
}
.videos_share .slideText
{
    position: absolute;
    width: 100%;
    padding: 20px;
    background: rgba(0 0 0 / 44%);
    color: white;
    bottom: -100%;
    z-index: 200;
    transition: 0.4s;
}
.videos_share .slideText .title
{
    font-size: 1.2rem;
    font-weight: 500;
}
.videos_share .slideText .date
{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.videos_share .slideText .date img
{
    display: block;
    margin-right: 10px;
}
.videos_share .slideText .date  .day
{
    font-size: 0.9rem;
    display: inline-block;
}
.videos_share .boxNextPrev
{
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    z-index: 300;
    width:100%;
}
.videos_share  .videoSlide
{
    position: relative;
}
.videos_share .boxNextPrev .swiper-button-next-unique
{ 
    position: absolute;
    right: -50px;
}
.videos_share .boxNextPrev .swiper-button-prev-unique
{ 
    position: absolute;
    left: -50px;
}
.videos_share .swiper-slide
{
    padding: 30px 0px 60px  0px;
}
.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
}
.videos_share  .swiper-pagination-bullet-active
{
   background: #0061C1;  
}
/*----------------- FAQS ---------------*/
.faq
{
    padding: 40px 0px;
    position: relative;
}
.faq::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #C8E1FF 0%, rgba(206, 224, 245, 0.192708) 61.35%);
    border-radius: 0px;
    transform: rotate(-180deg);
    z-index: -1;
    opacity: 0.5;
}
.faq h2.title
{
    font-weight: 700;
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 30px;
}
.faq .box img 
{
    max-width: 100%;
}
.faq .box .item
{
    padding: 15px;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    filter: drop-shadow(1px 0px 4px rgba(0 0 0 / 15%));
    margin-bottom: 15px;
}
.faq .box .item .title 
{
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
}
.faq .box .linetop .title .text
{
    color: #0061C1 ;
}
.faq .box .item .icon
{
    color: #A3A8AF;
}
.faq .box .item .content
{
    margin-top: 12px;
    line-height: 28px;
    display: none;
}
/*-------------- send mail --------------*/
.sendmail_section{
    position: absolute;
    top: -100px;
    left: 0px;
    width: 100%;
}
.sendmail_section .box{
    background: linear-gradient(180deg, #0061C1 -9%, #0046A1 79.62%);
    padding: 2.5rem 0;
    border-radius: 50px 0 50px 0;
}
.sendmail_section .box .contents{
    width: 60%;
    margin: auto;
}
.sendmail_section .box .contents .des{
    color: #FFF;
    text-align: center;
}
.sendmail_section .box .contents .des p{
    margin: 0px;
    line-height: 50px;
    font-size: 2.5rem;
    font-weight: 600;
}
.sendmail_section .box .contents .form{
    margin-top: 1rem;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}
.sendmail_section .box .contents .form input{
    background: #FFFFFF;
    border: 1px solid #DDDFE1;
    box-sizing: border-box;
    border-radius: 50px;
    outline: none;
    padding-left: 15px;
    height: 40px;
    width: calc(100% - 185px);
}
.sendmail_section .box .contents .form button{
    outline: none;
    border: none;
    background: linear-gradient(349.47deg, #FFEB01 -49326.76%, #FFA600 -38337.84%);
    border-radius: 50px;
    width: 170px;
    text-align: center;
    color: #FFF;
    font-size: 1.1rem;
}
.sendmail_section .box .contents .form button:hover{
    background: #bc8010;
}
/*-------------- breadrum --------------*/
.breadrum_section{
    background-color: #f5f5f5;
}
.breadrum_section ul{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.breadrum_section ul li{
    display: inline-block;
    line-height: 30px;
}
.breadrum_section ul li span{
    margin: 0px 10px;
    color: #ddd;
}
.breadrum_section ul li a{
    color: #333;
}
/*-------------- paging --------------*/
.paging{
    display: table;
    margin: 1rem auto;
}
.paging ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.paging ul li{
    background-color: #ddd;
    display: inline-block;
    border-radius: 2px;
    margin-right: 6px;
}
.paging  .sp_dots
{
    transform: translateY(17px) !important;
}
.paging ul li a{
    color: #004AA5 !;
    font-weight: 500;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: table;
}
.paging ul li.active, .paging ul li:hover{
    background-color: #004AA5;
}
.paging ul li.active a, .paging ul li:hover a{
    color: #FFF;
}
/*-------------- footer --------------*/
footer{
    background-color: #111316;
    position: relative;
}
#footer{
    padding: 12rem 0 2rem 0;
}
#footer .contact{
    color: #DDDFE1;
}
#footer .contact .boxLogo img{
    height: 75px;
}
#footer .contact ul{
    list-style: none;
    margin: 1rem 0;
    padding: 0px;
} 
#footer .contact ul li{
    line-height: 20px;
    padding: 5px 0px;
    background-position: 0 5px;
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 28px;
}
#footer .contact ul li.address{
    background-image: url('/assets/images/mailam/icAddress.png');
    background-position: 0 8px;
}
#footer .contact ul li.phone{
    background-image: url('/assets/images/mailam/icPhone.png');
}
#footer .contact ul li.mail{
    background-image: url('/assets/images/mailam/icMail.png');
}
#footer .socialsBox{
    width: 90%;
    display: inline-flex;
    justify-content: space-between;
} 
#footer .socials a{
    float: left;
    width: 30px;
    height: 30px;
    background-color: #DDDFE1;
    text-align: center;
    color: #111316;
    line-height: 30px;
    border-radius: 100%;
    font-size: 1.4rem;
    margin-right: 1rem;
}
#footer .socials a:hover{
    color: #111316;
    background-color: #FFA600;
}
#footer .socials a img{
    border-radius: 100%;
}
#footer .socials a.no-bg{
    background-color: transparent;
    border-radius: 100%;
    overflow: hidden;
}
.menu_footer .title{
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.menu_footer ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.menu_footer ul li{
    margin-bottom: 8px;
}
.menu_footer ul li a{
    color: #FFF;
}
.menu_footer ul li a:hover{
    color: #FFA600;
}
.boxBCT img{
    height: 40px;
}
.copyright_section{
    text-align: center;
    line-height: 35px;
    font-size: 0.9rem;
    color: #A3A8AF;
    border-top: 0.5px solid #222;
}
.branch_footer{
    color: #FFF;
    margin-top: 2rem;
}
.branch_footer .title{
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.branch_footer ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.branch_footer ul li{
    margin-bottom: 10px;
}
.branch_footer ul li i{
    margin-right: 5px;
}
/*======================== go to top ========================*/
.go__top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 1em 1.4em;
    display: none;
    opacity: 0.5;
    z-index: 9999999;
    background-color: #333;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    border-radius: 100%;
}
.go__top i {
    color: white;
}
.go__top:hover {
    opacity: 1;
    color: #fff;
}

/*contact in mobile*/
.hotline__mobile
{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
.hotline__mobile .box 
{
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}
.hotline__mobile .box .item 
{
    width: 33.33%;
    text-align: center;
    padding: 8px 0px;
}
.hotline__mobile .box .item.m_border 
{
    border-right: 1px solid #ddd;
}
.hotline__mobile .box .item a 
{
    font-size: 1.4rem;
    color: #333;
    line-height: 20px;
}
.hotline__mobile .box .item a span
{
    font-size: 1rem;
    font-weight: 500;
}
.hotline__mobile .box .item a img{
    height: 30px;
}
/*======================== for resposive screen ========================*/
/* Medium devices (tablets, 768px and up)*/
@media screen and (max-width: 768px) { 
    .bannerSlide .box .title {
        font-size: 1.6rem;
        line-height: 30px;
    }
    .bannerSlide .box .boxBtn{
        text-align: center;
    }
    .about_section .content .des {
        height: 185px;
        overflow-y: scroll;
    }
    .idea_section {
        border-radius: 0px 100px 0px 0px;
    }
    .partner_section .item{
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .partner_section .item img {
        height: auto;
        max-width: 100%;
    }
    .sendmail_section .box .contents .des p {
        margin: 0px 0px 10px 0px;
        line-height: 25px;
        font-size: 1.6rem;
    }
    .menu_footer{
        margin-top: 3rem;
    }
    #footer .contact .contactBox, #footer .contact .socialsBox{
        width: 100%;
        display: inline-flex;
    }
    .boxBCT {
        margin-left: 5rem;
    }
    #footer .contact .contactBox .boxLogo{
        width: 200px;
    }
    #footer .contact .boxLogo img {
        height: auto;
        max-width: 100%;
    }
    #footer .contact ul{
        width: calc(100% - 90px);
        margin: 0px 0px 0px 10px;
    }
    #footer .socials{
        margin-top: 3rem;
    }
    .top .socials {
        margin: 0px 0px 0px 0px;
    }
    .bannerSlide .boxNextPrev .swiper-button-prev-unique img, .bannerSlide .boxNextPrev .swiper-button-next-unique img {
        width: 50px;
        height: 50px;
    }
    .videos_share .frame
    {
        height: 220px;
    }
    .course_section .item .boxImg {
        height: 165px;
    }
    .course_section {
        border-radius: 100px 0px 0px 0px;
    }
    .videos_share .boxNextPrev .swiper-button-prev-unique, .videos_share .boxNextPrev .swiper-button-next-unique {
        display: none;
    }
    .swiper-button-next2, .swiper-button-prev2 {
        display: none;
    }
    .course_page .box_sort ul li {
        padding: 0px 5px !important;
    }
    .top .socials {
        width: 95px;
    }
    .tools_top ul li a {
        padding: 0px 5px;
    }
    .bannerSlide .bg_slider{
        min-height: 450px;
        border-radius: 0px 0px 0px 100px;
    }
    .coursebasic .title {
        font-size: 1.6rem;
    }
    .coursebasic .wrap .left .item1 .price_main {
        font-size: 20px;
    }
    .coursebasic .wrap .left .item1 .price_sale {
        font-size: 25px;
    }
    .coursebasic .wrap .left .item2 .chl1 {
        font-size: 20px;
    }
    .coursebasic .wrap .left .item2 .chl2 .circle {
        width: 50px;
        height: 50px;
        font-size: 1.6rem;
    }
    .coursebasic .wrap .left .item2 .chl3 .btn_register {
        font-size: 15px;
    }
    .coursebasic .wrap .left .item3 {
        padding: 0 30px 0 15px; 
    }
    .coursebasic .wrap .right {
        margin-top: 2rem;
    }
    .coursebasic .wrap .right .item{
        line-height: 25px;
    }
    .coursebasic .wrap .right .item2 .icon img {
        display: none;
    }
    .coursebasic .wrap .right .item2 .text .cate{
        font-size: 0.8rem;
    }
    .coursebasic .wrap .right .item .icon_title {
        width: calc(100% / 3);
        margin-right: 8px;
    }
    #coursebasic_video{
        padding: 10px 0px 3rem !important;
    }
    #coursebasic_video video{
        height: 280px !important;
    }
    .videoAbout{
        width: 100% !important;
        height: 280px;
    }
}
/* Small devices (landscape phones, 667px and up)*/
@media screen and (max-width: 668px) {
    #header {
        padding: 0px;
    }
    .bannerSlide .bg_slider{
        min-height: 250px;
        border-radius: 0px 0px 0px 70px;
    }
    #ic_menu_mobile {
        padding: 0px 5px !important;
    }
    .box_logo img {
        height: 65px;
    }
    #ic_menu_mobile {
        margin-top: 1rem !important;
    }
    .about_section {
        padding: 2.5rem 0rem;
    }
    .about_section .content{
        margin-top: 1rem;
    }
    #ic_menu_mobile {
        float: right !important;
    }
    .bannerSlide {
        border-radius: 0px 0px 0px 0px;
    }
    .bannerSlide .boxNextPrev .swiper-button-next-unique, .bannerSlide .boxNextPrev .swiper-button-prev-unique {
        display: none;
    }
    .bannerSlide .box .title {
        font-size: 1.3rem;
    }
    .bannerSlide .box .desc {
        font-size: 1rem;
        font-weight: 300;
        padding: 10px 0px 15px 0px;
    }
    .bannerSlide .box .boxBtn a {
        font-size: 14px;
    }
    .bannerSlide .box {
        padding: 30px 10px;
    }
    .bannerSlide .box .title {
        line-height: 22px;
    }
    .bannerSlide .swiper-container-horizontal >.swiper-pagination-bullets, .bannerSlide .swiper-pagination-custom, .bannerSlide .swiper-pagination-fraction {
        bottom: 5px;
    }
    .bannerSlide .box .boxBtn {
        margin-bottom: 1rem;
    }
    .options_course .price_sale {
        font-size: 25px;
    }
    .options_course .price_main {
        font-size: 20px;
        line-height: 38px;
        margin-left: 15px;
    }
    .options_course .price{
        width: 100%;
        display: inline-flex;
    }
    .options_course .box {
        border-radius: 20px;
    }
    .options_course .btnBuynow {
        font-size: 14px;
        font-weight: 400;
    }
    .options_course .below .des {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    .course_section {
        padding: 2.5rem 0;
    }
    .course_section h2,.idea_section .title {
        font-size: 1.6rem;
    }
    .options_course .desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
    .course_section .item .boxImg {
        height: 125px;
    }
    .course_section .item h3 {
        font-size: 1rem;
        font-weight: 500;
        margin: 5px 10px;
    }
    .course_section .item .boxLink .btn_register {
        font-size: 0.9rem;
    }
    .course_section .item .boxPrice .price {
        font-weight: 500;
        font-size: 1rem;
    }
    .course_page .item .boxPrice .price {
        font-weight: 500 !important;
        font-size: 1rem !important;
    }
    .videos_share h2.title {
        font-size: 1.6rem;
    }
    .idea_section {
        padding: 2.5rem 0px;
        border-radius: 0px 100px 0px 0px;
    }
    .faq .box .item .title {
        font-size: 14px;
    }
    .partner_section .item {
        height: 50px;
        margin: 0.5rem 0;
    }
    .partner_section h2, .news_section h2 {
        font-size: 1.6rem;
    }
    .sendmail_section .box .contents {
        width: 90%;
    }
    .sendmail_section .box .contents .des p {
        line-height: 18px;
        font-size: 1rem;
        margin: 0px 0px 1px 0px;
    }
    .sendmail_section .box .contents .form {
        flex-direction: column;
    }
    .sendmail_section .box .contents .form input {
        width: 90%;
        margin: auto;
    }
    .sendmail_section .box .contents .form button {
        width: 120px;
        font-size: 1rem;
        margin: 1rem auto 0px;
        height: 40px;
    }
    .sendmail_section .box {
        padding: 1.5rem 0;
    }
    .news_section .item h3 {
        font-size: 1rem;
        line-height: 18px;
    }
    .news_section .item .info {
        padding: 10px;
    }
    #footer {
        padding: 9rem 0 2rem 0;
    }
    #footer .contact .socialsBox {
        flex-direction: column;
    }
    #footer .socials {
        margin: 1rem auto 0;
    }
    .boxBCT {
        margin: 1rem auto 0;
    }
    .copyright_section {
        line-height: 18px;
        padding: 5px 0px;
    }
    .partner_section {
        padding: 0rem 0 0rem;
    }
    .coursefor {
        padding: 2.5rem 0px 0;
    }
    .coursefor h2.title {
        font-size: 1.6rem;
        margin-bottom: 0px;
    }
    .coursefor .box .btnCourseFor {
        text-align: center;
    }
    .options_course h2.title {
        font-size: 1.6rem;
    }
    .about_section h2 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    #footer .contact .contactBox{
        flex-direction: column;
    }
    #footer .contact .contactBox .boxLogo {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
        text-align: center;
    }
    .go__top {
        bottom: 80px;
    }
    #coursebasic_video video{
        height: 240px !important;
    }
    .videoAbout{
        height: 220px;
    }
    .langBoxMobile{
        margin: 10px 15px 0px 0px;
    }
    .box_dmca{
        text-align: center;
    }
    .course_section .item .boxPrice .price.sale {
        margin: 2px 0px 0px 5px !important;
    }
    .course_page .item .boxPrice .price.sale {
        margin: 0px 0px 0px 3px !important;
    }
}
/* Small devices (landscape phones, 576px and up)*/
@media screen and (max-width: 576px) {
  
}