﻿html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strong,sub,sup,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}
article,aside,details,figcaption,figure,footer,header,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote::before,blockquote::after,q::before,q::after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
html{box-sizing:border-box}
*,::before,::after{box-sizing:inherit}
strong,b{font-weight:700}
em{font-style:italic}
h1{font-size:2rem}
h2{font-size:1.5rem}
h3{font-size:1.325rem}
h4{font-size:1.125rem}
h5,li{font-size:1rem}
h6{font-size:.875rem}
h1,h2,h3,h4,h5,h6{line-height:1.5;padding:.5rem 0}
img{max-width:100%;height:auto;object-fit:cover;vertical-align:middle}
/** End Reset CSS */
/* @font-face {
    src: url("../fonts/UTMHanzel.woff2");
    font-family: UTMHanzel;
}
.ff_UTMHanzel {
    font-family: UTMHanzel;
} */
@font-face {
    src: url("../fonts/OxyVietnam.woff2");
    font-family: OxyVietnam;
    font-display: swap;
}
@font-face {
    src: url("../fonts/OxyVietnamBold.woff2");
    font-family: OxyVietnam;
    font-display: swap;
    font-weight: 700;
}
.ff_OxyVietnam {
    font-family: OxyVietnam;
}

/**================================================*/
html{font-family:OxyVietnam,Roboto,Arial,sans-serif;font-size:16px}
p{font-size:1rem;line-height:1.5}
a{text-decoration:none}
.container12{width:100%;margin:auto}
.container1903::after,.container12::after{content:'';display:block;clear:both}
.container12 .wrap{width:1170px;margin:auto}
.container12 .wrap>div{width:1170px}
.clearfix{clear:both}
.d_flex{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media screen and (min-width: 1170px){.d_mb{display: none}}
@media screen and (max-width: 1169px){.d_pc{display: none}}
/**================================================*/
.youtube{background-color:#000;position:relative;padding-top:56.25%;overflow:hidden;cursor:pointer}
.youtube img{width:100%;top:-16.82%;left:0;opacity:.7}
.youtube:hover .play-button{background-color:red}
.youtube .play-button{width:65px;height:44px;background-color:#333;box-shadow:0 0 30px rgba(0,0,0,0.6);z-index:1;opacity:.8;border-radius:15%}
.youtube .play-button::before{content:"";border-style:solid;border-width:10px 0 10px 20px;border-color:transparent transparent transparent #fff}
.youtube img,.youtube .play-button{cursor:pointer}
.youtube img,.youtube iframe,.youtube .play-button,.youtube .play-button::before{position:absolute}
.youtube .play-button,.youtube .play-button::before{top:50%;left:50%;transform:translate3d(-50%,-50%,0)}
.youtube iframe{height:100%;width:100%;top:0;left:0}
@media screen and (max-width: 1169px){.youtube .play-button{background-color:red}}
/**================================================*/
.tab_click_link:hover{}
.tab_click_link.active{}
.tab_click_content{display:none;animation:fadeEffect .5s}
.tab_click_content.active{display:block}
@keyframes fadeEffect {
from{opacity:0;visibility:hidden}
to{opacity:1;visibility:visible}
}
/**================================================*/
@media screen and (min-width: 1169px) {
.hv_img{display:inline-block;overflow:hidden}
.hv_img img{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.hv_img img:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}
.owl-carousel .owl-item .hv_img{padding:8px 0;overflow:initial}
.overflow_inherit .hv_img {overflow: inherit}
}
/**================================================*/
body.admin-bar .sec11 {top: 32px;}
/**================================================*/
.sec11 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #f0f0f0;
    width: 100%;
}
.sec11.scrolled {
    position: fixed;
}
.sec11 .wrap>div {
    align-items: center;
}
.sec11_row1 {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    align-items: center;
    justify-content: flex-start;
}
.sec11_row1 a {
    display: inline-block;
    padding: 24px 0;
}
.sec11_row1 p {
    margin-left: calc(48px + 8px);
    padding-left: 48px;
    border-left: 2px solid #00a651;
    color: #00a651;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
}
/* --- */
.sec11_row2 {
    background-color: #00a651;
}
.sec11_row2 ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1170px;
    margin: auto;
}
.sec11_row2 ul li {
    padding: 0 16px;
    font-size: 18px
}
.sec11_row2 ul li a {
    display: inline-block;
    padding: 8px 0 9px;
    color: #fff;
    font-weight: 600;
    font-family: Roboto;
}
.sec11_row2 ul li.active a,
.sec11_row2 ul li a:hover {
    color: #ffeb3b;
}

@media screen and (min-width: 1170px) {
.scrolled .sec11_row1 {display: none;}
}
/* --- */
.sec11_col2 ul li a {
    font-family: Roboto;
}
.sec11_col2 ul li.btn_dang_ky {
    margin: 0;
}
.sec11_col2 ul li.btn_dang_ky span {
    margin-top: 6px;
    display: inline-block;
}
.sec11_col2 ul li.btn_dang_ky span a {
    padding: 6px 12px 6px;
    color: #fff;
    font-size: 20px;
}
/* --- */
.sec11_row2 ul li.btn_dang_ky {
    margin: 0;
    transform: initial;
}
.sec11_row2 ul li.btn_dang_ky span a {
    padding: 7px 16px 7px;
    border-radius: 8px;
    font-size: 18px;
}
.sec11_row2 ul li {
    padding: 4px 16px;
    text-transform: uppercase;
}
@media screen and (min-width: 1170px) {
.scrolled .sec11_row1 {
    display: none;
}
.sec11_row2 ul li {
    padding: 8px 16px;
    text-transform: uppercase;
}
}
/**================================================*/
/* --- */
.owl-carousel.owl-theme-ladi-1 .owl-nav button[class^="owl-"] {
    opacity: 1;
    background: none;
    background: linear-gradient(to bottom, #ff7200, #f22424);
    box-shadow: inset rgb(255 255 255 / 0.5) 0px 0px 16px;
    color: #fff;
    padding: 10px 10px;
}
.owl-carousel.owl-theme-ladi-1 .owl-nav button[class^="owl-"]:hover {
    background: #00a651;
    color: #fff;
}
.owl-carousel.owl-theme-ladi-1 .owl-nav button[class^="owl-"] i {
    font-size: 32px;
}
.owl-carousel.owl-theme-ladi-1 .owl-dots {
    bottom: -28px;
}
.owl-carousel.owl-theme-ladi-1 .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
}
.owl-carousel.owl-theme-ladi-1 .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme-ladi-1 .owl-dots .owl-dot:hover span {
    background: linear-gradient(to right, #f47912, #f47912);
}
/* --- */
@media screen and (max-width: 1169px) {
.owl-carousel.owl-theme-ladi-1 .owl-nav button[class^="owl-"] {
    padding: 6px 6px;
}
}
/* ======== */
svg.svg__fa {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    vertical-align: -2px;
}
/**================================================*/
/**================================================*/
.sec42 {
    padding-top: 164px;
}
.sec42 .wrap>div {
    position: relative;
}
.sec42_row1 span img {
    width: 100%;
}
.sec42_row2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(50% - 1170px/2 + 8.5%);
    z-index: 5;
}
@media screen and (min-width: 1440px) {
.sec42_row2 {
    right: calc(50% - 1170px/2 + 0%);
}
}
.ladi_form,
.sec42_row2_row {
    width: 100%;
    min-width: 250px;
    max-width: 300px;
    margin: auto;
    padding: 1.25rem 1rem;
    background: linear-gradient(45deg, rgba(1, 76, 149, 0.6), rgba(9, 148, 85, .6));
    border-radius: 2rem;
}

.ladi_form h5,
.sec42_row2_row h5 {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 0;
    text-transform: uppercase;
    text-shadow: 0 2px 2px rgba(130, 5, 12, .4);
}
.ladi_form h6 {
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    padding-bottom: 0;
}

.ladi_form form input,
.ladi_form form textarea {
    font-family: inherit;
    margin: 10px auto;
    display: block;
    width: calc(100%);
    outline: none;
    padding: .5rem .75rem;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 40%) 0 2px 3px;
}
.ladi_form form input::placeholder {
    color: #777;
    font-weight: 500;
    font-size: 14px;
}
.ladi_form form button[type="submit"] {
    text-transform: uppercase;
    font-weight: 600;
    font-family: inherit;
    margin: 16px auto 0;
    padding: 6px 16px 6px;
    display: block;
    width: auto;
    border-radius: 8px;
    min-width: 180px;
    font-size: 1.125rem;
    line-height: 1.25;
    box-shadow: rgb(0 0 0 / 30%) 0px 2px 5px 0, inset rgb(255 255 255 / 50%) 0px 0px 20px 2px;
    /* background: linear-gradient(360deg, #00754e, #002820) padding-box, linear-gradient(90deg, #00754e, #002820) border-box; */
    background: linear-gradient(110deg, #ff5400, #ffa800);
    color: #0b9444;
    border: 2px solid transparent;
    border: 0;
    transition: all .2s ease-in-out;
}
.ladi_form form button[type="submit"]:hover {
    /* background: linear-gradient(110deg, #ff9944, #fc6076) padding-box, linear-gradient(to right,#ff7200,#ef0b46) border-box; */
    background: linear-gradient(110deg, #ff9944, #fc6076);
    color: #fff;
    cursor: pointer;
}
.ladi_form form button[type="submit"] span {
    display: inline-block;
    color: #fff;
}
.ladi_form form button[type="submit"]:hover span {
    color: #fff;
}
/*  */
.sec42_svg_i svg {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    fill: #555555;
}
.ladi_form {
    position: relative;
}
/*  */
.sec42_row2 {
    padding: 3px;
    border-radius: 15px;
    /* background: linear-gradient(0deg, #00d127, #005710, #00e72b); */
    /* background: url(../images/sec42_3.png) no-repeat center; */
    background-size: contain;

    background: linear-gradient(to top, #ff7200, #fe6e02) padding-box, linear-gradient(to top, #ffda53 0%, #ffda53 100%) border-box;

}
.ladi_form, .sec42_row2_row {
    border-radius: 12px;
    background: linear-gradient(0deg, #006539, #009644);
    /* box-shadow: inset rgb(0 0 0 / 10%) 0 0 20px 5px; */
    background: none;
}



.sec42_row2 {
    padding: 3px;
    border-radius: 15px;
    /* background: linear-gradient(0deg, #00d127, #005710, #00e72b); */
    /* background: url(../images/sec42_3.png) no-repeat center; */
    background-size: contain;
    background: none;
    --b: 2px;
    color: #313149;
    display: inline-block;
    aspect-ratio: 1;
    z-index: 0;
    box-shadow: inset 0 0 30px rgb(3 95 12 / 35%), inset 0 10px 30px rgb(255 255 255 / 30%), inset 0 -18px 30px rgb(216 255 0 / 70%), 0 0 8px 3px rgb(174 255 0 / 30%);
}
.sec42_row2::before {
    content:"";
    position:absolute;
    z-index:-1;
    inset: 0;
    background: var(--c,linear-gradient(to top, #0c9744, #a3f754, #abfc55));
    padding: var(--b);
    border-radius: 12px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.ladi_form h6 {
    display: none;
}

/**================================================*/
.btn_dang_ky {
    text-align: center;
    margin: 2rem 0 1rem;
    position: relative;
    z-index: 10;
}
.btn_dang_ky span {
    /* font-family: ff_BlendaScript; */
}
.btn_dang_ky span a {
    /* font-family: OxyVietnam; */
    display: inline-block;
    text-transform: uppercase;
    padding: 7px 16px 8px;
    border-radius: 12px;
    font-size: 24px;
    font-weight: 600;
    box-shadow: inset rgb(255 255 255 / 60%) 0px 0px 16px;
    background: linear-gradient(to top, #ff7200, #fe6e02) padding-box, linear-gradient(to top, #ffda53 0%, #ffda53 100%) border-box;
    color: #fff;
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
}
.btn_dang_ky span a:hover {
    background: linear-gradient(110deg, #ff9944, #fc6076) padding-box, linear-gradient(to right,#ff7200,#ef0b46) border-box;
    color: #fff;
}
.btn_dang_ky span a i {
}
.btn_dang_ky span a:hover i {
}
/**================================================*/
/**================================================*/
/**================================================*/
/**================================================*/
.t_grd_1 {
    display: inline-block;
    background: linear-gradient(to bottom, #ff7200, #f22424);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bd_grd_1 {
    display: inline-block;
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: radial-gradient(circle at top, #73bf43, #219619 50%);
}
/* --- */
i.t_shz_grd {
    display: inline-block;
    position: relative;
}
i.t_shz_grd .__span1 {
    display: inline-block;
    position: relative;
    z-index: 5;
    background: linear-gradient(-55deg, #f22424, #ff7200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
i.t_shz_grd .__span2 {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
    text-shadow: 0 4px 3px rgb(43 13 0 / 50%);
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 3px;
}
/* --- */
.h2_ladi {
    text-align: center;
    font-size: 28px;
    line-height: 1.4;
    padding: 0;
    color: #027f11;
}
.h2_ladi span {
    /* font-family: Avo; */
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}
hr.h2_ladi__hr {
    border: 0;
    border-top: 1px solid #00a651;
    width: 190px;
}
.h2_ladi--v2 {
    color: #fff;
}
.h2_ladi--v2 hr {
    border-top: 2px solid #fff;
}
/*================================================*/
.sec43 {
    /* background: url(../images/sec43_1_m.jpg) center 0 no-repeat; background-size: cover; */
    background-color: #fff;
}
@media screen and (min-width: 1170px) {
.sec43 {
    /* background: url(../images/sec43_1.jpg) top center no-repeat; background-size: cover; */
}
}
.sec43 .wrap>div {
    padding: 0px 0 0px;
    position: relative;
}

.sec43_row2 {
    position: absolute;
    top: 50%;
    left: calc(50% - 1170px/2 + 64px);
    transform: translateY(-50%);
    max-width: 480px;
    text-align: center;
}
.sec43_row2 h3 {
    color: #17a655;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.3;
    padding: 0;
}
.sec43_row2 h4 {
    color: #17a655;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.3;
    padding: 10px;
}
.sec43_row2 p._p1 {
    color: #ff8144;
    font-size: 26px;
    line-height: 1.3;
    margin-top: 8px;
}
.sec43_row2 p._p2 {
    color: #555;
    font-size: 17px;
    line-height: 1.3;
    margin-top: 24px;
    padding: 0 16px;
}
.sec43_row2_row1 {
    margin-top: 24px;
    justify-content: space-evenly;
    padding: 0 32px;
}
.sec43_row2_row2 {
    margin-top: 16px;
}
/*================================================*/
.sec44 {
    background: url(../images/sec44_1_m.jpg) center 0 no-repeat; background-size: cover;
    background-color: #fff;
}
@media screen and (min-width: 1170px) {
.sec44 {
    background: url(../images/sec44_1.jpg) top center no-repeat; background-size: cover;
}
}
.sec44 .wrap>div {
    padding: 60px 0 60px;
    position: relative;
}
/*================================================*/
.sec45 {
    background: url(../images/sec45_1_m.jpg) center 0 no-repeat; background-size: cover;
    background-color: #fff;
}
@media screen and (min-width: 1170px) {
.sec45 {
    background: url(../images/sec45_1.jpg) top center no-repeat; background-size: cover;
}
}
.sec45 .wrap>div {
    padding: 40px 0 64px;
    position: relative;
}
.sec45_row1 .h2_ladi {
    font-size: 32px;
}
.sec45_row1 .h2_ladi span {
    font-weight: normal;
    text-transform: none;
}

.sec45_row2 {
    margin-top: 32px;
}
.sec45_row2 .item {}
.sec45_row2 .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.sec45_row2 .item span {}
.sec45_row2 .item div {
    margin-top: -64px;
    text-align: center;
    padding: 72px 28px 28px;
    background: #f8f8fa url(../images/sec45_3.jpg) bottom center no-repeat;
    border-radius: 12px;
    border: 1px solid #009d44;
    min-height: 263px;
}

.sec45_row2 .item div h3 {
    font-size: 16px;
}

/*================================================*/
.sec46 {
    background: url(../images/sec46_1_m.jpg) center 0 no-repeat; background-size: cover;
    background-color: #fff;
}
@media screen and (min-width: 1170px) {
.sec46 {
    background: url(../images/sec46_1.jpg) top center no-repeat; background-size: cover;
    overflow: hidden;
}
}
.sec46 .wrap>div {
    padding: 40px 0 48px;
    position: relative;
    justify-content: center;
}


.sec46_col1 {
    max-width: 480px;
    text-align: center;
    margin-top: 8px;
}
.sec46_col1 h3 {
    color: #17a655;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.3;
    padding: 0;
}
.sec46_col1 p._p1 {
    color: #ff8144;
    font-size: 26px;
    line-height: 1.3;
    margin-top: 8px;
}
.sec46_col1 p._p2 {
    color: #555;
    font-size: 17px;
    line-height: 1.3;
    margin-top: 24px;
    padding: 0 16px;
}
.sec46_row2_row1 {
    margin-top: 24px;
    justify-content: space-evenly;
    padding: 0 32px;
}

.sec46_col2 {
    margin-right: -180px;
}















