@import url('/sites/library/css/base.css');
@import url('/sites/library/css/bootstrap-table.min.css');
@import url('/sites/library/css/bootstrap.min.css');
@import url('/sites/library/css/cslider.css');
@import url('/sites/library/css/font-awesome.min.css');
@import url('/sites/library/css/fonts.css');
@import url('/sites/library/css/isotope.css');
@import url('/sites/library/css/owl.carousel.min.css');
@import url('/sites/library/css/owl.theme.default.min.css');
@import url('/sites/library/css/slick-theme.css');
@import url('/sites/library/css/slick.css');
@import url('/sites/library/css/validationEngine.jquery.css');
/* Không biết tại sao nhưng phải nhét absolute vào không bị nhảy xuống dưới */
.td-header-style-7 .td-header-sp-logo img {
    display: block;
    max-width: 100px;
    height: 60px;
    max-height: 60px;
    line-height: 60px;
    padding: 10px 0;
    top: 0;
    position: absolute;
}
/* Common */
* {
    font-family: googlesans,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

.flex-row{
    display: flex;
    flex-direction: row;
}

.flex-column{
    display: flex;
    flex-direction: column;
}

ul{
    margin-block-start: unset;
    margin-block-end: unset;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: unset;
}

li{
    display: block;
}

a{
    padding: 8px 10px;
    border-radius: 5px;
    text-decoration: unset
}
img{
    height: auto;
    max-width: 100%;
}

input[type="radio"]:checked{
    background: url('/sites/misa/images/pages/trainning_coop/ic-radio-btn.svg') no-repeat center;
    background-size: cover;
    background-color: unset;
}

.ic-15{
    min-width: 15px;
    min-height: 15px;
    max-width: 15px;
    max-height: 15px;
}
.ic-20{
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
}

.text-bold{
    font-weight: bold;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.section{
    padding: 50px 0;
    position: relative;
}
.content-center{
    justify-content: center;
}

.blue-text{
    color: #274bf7;
}

.yellow-text{
    color: #fecc4c;
}

.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.common-title{
    color: #F05A29;
    font-size: 28px;
    text-align: center;
}
.nowrap{
    white-space: nowrap;
}

@media (max-width: 768px) {
    .section{
        padding: 20px 0px;
    }
    .common-title{
        font-size: 20px;
    }
}
@media (max-width: 320px){
    .section{
        padding: 10px 0px;
    }
    *{
        font-size: 13px;
    }
    .common-title{
        font-size: 18px;
    }
}
/* tab */
.col-tab-custom {
    width: 20%;
    float: left;
}
@media (min-width: 980px){
    .col-tab-custom {
        width: 20%;
        float: left;
    }
}
.tab-bar{
    z-index: 100;
}

.tab-item{
    background-color: #f1f1f1;
    height: 40px;
	margin-left: unset;
    /* margin: 0px 1px; */
}

.tab-item a{
    padding: unset;
    color: #000;
}

.space-tab{
    min-width: 1px;
    background-color: #fff;
    height: 100%;
}
@media (max-width:1100px) {
    .space-tab{
        min-width: 0px;
    }
}

a:hover{
    text-decoration: unset;
}
a:active{
    text-decoration: unset;
}
a:focus{
    text-decoration: unset;
}


.feature-tab{
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    text-decoration: unset;
}
@media (max-width: 1100px) {
    .feature-tab{
        font-size: 16px;
    }
}
@media (max-width: 980px) {
    .feature-tab{
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .td-page-content ul{
        display: flex;
        flex-direction: column;
    }
    .col-tab-custom {
        width: 100%;
    }
    .feature-tab{
        font-size: 18px;
    }
}
@media (max-width: 320px) {
    .feature-tab{
        font-size: 13px;
        line-height: 30px;
    }
    .tab-item{
        height: 30px;   
    }
}

.tab-bar .active{
    background: linear-gradient(90deg,#2192F6,#2930F9);
}

.active a{
    color: #fff !important;
}
/* popup-sticky */
.popup-sticky{
    position: fixed;
    top: calc(100% - 280px);
    left: calc(100% - 30px);
    z-index: 1000;
    align-items: center;
    -webkit-transition: left 0.5s ease-out; 
    -moz-transition: left 0.5s ease-out; 
     -ms-transition: left 0.5s ease-out; 
      -o-transition: left 0.5s ease-out; 
         transition: left 0.5s ease-out;
}
.popup-sticky:hover{
    left: 1680px;  /* This is assuming you want it to slide from left-to-right */
}
.btn-contact-sticky{
    max-height: 45px;
    min-width: 225px;
    background-size: contain !important;
    font-size: 12px !important;
    line-height: 45px !important;
    padding-left: 22px !important;
}
.btn-top-page{
    background: url('/sites/misa/images/pages/trainning_coop/ic-btn-top-page.svg') no-repeat center;
    height: 37px;
    width: 37px;
    margin-left: 70px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .popup-sticky{
        left: calc(100% - 24px);
    }
    .btn-contact-sticky{
        max-height: 30px;
        min-width: 180px;
        left: calc(100% - 30px);
        font-size: 10px !important;
        line-height: 30px !important;
        padding-left: 11px !important;
    }
    .btn-top-page{
        margin-top: 8px;
        height: 28px;
        width: 28px;
        background-size: cover;
    }
}

@media (max-width: 320px) {
    .popup-sticky{
        left: calc(100% - 12px);
    }
    .btn-contact-sticky{
        max-height: 24px;
        min-width: 100px;
        line-height: 24px !important;
        font-size: 6px !important;
    }
    .btn-top-page{
        height: 18px;
        width: 18px;
        margin-left: 44px;
        background-size: cover;
    }
}
/* banner */

.banner{
    background: url('/sites/misa/images/pages/trainning_coop/img-bg-banner.jpg') no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 80px 500px 80px 500px;
}
.center-banner{
    width: 100%;
    text-align: center;
}

.banner-title{
    background: url('/sites/misa/images/pages/trainning_coop/img-banner-title.png') no-repeat center;
    background-size: contain;
    min-height: 120px;
    margin-bottom: 20px;
}
.banner-content{
    text-align: center;
    font-size: 21px;
}

@media (max-width: 1726px) {
    .banner{
        padding: 80px 400px 80px 400px;
    }
    .banner-content{
       font-size: 16px;
    }
    .banner-title{
        min-height: 50px;
    }
}

@media (max-width: 1726px) {
    .banner{
        padding: 80px 300px 80px 300px;
    }
}

@media (max-width: 1154px) {
    .banner-title{
        margin-bottom: unset;
    }
    .banner{
        padding: 80px 200px 80px 200px;
    }
}

@media (max-width: 950px) {
    .banner{
        padding: 60px 80px 60px 80px;
    }
}

@media (max-width: 320px) {
    .banner{
        padding: unset;
        background-size: cover;
        padding: 10px 60px 10px 60px;
    }
    .banner-content{
        font-size: 13px;
     }
     .banner-title{
        min-height: 20px;
    }
    .banner-content{
        font-size: 8px;
    }
}


/* home-page */

/* home-intro */

.home-intro .container{
    padding: 0px 40px;
    display: flex;
    justify-content: space-between;
}
.home-intro .col-md-11{
    text-align: justify;
}
.home-intro img {
   width: 100%;
   box-shadow: 3px 1px 5px rgb(0 0 0 / 57%);
}
@media (max-width:1100px) {
    .home-intro .container{
        display: unset !important;
    }
    .home-intro{
        margin-top: 50px;
    }
    .home-intro img {
        margin-top: 12px;
    }
}

@media (max-width: 1100px){
    .home-intro {
        margin-top: unset;
    }
}

/* edu-software */
.software-list{
    padding-top: 50px;
    text-align: center;
    margin: auto;
}
.software-list img{
    /* min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px; */
}
.software-item{
    background-color: #fff;
    box-shadow: 7px 7px 5px rgb(0 0 0 / 15%);
    margin: 0px 10px 10px 10px;
    border-radius: 10px;
    width: 234px;
    height: 125px;
    padding: 35px 10px;
}

@media (max-width: 1100px) {
    .software-list .col-lg-24{
        display: unset;
    }
    .software-list {
        flex-direction: row;
        justify-content: space-around;
        margin: unset;
        padding-top: unset;
    }
}
@media (max-width: 530px) {
    .software-item{
        width: 200px;
        height: 100px;
    }
}
@media (max-width: 480px) {
    .software-item{
        width: 117px;
        height: 62px;
        padding: 19px 10px;
    }
}
/* sponsor */
.sponsor-step{
    align-items: center;
    height: 505px;
}
.sponsor-process{
    padding-top: 50px;
}
.sponsor-box1{
   background: url('/sites/misa/images/pages/trainning_coop/sponsor-box1.svg') no-repeat center;
   height: 100%;
   width: 100%;
}
.sponsor-box2{
    background: url('/sites/misa/images/pages/trainning_coop/sponsor-box2.svg') no-repeat center;
    height: 100%;
    width: 100%;
 }
 .sponsor-box3{
    background: url('/sites/misa/images/pages/trainning_coop/sponsor-box3.svg') no-repeat center;
    height: 100%;
    width: 100%;
 }

.sponsor-step-title{
    position: relative;
    top: 88px;
    left: -20px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.sponsor-text{
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 44%;
    max-width: 192px;
    min-height: 190px;
    transform: translate(-50%, -50%);
}
.btn-contact{
    background: url('/sites/misa/images/pages/trainning_coop/img-bg-contact.svg') no-repeat center;
    font-size: 20px;
    height:80px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    padding-left: 32px;
    cursor: pointer;
}
.contact-from-home{
    background: url('/sites/misa/images/pages/trainning_coop/img-bg-contact.svg') no-repeat center;
    font-size: 20px;
    height:80px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    padding-left: 32px;
    cursor: pointer;
}
@media (max-width: 600px){
	.contact-from-home{
		background-size: 78%;
		height: unset;
		padding: 18px;
		font-size: 10px;
		line-height: 42px;
	}
}
@media (max-width: 1100px) {
    .sponsor-text{
        top: 50%;
        left: 47%;
    }
}
@media (max-width: 768px) {
    .sponsor-process{
        padding-top: unset;

    }
}

@media (max-width: 1099px) and (min-width: 768px){
    .sponsor-text{
        top: 50%;
        left: 48%;
    }
}

@media (max-width: 767px) and (min-width: 421px){
    .sponsor-text{
        top: 50%;
        left: 47%;
    }
}
@media (max-width: 564px) {
    .btn-contact{
        background-size: contain;
        font-size: 10px;
        height: 40px;
        color: #fff;
        line-height: 40px;
        padding-left: 32px;
    }
}
@media (max-width: 420px) {
    .sponsor-process{
        padding-top: unset;
    }
    .sponsor-step{
        height: 386px;
    }
    .sponsor-text{
        font-size: 13px;
        top: 52%;
        left: 45%;
        min-width: 152px;
        max-width: 152px;
        min-height: 180px;
    }
    .sponsor-step-title{
        font-size: 15px;
        top: 73px;
    }
    .sponsor-box1{
        background-size: contain;
    }
    .sponsor-box2{
        background-size: contain;
    }
    .sponsor-box3{
        background-size: contain;
    }
}

/* reason */

.reason{
    padding-top: unset;
}

.reason::before{
    content: "";
    background: url('/sites/misa/images/pages/trainning_coop/img-bg-reason.jpg') no-repeat center;
      position: absolute;
      background-size: 100%;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.5;
}
.reason .common-title{
    padding-top: 70px;
    height: 100px;
}

.reason-content{
    text-align: center;
    padding-top: 50px;
    justify-content: center;
    display: flex;
}

.amount{
    color: #F05A29;
    font-size: 50px;
    white-space: nowrap;
}

.delta{
    font-size: inherit; 
    margin-left: -15px;
}

.reason-text{
    font-size: 18px;
    padding-top: 20px;
}

@media (max-width: 768px) {
    .reason-content{
        display: unset !important;
    }
    .reason .common-title {
        margin-top: unset !important;
    }
    .reason-text{
        padding-bottom: 20px;
    }
    .amount{
        font-size: 40px;
    }
    
}
@media (max-width: 320px) {
    .amount{
        font-size: 20px;
    }
    .delta{
        margin-left: -5px;
    }
    .reason-text{
        font-size: 13px;
    }
    .reason-content{
        padding-top: 20px;
    }
}

/* opinion */

.opinion-content{
    padding-top: 30px;
    justify-content: center;
}

.opinion-col{
    border: #d0d0d0 solid 1px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 35%);
    border-radius: 20px;
    outline: unset;
    margin: 0px 10px;
    padding: 20px 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    max-height: 410px;
}
.opinion-col img{
    height: 100px;
    width: 100px !important;
    margin: auto;
}

.opinion-name{
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    font-size: 14px;
}

.opinion-job{
    text-align: center;
    padding-top: 4px;
    font-size: 14px;
}

.opinion-comment{
    padding: 4px 20px 0px 22px;
    font-size: 14px;
    text-align: justify;
}

.slide-mark{
    justify-content: center;
    margin-top: 20px;
    display: flex;
}

.mark-item{
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    margin: 0px 3px;
    background-color: #F0F1F1 !important;
    outline: unset;
}

.owl-dots .active{
    background: linear-gradient(90deg,#2192F6,#2930F9) !important;
}


@media (max-width: 1100px) {
    .opinion{
        padding-top: unset;
        display: unset;
    }
    .opinion-content{
        display: unset;
    }
}
@media (max-width: 350px) {
    .opinion-col{
        max-height: 420px;
    }
    .opinion-comment{
        padding: 4px 0px 0px 0px;
    }
}
/* download-doc */

.list-doc{
    margin-top: 30px;
}

.list-doc .row {
	border-radius: 10px;
    box-shadow: 2.63px 0.88px 4.83px rgb(0 0 0 / 35%);
	min-height: 300px;
	margin-bottom: 16px;
}
.doc-item{
    /* border: 1px solid #d0d0d0; */
    /* border-radius: 10px; */
    /* box-shadow: 2.63px 0.88px 4.83px rgb(0 0 0 / 35%); */
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}
.doc-item img{
    background-size: contain;
    height: 90%;    
    align-items: center;
}
.doc-content{
    margin-left: 30px;
}
.doc-item-fix{
    margin-left: 60px;
}
.doc-content-title{
    color: #008FE2;
    font-size: 24px;
}

.doc-content-detail{
    padding-top: 20px;
    padding-bottom: 10px;
}

.btn-download{
    background: url('/sites/misa/images/pages/trainning_coop/img-btn-download.svg') no-repeat center;
    text-align: center;
    height: 46px;
    line-height: 34px;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 618px){
    .doc-item img{
        height: 50%;   
    }
    .doc-content{
        margin-left: 0px;
    }
    .doc-item{
        flex-direction: column;
        height: 600px;
    }
    .doc-content-title{
        text-align: center;
        margin-top: 12px;
        font-size: 18px;
    }
    .doc-content-detail{
        padding-left: 4px;
        padding-right: unset;
    }
    .doc-item .col-lg-16{
        padding: 0px 0px;
    }
}

/* coop-news */
.coop-news{
    margin-top: 100px;
}
.news-item{
    padding-top: 20px;
}
.news-item img{
    border-radius: 6px;
    border: 1px solid #E5E6E7;
}
.news-title{
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
}

.news-content{
    padding-top: 10px;
    font-size: 14px;
    text-align: justify;
}
.page-nav{
    margin-top: 30px;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.btn-page-nav{
    border: 1px solid #d0d0d0;
    width: 30px;
    height: 30px;
    color: #A6A8AB;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0px 4px ;
    line-height: 28px;
    cursor: pointer;
}
.btn-next-page{
    border: 1px solid #d0d0d0;
    width: 30px;
    height: 30px;
    color: #A6A8AB;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0px 4px ;
    line-height: 28px;
    cursor: pointer;
}
.btn-prev-page{
    border: 1px solid #d0d0d0;
    width: 30px;
    height: 30px;
    color: #A6A8AB;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0px 4px ;
    line-height: 28px;
    cursor: pointer;
}

.btn-etc-next-page{
    border: 1px solid #d0d0d0;
    width: 30px;
    height: 30px;
    color: #A6A8AB;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0px 4px ;
    line-height: 28px;
    cursor: pointer;
}
.btn-etc-prev-page{
    border: 1px solid #d0d0d0;
    width: 30px;
    height: 30px;
    color: #A6A8AB;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0px 4px ;
    line-height: 28px;
    cursor: pointer;
}
.btn-page-active{
    background: linear-gradient(90deg,#2192F6,#2930F9);
    width: 30px;
    height: 30px;
    color: #fff;
}

@media (max-width: 1100px){
    /* .news-content{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2   ;
        -webkit-box-orient: vertical;
    } */
    .news-title{
        text-align: center;
    }
}
@media (max-width: 320px) {
    .news-title{
        font-size: 16px;
    }
    .coop-news .col-lg-8{
        padding-left: 0px;
        padding-right: 0px;
    }
}
/* partner */
.partner-title{
    margin-top: 30px;
}
.partner-banner{
    height: 700px;
}
.partner-banner img{
    background-size: contain;
    min-width: 100%;
    max-height: 700px;
}

.partner-banner-box{
    background: url('/sites/misa/images/pages/trainning_coop/img-background-partner-text.svg') no-repeat center;
    position: relative;
    width: 100%;
    height: 105px;
    background-size: cover;
    top: calc(100% - 856px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.partner-banner-text{
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 90%;
}
.partner-banner-item{
    width: 100%;
}
.partner-slide{
    height: 85px;
    margin-top: 40px;
}
.prev-slide{
    min-width: 54px;
}
.next-slide{
    min-width: 54px;
}

.content-slide{
        width: 100%;
        display: flex;
        align-items: center;
}


@media (min-width: 1099px){
    .content-slide .owl-item{
        min-width: 1070px;
        max-width: 1070px;
    }
}


.logo-slide{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.slide-item{
    /* border-radius: 10px; */
    /* box-shadow: 2px 1px 1px 1px rgb(0 0 0 / 20%); */
    margin: 7px 7px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100px;
    min-height: 100px !important;
}
.full-img-slide{
    display: flex !important;
    justify-content: center !important;
    height: unset !important;
}
.slide-item img {
    background-size: 100%;
    max-height: 85px;
    width: unset !important;
    margin: auto;
    height: 100%;
}

img.img-custom:hover{
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2); 
}
.partner .owl-nav button[type="button"] {
    outline: none !important;
    background: none !important;
    position: absolute;
    top: calc(50% - 16px);
    
}

.partner .owl-nav button.owl-prev {
    left: calc(0% - 72px);
}

.partner .owl-nav button.owl-next {
    right: calc(0% - 72px);
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    display: flex;
    flex-direction: row;
}
.carousel-inner{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 10px 0px;
}


@media (max-width: 979px) {
    .partner-banner{
        height: 500px;
    }
    .partner-banner-box{
        top: calc(100% - 719px);
    }
}

@media (max-width: 767px) {
    .partner-banner-box{
        top: calc(100% - 730px);
    }
}

@media (max-width: 722px) {
    .partner-banner-text{
        font-size: 13px;
    }
    .partner-banner-box{
        top: 0%;
    }
}
@media (max-width: 600px){
	.partner-banner {
		height: 450px;
	}
}
@media (max-width: 586px) {
    .partner-banner-text{
        font-size: 11px;
    }
    .partner-banner-box{
		position: absolute;
        top: 85%;
    }
}
@media (max-width: 320px) {
    .partner{
        margin-top: unset;
    }
    .partner-banner-text{
        font-size: 8px;
    }
    .partner-banner{
        height: 213px;
    }
    .partner-banner-box{
		position: relative;
        height: 64px;
        top: calc(100% - 336px);
    }
    .partner-title{
        margin-top: 55px;
    }
    .slide-item{
        min-height: unset;
    }
    .logo-slide{
        margin-top: unset;
    }
    .partner-slide{
        margin-top: unset;
    }
    .slide-item img{
        max-height: 55px;
    }
}

/* contact */

.contact-title{
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}

.cbx-area{
    padding-top: 50px;
}

.cbx-location{
    display: flex;
    appearance: none;
    background: url('/sites/misa/images/pages/trainning_coop/ic-collapse-arrow.png') no-repeat center;
    background-position: 267px;
    background-size: 12px;
    margin-left: 50px;
    border: 1px solid #d0d0d0;
    border-radius: 28px;
    width: 300px;
    height: 46px;
    align-items: center;
    text-align: left;
    font-size: 16px;
    padding: 8px 20px;
    cursor: pointer;
}

.cbx-location:focus{
    outline: unset;
}

.cbx-field-location{
    font-size: 21px;
    line-height: 46px;
    font-weight: bold;
}

.cbx-dropdown{
    position: relative;
    background: url('/sites/misa/images/pages/trainning_coop/ic-collapse-arrow.png') no-repeat center;
    width: 12px;
    height: 12px;
    left: 120px;
}

.misa-office{
    padding-top: 40px;
    font-size: 19px;
}

.misa-office-title{
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .cbx-field-location{
        font-size: 16px;
    }
    .contact-title{
        font-size: 28px;
    }
    .misa-office{
        font-size: 16px;
    }
    .misa-office-title{
        font-size: 20px;
    }
}
@media (max-width: 638px) {
    .cbx-field-location{
        font-size: 16px;
    }
    .cbx-location{
        margin-left: 20px;
    }
}
@media (max-width: 320px) {
    .cbx-field-location{
        font-size: 16px;
        text-align: center;
    }
    .contact-title{
        font-size: 20px;
    }
    .cbx-location{
        margin-left: unset;
        height: 38px;
    }
    .cbx-area{
        padding-top: 20px;
        flex-direction: column;
    }
    .misa-office{
        font-size: 13px;
    }
    .misa-office-title{
        font-size: 18px;
        text-align: center;
    }
}

/* register */
.register{
    display: none;
}

.register-box{
    box-shadow: 0 0 8px 3px rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 20px;
}

.register-title-box{
    text-align: center;
}
.register-title{
    font-size: 36px;
    font-weight: bold;
}
.recommendation{
    font-size: 18px;
}

.register-content-box{
    margin: 30px 0px;
    padding: 0px 40px 0px 30px;
}

.radio-choices{
    margin: 12px 12px;
}

.radio-choices div{
    line-height: 47px !important;
    margin-left: 8px;
    font-size: 18px !important;
}

.user-radio{
    height: 37px !important;
    width: 37px !important;
    cursor: pointer;
}

.register-field{
    border: 1px solid #d0d0d0;
    min-height: 50px;
    width: 100%;
    margin: 8px 0px;
    padding: 4px 20px;
    font-weight: bold;
    justify-content: space-between;
}

.radio-area { 
    border-style: unset;
    justify-content: unset;
    min-height: unset;
}


.register-field input{
    border-style: unset;
    width: 80%;
    font-size: 21px;
    height: auto;
    font-weight: normal;
}
.register-field input:focus{
    outline: unset;
}

.register-field div{
    line-height: 40px;
    font-size: 21px;
}


.register-field:last-of-type{
    padding: unset;
    max-height: 50px;
}

.register-field:last-of-type input{
    width: 100%;
    height: 100%;
}

.cbx-field{
    padding-left: 20px;
    line-height: 50px !important;
    height: 50px;
    font-weight: bold;
}

.register-cbx {
    width: 80%;
    padding-left: 21px;
    appearance: none;
    font-size: 21px;
    outline: unset;
    border: 1px solid #fff;
    font-weight: normal;
    background: url('/sites/misa/images/pages/trainning_coop/ic-register-dropdown.svg') no-repeat center;
    background-size: 20px;
    background-position: 96%;
    cursor: pointer;
}
.register-dropdown{
    background: url('/sites/misa/images/pages/trainning_coop/ic-register-dropdown.svg') no-repeat center;
    border: 1px solid #d0d0d0;
    width: 50px;
    cursor: pointer;
}
.register-check-law{
    padding-left: 70px;
}
.register-checkbox{
    border: 1px solid #d0d0d0;
    height: 29px;
    width: 29px;
    margin-right: 12px !important;
}

.register-check-law div:last-of-type{
    font-size: 21px;
    font-weight: bold;
    line-height: 38px;
}

.btn-register{
    background: url('/sites/misa/images/pages/trainning_coop/img-btn-download.svg') no-repeat center;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 205px;
    cursor: pointer;
}
@media(max-width: 768px){
	.contact-box{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.cbx-location{
		margin-left: unset;
	}
}
@media (max-width: 1100px) {
    .register-check-law div:last-of-type{
        font-size: 18px;
    }
    .register-field div {
        font-size: 18px;
    }
    .cbx-field{
        font-size: 18px;
        line-height: 46px;
    }
    .register-field input {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .register-field input {
        width: 70%;
    }
    .register-cbx{
        width: 70.5%;
    }
}

@media (max-width: 635px) {
    .recommendation{
        font-size: 13px;
    }
    .register-title{
        font-size: 20px;
        
    }
    .register-field:last-of-type{

    }
    .register-field{
        min-height: unset;
        height: 30px;
    }
    .register-check-law div:last-of-type{
        font-size: 13px;
        line-height: 24px;
    }
    .register-field div {
        font-size: 13px;
        line-height: 20px;
    }
    .cbx-field{
        font-size: 13px;
        line-height: 30px !important;
        text-align: unset !important;
    }
    .register-field input {
        font-size: 13px;
    }
    .register-content-box div:first-of-type{
        font-size: 13px;
    }
    .register-checkbox{
        width: 14px;
        height: 14px;
    }
    .register-dropdown{
        width: 30px;
    }
    .radio-choices{
        margin: 0px 12px;
    }
    .user-radio{
        height: 20px !important;
        width: 20px !important;
    }
    .radio-choices div {
        font-size: 13px !important;
        line-height: 30px !important; 
    }
    .btn-register{
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
        margin-bottom: unset;
        width: 150px;
        background-size: 94%;
        font-size: 13px;
    }
    .register-cbx{
        background-size: 14px;
    }
}

@media (max-width: 516px) {
    .radio-choices {
        margin: 0px 12px 0px 0px;
    }
    .register-check-law {
        padding-left: unset;
    }
}

@media (max-width: 441px) {
    .register-content-box {
        padding: unset;
    }
    .radio-area{
        justify-content: center;
    }
    .register-content-box div:first-of-type{
        text-align: center;
    }
}

/*List Document*/
/* Tab 2*/

.col-document {
    padding-top: 10px;
    padding-bottom: 30px;
}

.box-document {
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 9px rgba(0, 0, 0, .1);
    padding: 30px 60px;
}

.document-block {
    border-bottom: 1px solid #e4e4e4;
}

    .document-block .img-product {
        width: 165px;
        margin: 0 auto 10px;
    }

.content-document {
    padding-left: 40px;
    width: calc(100% - 165px);
    width: -o-calc(100% - 165px);
    width: -moz-calc(100% - 165px);
    width: -webkit-calc(100% - 165px);
}

    .content-document .title {
        font-size: 32px;
        padding-bottom: 5px;
    }

        .content-document .title a {
            color: #212121;
        }

    .content-document .line-bottom {
        background-color: #18a0e8;
        height: 3px;
        width: 100px;
    }

    .content-document .desc {
        font-size: 18px;
        color: #757575;
        padding-top: 10px;
        text-align: justify;
    }

.box-item {
    /* padding-top: 30px; */
}

    .box-item .left-item {
        /* width: 48px; */
        /* height: 48px; */
        margin: 0 auto;
    }

.right-item {
    padding-left: 20px;
    width: calc(100% - 48px);
    width: -o-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    width: -webkit-calc(100% - 48px);
    text-align: justify;
}

    .right-item .sub-title a {
        font-size: 20px;
		padding: unset;
		color: #337ab7 !important;
        padding-bottom: 5px;
    }

    .right-item .sub-desc {
        font-size: 16px;
        color: #707070;
    }

.view-more {
    margin-top: 30px;
}

    .view-more a {
        background: url(/sites/misa/images/pages/partner-educate/ic_arrow-down.svg) no-repeat center;
        height: 24px;
        display: block;
    }

/* End Tab 2 */

@media (min-width: 480px) {
     .box-item {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 980px) {
     .document-block {
        display: flex;
        align-items: center;
    }
}


@media (max-width: 979px) {
	 .content-document {
        padding-left: 0;
        width: 100%;
    }

         .content-document .desc {
            padding-bottom: 30px;
        }
}

@media (max-width: 480px) {
		 .box-document {
        padding: 30px 20px;
    }

     .box-item .left-item {
        margin: 0 auto 10px;
    }

     .right-item {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }

     .content-document .title {
        font-size: 28px;
    }
}