@font-face{font-family:'t';font-display:block;src:url('../fonts/times.woff2');}
@font-face{font-family:'t';font-display:block;src:url('../fonts/timesbd.woff2');font-weight:700;}
@font-face{font-family:'geo';font-display:block;src:url('../fonts/Geologica-VariableFont_CRSV\,SHRP\,slnt\,wght.woff2');}
@font-face{font-family:'svn';font-display:block;src:url('../fonts/SVN-Dancing\ script.woff2');}
@keyframes spin{
to{transform:rotate(360deg);}
}
@keyframes blink{
0%{opacity:1;}
50%{opacity:0;}
100%{opacity:1;}
}
@keyframes shake-anim{
0%{transform:rotate(0) scale(1) skew(1deg);}
10%,30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg);}
20%,40%{-moz-transform:rotate(25deg) scale(1) skew(1deg);}
100%,50%{-moz-transform:rotate(0) scale(1) skew(1deg);}
}
@keyframes rotate{
from{transform:rotate(0);}
to{transform:rotate(360deg);}
}
@keyframes fadeup{
from{opacity:0;transform:translateX(-20px);}
to{opacity:1;transform:translateX(0);}
}
@keyframes pulse-animation{
0%{transform:scale3d(1,1,1);opacity:0;}
10%{transform:scale3d(1.1,1.1,1.1);opacity:1;}
100%{transform:scale3d(1.6,1.6,1.6);opacity:0;}
}
@keyframes border-animation{
0%{transform:scale3d(0.6,0.6,0.6);opacity:0;}
20%{transform:scale3d(1.2,1.2,1.2);opacity:1;}
100%{transform:scale3d(1.4,1.4,1.4);opacity:0;}
}
:root{--maincolor:#044c9b;--color-social:#2557ae;--color-hover:#2557ae;--color-text:#2557ae;}
.wap_between{max-width:1188px;margin:auto;}
body{font-size:14px;font-family:t!important;}
.max-width{width:90%;max-width:1200px;margin:0px auto;}
img{max-width:100%;}
*{box-sizing:border-box;}
a{text-decoration:none;}
.social-plugin{display:flex;margin-top:10px;}
.scale-img img{transform:scale(1,1);}
.scale-img:hover > img{transform:scale(1.1,1.1);}
.hover-img{position:relative;overflow:hidden;display:block;}
.text-split{overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;}
.p-relative{position:relative;}
/* Transition All */
.transition,.btn-frame .kenit-alo-circle-fill,.control-owl button,.carousel-comment-media .carousel-control a span,.menu ul li a.has-child:after,.menu ul li ul,.menu ul li:hover > ul,.scale-img img,.scale-img:hover > img,.support-online .kenit-alo-circle-fill{transition:0.3s all;}
/*   Header   */
.header{}
.cart-head{border:1px solid #fff;padding:10px;border-radius:5px;position:relative;color:#fff;}
.cart-head:hover{color:#fed402;}
.cart-head i{font-size:20px;}
.cart-head .count-cart{position:absolute;z-index:999;color:#fff;background:#f00;border-radius:50%;top:-10px;right:20px;width:20px;height:20px;text-align:center;}
.menu-head{display:flex;gap:20px;justify-content:space-between;align-items:center;}
.menu-head a{color:#fff;}
.menu-head a:hover{color:#fed402;}
.line-head{background-color:#72b2fd;height:32px;width:1px;}
/* slideshow */
.slideshow{position:relative;}
/* Search */
.search{width:290px;background:#ffffff;position:relative;display:flex;}
.search p{float:left;width:35px;height:35px;line-height:35px;cursor:pointer;text-align:center;margin:0px;color:#6c757d;font-size:16px}
.search input{width:100%;height:35px;float:left;outline:none;padding:0px;border:0px;background:transparent;text-indent:10px;font-size:12px}
.search input::-webkit-input-placeholder{color:#313131}
.search input:-moz-placeholder{color:#313131}
.search input::-moz-placeholder{color:#313131}
.search input:-ms-input-placeholder{color:#313131}
.ds-item-search{width:calc(100% - 70px);}
.ds-item-search a{font-size:14px;color:#333;}
.show-search{position:absolute;z-index:9999;top:100%;background:#fff;width:100%;border-radius:10px;box-shadow:0 1px 8px rgba(0,0,0,0.3);}
.box-search .price-product{width:100%;margin:0px;text-align:left;}
.box-search .price-product .price-new{color:#f00;font-size:14px;font-weight:bold;}
.box-search .price-product .price-old{color:#999;text-decoration-line:line-through;}
/* Menu */
.fix_menu{position:fixed!important;box-shadow:0 0 1px #999;background:#fff;}
.menu{width:100%;min-width:1200px;z-index:999;position:fixed;top:0;padding:13px 0;transition:.5s;}
.menu ul.menu-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:space-between;}
.menu ul{width:100%;padding:0;margin:auto;list-style:none}
.menu ul li{position:relative;z-index:1;margin:0 10px}
.menu ul li.li-home{margin-left:0}
.menu ul li.li-contact{margin-right:0;}
.menu ul li a{display:block;position:relative;padding:14px 7px;text-transform:uppercase;text-decoration:none;cursor:pointer;line-height:1;letter-spacing:1px;font-weight:700;font-size:16px;color:#fff;}
.menu ul li a p{margin-bottom:0!important}
.menu ul li:hover > a,.menu ul li a.active{color:#fff}
.menu ul li:hover > a.has-child::after,.menu ul li a.has-child.active::after{border-color:#fff}
.menu ul li.menu-line{width:2px;height:16px;background:url(../images/line.png) no-repeat;margin:0}
.menu ul li a.has-child{padding-right:16px;margin-right:16px}
.menu ul li a.has-child:after{content: "";position:absolute;bottom:calc(50% - 1px / 2);right:15px;width:5px;height:5px;border:1px solid #fff;border-top:0;border-left:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.menu ul li ul{position:absolute;min-width:250px;margin-top:0;background:var(--maincolor)!important;-webkit-box-shadow:1px 1px 15px #00000026;box-shadow:1px 1px 15px #00000026;-webkit-transform:perspective(600px) rotateX(-90deg);transform:perspective(600px) rotateX(-90deg);-webkit-transform-origin:0 0 0;transform-origin:0 0 0;opacity:0;visibility:hidden}
.menu ul li:hover > ul{-webkit-transform:perspective(600px) rotateX(0);transform:perspective(600px) rotateX(0);transform-origin:0 0 0;-webkit-transform-origin:0 0 0;opacity:1;visibility:visible}
.menu ul li ul li{margin:0;background:transparent}
.menu ul li ul li a{font-size:14px;color:#fff;border-bottom:1px solid #fffc;padding:10px .75rem 9px!important;text-transform:capitalize}
.menu ul li ul li:last-child a{padding-bottom:10px}
.menu ul li ul li a.has-child{margin-right:0}
.menu ul li ul li a.has-child:after{border-color:#fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.menu ul li ul li a.active,.menu ul li ul li:hover > a{color:#fff;padding-left:1.5rem!important}
.menu ul li ul li:last-child > a{border-bottom:0}
.menu ul li ul li ul{left:100%;top:0}
.menu_mobi,.menu_mobi_add{display:none}
a.cart-header{position:relative;}
a.cart-header span{position:absolute;top:0px;right:0px;color:#fff;font-size:11px;width:17px;height:17px;text-align:center;border-radius:50%;}
/* Slider */
.control-owl{position:absolute;width:100%;z-index:2;left:0px;top:calc(50% - 22.5px);}
.control-owl button{opacity:0.5;top:0px;position:absolute;outline:none;border:2px solid #fff;padding:0px;margin:0px;display:block;cursor:pointer;color:#ffffff;width:30px;height:30px;border-radius:50%;overflow:hidden;text-align:center;font-size:25px;margin:0px;background-color:#00a3ff;display:flex;align-items:center;justify-content:center;}
.control-owl button:hover{opacity:1;}
.control-owl button.owl-prev{left:20px;}
.control-owl button.owl-next{right:20px;}
.box-photo-ct{border-radius:20px;overflow:hidden;}
.title-detail{position:relative;margin:20px 0px;}
.title-detail h1{font-size:20px;color:#333;font-weight:700;text-align:left;text-transform:uppercase;}
.title-main{margin-bottom:1.5rem;position:relative;}
.title-main span{font-size:1.5em;font-weight:bold;text-transform:uppercase;}
.tt-week{font-size:25px;text-align:center;margin:20px 0px;color:#fff;font-weight:700;text-transform:uppercase;}
.title-cat-main{display:flex;flex-wrap:wrap;justify-content:center;margin:20px 0px;gap:20px;}
.title-cat-main span{display:block;color:#999;background:linear-gradient(64.85deg,#fca600 23.67%,#ffd41d 106.12%);background-color:#fff;padding:10px;border-radius:10px;cursor:pointer;}
.title-cat-main span:hover,.title-cat-main span.active{background:linear-gradient(64.85deg,#ffd41d 23.67%,#fca600 106.12%);color:#000;}
/* News */
/* Toc */
.box-readmore{padding:8px 15px;border:1px solid #dedede;margin-bottom:2rem;border-radius:5px;background-color:#eeeeee;}
.box-readmore li ul > li{margin:0;margin-bottom:8px;}
.box-readmore li ul > li:before{content:counters(item,'.') ' ';}
.box-readmore ul{list-style-type:none;counter-reset:item;margin-bottom:0px;padding-left:0px!important;margin-top:8px;}
.box-readmore ul li{display:table;counter-increment:item;margin-bottom:5px;}
.box-readmore ul li:before{content:counters(item,'.') '. ';display:table-cell;padding-right:5px;}
.box-readmore ul li a{color:#333333;cursor:pointer;font-weight:600;}
.box-readmore ul li a:hover{color:#767676;}
/* Partner */
.info-partner{background:#f8f8f8;padding:15px 0px;}
/* Footer */
.info-footer .flex-footer{display:flex;justify-content:space-between;gap:20px;}
.info-footer .flex-footer .box-footer .social-footer{display:flex;gap:5px;margin:10px 0px;}
.info-footer .flex-footer .box-footer:nth-child(1){width:33.3%;}
.info-footer .flex-footer .box-footer:nth-child(2){width:40%;}
.info-footer .flex-footer .box-footer:nth-child(3){width:25%;}
.info-footer .flex-footer .title-footer{text-transform:uppercase;margin-bottom:20px;font-weight:700;font-size:14px;}
.info-footer .flex-footer .service-footer{margin-top:20px;}
.info-footer .flex-footer .service-footer ul{padding:0px;margin:0px;}
.info-footer .flex-footer .service-footer ul li{list-style:none;padding:5px 0px;}
.info-footer a{color:#fff;}
/* Tags */
.title-tags{position:relative;font-size:1em;font-weight:600;padding-bottom:15px;margin-bottom:15px;color:#777;}
.title-tags:after{content: '';position:absolute;left:0px;bottom:0px;background-color:rgba(0,0,0,0.1);display:block;height:3px;width:30px;}
.flex-tags{display:flex;gap:5px;}
.flex-tags a{color:#333;border:1px solid;border-radius:3px;display:inline-block;font-size:0.8em!important;opacity:0.8;padding:2px 5px;}
.flex-tags a:hover{background-color:#446084;border-color:#446084;color:#fff;opacity:1;}
.footer-powered{background:#024f9e;padding:11.1px 10px;}
/* TC */
.item-criteria a{display:flex;align-items:center;color:#333;}
.item-criteria a .ds-criteria{width:calc(100% - 60px);margin-left:10px;}
.item-criteria a .ds-criteria h3{-webkit-line-clamp:2;font-size:16px;color:var(--color-main);}
.item-criteria a .ds-criteria p{-webkit-line-clamp:2;margin:0px;}
/* About */
.box-about{max-width:700px;margin:0px auto;text-align:center;}
.box-about h3{color:#ca0000;font-family:SVN;font-size:22px;margin-bottom:10px;text-transform:lowercase;}
.box-about a{padding:10px 20px;color:white;text-transform:uppercase;font-size:15px;display:block;background:#ca0000;width:-moz-fit-content;width:fit-content;margin:0 auto;font-weight:600;border-radius:10px;}
/* Service */
.item-service{position:relative;}
.item-service h3{position:absolute;left:0px;right:0px;bottom:0px;color:#fff;text-transform:uppercase;padding:10px;font-size:17px;margin:0px;}
/* Sort */
.sort-select{display:flex;justify-content:end;margin:20px 0px;position:relative;}
.sort-select .click-sort{border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;font-size:14px;padding:6px 10px 6px 8px;margin:0px;}
.sort-select-main{display:grid;background-color:#fff;border-radius:4px;box-shadow:0 4px 6px rgb(0 0 0 / 20%);position:absolute;padding:0 7px;top:30px;right:0;width:160px;z-index:2;}
.sort-select-main p{border-bottom:1px solid #f1f1f1;margin:0px;order:2;}
.sort-select-main p:has(.check){order:1;}
.sort a{color:#000;font-size:14px;line-height:17px;padding:11px 3px;display:block;cursor:pointer;}
.sort a.check i{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));width:22px;height:16px;border:2px solid transparent;border-radius:100px;vertical-align:middle;}
.sort a.check i::after{content: '';display:block;box-sizing:border-box;position:absolute;left:3px;top:-4px;width:6px;height:10px;border-width:0 2px 2px 0;border-style:solid;transform-origin:bottom left;transform:rotate(45deg);}
.sort-select .sort-show{padding-right:12px;position:relative;}
.sort-select .sort-show::before{content: '';border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #333;content: '';height:0;position:absolute;top:6px;right:0;width:0;}
/* Product */
/* product detail */
/* css block actions  */
/* modal-detail */
.modal-detail::-webkit-scrollbar{width:10px;}
.modal-detail::-webkit-scrollbar-thumb{width:10px;background:#4d90e0;border-radius:10px;height:50px;}
.modal-detail{position:fixed;z-index:999;background:#000000c4;top:0px;left:0px;width:100%;height:100%;overflow-y:scroll;}
.content-modal-detail{background:#fff;max-width:1200px;margin:0px auto;min-height:100vh;}
.content-modal-detail .tabs{display:flex;cursor:pointer;padding:0;list-style:none;justify-content:center;border-bottom:1px solid #e0e0e0;position:sticky;top:0px;background:#fff;z-index:99;}
.content-modal-detail .tabs li{padding:20px 20px;margin-right:5px;font-weight:bold;position:relative;border-bottom:4px solid #fff;}
.content-modal-detail .tabs li.active{color:#2d9cdb;border-bottom:4px solid #2d9cdb;}
.content-modal-detail .tab-content{padding:20px;max-width:900px;margin:0px auto;}
.content-modal-detail .tab-content.active{display:block;}
.close-tab{position:fixed;top:15px;right:20px;z-index:10;}
.btn-closemenu{position:fixed;top:10px;right:20px;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#333;cursor:pointer;line-height:21px;padding:7px;text-align:right;width:72px;}
.btn-closemenu::before{transform:rotate(45deg);}
.btn-closemenu::after{transform:rotate(-45deg);}
.btn-closemenu::before,.btn-closemenu::after{background-color:#333;content: '';left:13px;height:14px;position:absolute;top:10px;width:1px;}
.cursor-pointer{cursor:pointer;}
/*css CT */
/* Tien ich */
.wrap-ti{padding:20px 0px;}
.box-ti{background:#f1f1f1;padding:15px;border-radius:10px;display:flex;justify-content:space-between;min-height:135px;}
.wrap-ti .owl-item:nth-child(n + 1) .box-ti{background-color:rgb(220,238,255);}
.wrap-ti .owl-item:nth-child(n + 2) .box-ti{background-color:rgb(254,245,207);}
.wrap-ti .owl-item:nth-child(n + 3) .box-ti{background-color:rgb(255,239,219);}
.wrap-ti .owl-item:nth-child(n + 4) .box-ti{background-color:rgb(225,254,207);}
.ds-ti{width:calc(100% - 45px);}
.ds-ti h3{font-size:15px;}
.ds-ti h3 a{color:#333;}
.ds-ti h3 a:hover{color:#f00;}
/* Contact */
.contact-map{position:relative;height:500px;margin-top:30px;}
.contact-map iframe{position:absolute;left:0px;top:0px;width:100%;height:100%;}
/*  breadCrumbs */
.breadCrumbs{padding:10px 0px;background:#ddd;}
.breadCrumbs ol{margin:0px;}
.breadCrumbs ol li a{color:#333;}
.breadCrumbs ol li a:hover{color:#f00;}
/* Xu huong */
.wrap-xh{background:linear-gradient(90deg,#ffecd2 0%,#fcb69f 100%);padding:10px;border-radius:10px;}
.title-xh{font-size:25px;margin:20px 0px;color:#333;font-weight:700;text-align:left;text-transform:uppercase;}
.image-xh{border-radius:10px;overflow:hidden;}
.name-xh{text-align:center;color:#333;font-size:16px;margin:10px 0px 0px;}
/* scrollToTop */
.scrollToTop{width:41px;height:41px;text-align:center;font-weight:bold;color:#444;text-decoration:none;position:fixed;bottom:65px;right:25px;display:none;z-index:10;cursor:pointer;}
/* Hidden Google Captcha */
.grecaptcha-badge{display:none!important;width:0px!important;height:0px!important;visibility:hidden!important;overflow:hidden;}
[x-cloak]{display:none!important;}
.scale-img{overflow:hidden;}
.sp_flex{margin:0 -10px;display:flex;flex-wrap:wrap;}
.sp_flex .product{width:calc(100%/4 - 20px);margin:0 10px 20px;}
.khoahoc{width:calc(100%/4 - 24px);margin:0 12px 24px;}
.khoahoc-slick{margin:0 -12px;}
.box-cp1{display:inline-flex;justify-content:center;margin:0px 0 30px;flex-wrap:wrap;border:1px solid white;padding:6px;border-radius:1000px;}
.cp1{background:transparent;padding:10.5px 31px;border-radius:100px;cursor:pointer;font-weight:700;font-size:16px;line-height:30px;text-align:justify;color:#fff;position:relative;}
.cp1.active,.cp1:hover{color:#fff;}
.title{text-align:center;margin-bottom:26px;}
/* btn-frame */
.btn-frame{display:block;width:50px;height:50px;position:fixed;right:20px;z-index:10;cursor:pointer;}
.btn-frame i{width:50px;height:50px;border-radius:50%;background:#1182fc;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;}
.btn-frame i img{vertical-align:middle;width:70%;}
.btn-frame .animated.infinite{animation-iteration-count:infinite;}
.btn-frame .kenit-alo-circle{width:60px;height:60px;top:-5px;right:-5px;position:absolute;background-color:transparent;border-radius:100%;border:2px solid rgba(7,41,103,0.8);opacity:0.1;border-color:#1182fc;opacity:0.5;}
.btn-frame .zoomIn{animation-name:zoomIn;}
.btn-frame .animated{animation-duration:1s;animation-fill-mode:both;}
.btn-frame .kenit-alo-circle-fill{width:70px;height:70px;top:-10px;right:-10px;position:absolute;border-radius:100%;border:2px solid transparent;background-color:rgba(7,41,103,0.35);opacity:0.4;}
.btn-frame .pulse{animation-name:pulse;}
/* btn-frame */
.hidden-seoh{visibility:hidden;height:0px;margin:0px;overflow:hidden}
.thongtin-mb{padding:0 20px;margin-top:20px;}
.thongtin-mb i{color:var(--maincolor);margin-right:10px;}
.thongtin-mb span{color:#000;}
.load-menu .search{display:none;}
.ml-auto{margin-left:auto!important;}
.footer-article .wrap-content{padding:90px 0 80px;}
.wap_footer{display:flex;flex-wrap:wrap;justify-content:space-between;color:#000;}
.footer-news:nth-child(1){width:16.42%;}
.footer-news:nth-child(2){width:33.1%;}
.footer-news:nth-child(3){width:11.7%;}
.footer-news:nth-child(1) .footer-title{}
.footer-news:nth-child(2) .footer-title{}
.footer-news:nth-child(3) .footer-title{}
.footer-title{margin-bottom:20px;position:relative;font-weight:700;font-size:18px;text-transform:uppercase;color:#32260d;}
.footer-info{font-size:16px;}
.footer-policy a{color:#000;font-size:16px;}
.footer-policy a::before{content: "";width:4px;height:4px;position:absolute;left:0;top:50%;transform:translateY(-50%)}
.footer-policy a:hover{color:var(--maincolor);}
.footer-policy a:hover::before{background-color:#fff600}
.fb-page{border-radius:10px}
.fb-page iframe{border-radius:10px}
.grid-pro-detail{display:flex;flex-wrap:wrap;justify-content:space-between;}
.left-pro-detail{width:calc(50% - 10px);}
.right-pro-detail{width:calc(50%);}
.product{width:calc(100%/4 - 20px);margin:0 10px 20px;}
.flex-product{display:flex;flex-wrap:wrap;}
ul.footer-policy{padding:unset;margin-bottom:unset;list-style:none!important;list-style-type:none!important;line-height:40px;color:#32260d;}
.page-item.active .page-link{background:var(--maincolor);border-color:var(--maincolor);}
.page-link{color:var(--maincolor);}
.hotline-header{background:url(../images/hotline.png) no-repeat;background-position:left center;padding:14.4px 0;padding-left:80px;font-size:20px;font-weight:700;color:#f00!important;}
.header-top{background:var(--maincolor);color:#fff;padding:6px 0;}
.hotline-header p{color:#000;margin-bottom:unset;font-size:14px;line-height:0.8;}
div#footer-map iframe{width:100%;}
.flex-news{display:flex;flex-wrap:wrap;margin:0 -12px;}
.item_tt{width:calc(100%/3 - 20px);margin:0 10px 20px;}
input:focus{box-shadow:unset!important;}
.box-left{width:43.9%;border-radius:20px;overflow:hidden;}
.wrap_gioithieu{border:1px dashed #E6422A;border-radius:20px;padding:21px;display:flex;flex-wrap:wrap;justify-content:space-between;}
.box-right{width:calc(100% - 43.9% - 20px);box-shadow:0 0 12px 0 rgba(0,0,0,0.18);border-radius:20px;padding:40px 33px 68px 50px;}
.box-doingu .wap_between{max-width:1366px;padding:0 47px;}
.doingu:not(.slick-center){transform:scale(0.816);transform-origin:left;}
.doingu.slick-center ~ .doingu:not(.slick-center){transform-origin:right;}
.doingu{margin:91px 0;transition:1.25s;position:relative;overflow:hidden;border-radius:20px;}
.doingu:has(+.doingu.slick-center){transform:translateX(-27px) scale(0.816);transform-origin:left!important;}
.doingu.slick-center{scale:1.4;transform-origin:center!important;}
.doingu.slick-center + .doingu{transform:translateX(27px) scale(0.816);}
.doingu-info{position:absolute;width:calc(100% - 20px);height:calc(100% - 24px);top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:flex-end;border:1px solid white;border-radius:50px;z-index:2;padding:0 22px 33px;opacity:0;}
.doingu:has(+.doingu+.doingu.slick-center){transform-origin:left;}
.doingu:before{content: '';background:rgb(102,102,102);background:linear-gradient(180deg,rgba(102,102,102,0) 50%,rgba(0,61,132,1) 100%);position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;opacity:0;}
.doingu.slick-center .doingu-name{font-weight:700;font-size:15px;line-height:18px;color:#fff;-webkit-line-clamp:1;margin-bottom:8px;}
.doingu-desc > p{margin-bottom:unset;}
.doingu.slick-center .doingu-desc{font-weight:700;font-size:9px;line-height:16px;text-align:justify;color:#fff;}
.doingu-name{font-weight:700;font-size:20px;line-height:25px;color:#fff;-webkit-line-clamp:1;}
.doingu-desc{font-weight:700;font-size:14px;line-height:16px;text-align:justify;color:#fff;}
.doingu.slick-center:before{opacity:1;}
.doingu.slick-center .doingu-info{opacity:1;}
.doingu-name{font-weight:700;font-size:20px;line-height:25px;color:#fff;-webkit-line-clamp:1;}
.doingu-desc{font-weight:700;font-size:14px;line-height:16px;text-align:justify;color:#fff;}
.doingu.slick-center:before{opacity:1;transition:.5s;}
.doingu.slick-center .doingu-info{opacity:1;transition:.5s;}
.wrap_album{display:flex;flex-wrap:wrap;justify-content:space-between;}
.album{width:calc(100%/4);}
.tintuc-pic{border-radius:15px;margin-bottom:24px;}
.tintuc-name{margin-bottom:0;-webkit-line-clamp:2;height:calc(50px * 1);font-weight:700;font-size:17px;line-height:25px;color:#000;}
.tintuc-desc{font-size:14px;line-height:24px;color:#33332d;-webkit-line-clamp:2;height:calc(24px * 2);margin-bottom:25px;}
.xemthem{display:inline-flex;align-items:center;font-weight:600;font-size:14px;line-height:30px;text-transform:uppercase;text-align:justify;color:#333;font-family:geo;gap:10px;border:1px solid #024F9E;padding:6px 16px;border-radius:6px;}
.date-pic{margin-bottom:24px;}
.date{position:absolute;top:23px;left:25px;z-index:1;width:56px;height:56px;background:#dd0105;border-radius:100%;display:grid;justify-items:center;align-content:center;}
.month{font-weight:700;font-size:9px;text-align:center;color:#fff;font-family:'geo';}
.day{font-weight:700;font-size:16px;line-height:16px;text-align:center;color:#fff;font-family:'geo';}
.form-select:focus{border-color:#ced4da!important;box-shadow:unset;}
form#form-contact{max-width:796px;margin:auto;}
.input-label{font-weight:700;font-size:14px;line-height:30px;color:#fff;margin-bottom:5px;text-transform:uppercase;}
.newsletter-input input{height:44px;margin-bottom:7px;}
.newsletter-input select{height:44px;margin-bottom:7px!important;}
.pol{font-weight:400;font-size:16px;line-height:30px;color:#fff;margin-top:7px;display:inline-block;margin-bottom:20px;}
.newsletter-btn{text-align:center;width:100%;}
.box-dknt{background:url(../images/dknt.png) no-repeat;background-size:cover;background-position:center;padding:55px 0 73px;}
.title-dknt{width:100%;display:grid;justify-items:center;margin-bottom:5px;}
.title-dknt .main{font-weight:700;font-size:44px;text-align:center;color:#fff;text-transform:uppercase!important;line-height:51px;}
.title-dknt .sub{font-weight:400;font-size:16px;line-height:30px;color:#fff;}
.guimail.check-btn{border-color:#024f9e;background:#024f9e;padding:9px 71.1px;font-weight:700;font-size:20px;line-height:30px;color:#fff;text-transform:uppercase;border-radius:unset;}
.box-menu{background:url(../images/kh_bg.png) no-repeat;background-size:cover;background-position:center;padding:75px 0;}
.top-info{display:grid;justify-items:center;justify-content:center;}
.bor{background:#046cdf;border-radius:1000px;padding:4px 0px;}
.cp1:after{content: '';border-left:1px solid #014da1;position:absolute;right:0;height:18px;top:50%;transform:translateY(-50%);}
.cp1:last-child:after{border:unset!important;}
.top-info .title .main{font-weight:700;font-size:44px;color:#fff;text-transform:uppercase;line-height:51px;margin-bottom:10px;}
.title-gt{display:grid;margin-bottom:65px;position:relative;}
.title-gt .sub{font-family:svn;font-weight:400;font-size:29px;line-height:42px;color:#022135;margin-bottom:10px;}
.title-gt .main{font-weight:800;font-size:50px;height:60px;line-height:78px;letter-spacing:-0.04em;text-transform:uppercase;background:linear-gradient(39deg,#205aa7 50%,#205aa7 78.9%,#205aa7 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:'geo';}
.desc-gt{font-weight:300;font-size:16px;line-height:30px;color:#444;font-family:'geo';margin-bottom:40px;-webkit-line-clamp:9;height:calc(30px * 9);}
.title-gt:before{content: '';background:url(../images/gt_line.png);width:121px;height:7px;position:absolute;bottom:-30px;}
.xtgt{font-weight:600;font-size:15px;line-height:22px;letter-spacing:-0.04em;text-transform:uppercase;color:#fff;border:1px solid #205aa7;background:#205aa7;border-radius:6px;font-family:'geo';padding:11px 121.3px 11px 41.3px;display:inline-block;}
.anhgt{border-radius:10px;overflow:hidden;}
.box-anhgt{position:relative;margin-top:-100px;}
.box-gioithieu{padding:48px 0 80px;}
.title .main{font-weight:700;font-size:44px;line-height:51px;text-align:center;color:#caa042;text-transform:uppercase;margin-bottom:2px;}
.box-doingu{padding:72px 0 82px;}
.top-info .title{margin-bottom:unset;}
.video iframe{height:550px;border-radius:30px;}
.thithu-name{font-size:13px;line-height:26px;letter-spacing:-0.02em;text-transform:uppercase;color:#fff;margin-bottom:unset;}
.thithu-info{position:absolute;bottom:0;background:#024f9e;right:0;border-radius:100px 0 0 100px;padding:2.1px 22.3px;}
.thithu{border-radius:12px;overflow:hidden;}
.box-thithu{max-width:838px;margin:auto;}
.box-video{margin-bottom:20px;}
.sub1{font-weight:700;font-size:18px;letter-spacing:-0.03em;text-transform:uppercase;text-align:center;color:#024f9e;font-family:'geo';}
.box-video-thithu{padding:72px 0 50px;}
.footer-news:nth-child(4){width:28.7%;}
.footer-copyright{line-height:35px;text-align:center;color:#fff;}
.box-social span{font-weight:700;font-size:18px;color:#32260d;}
.box-social{display:flex;align-items:center;gap:10px;}
ul.menu-main{margin-right:unset;width:79%;}
.menu .wrap-content{display:flex;flex-wrap:wrap;justify-content:space-between;}
.menu-main > li > a:before{content: '';border-top:1px solid white;-webkit-mask-image:linear-gradient(90deg,rgba(255,255,255,0) 0%,#fff 50%,rgba(255,255,255,0) 100%);width:100%;position:absolute;bottom:0;left:50%;transform:translateX(-50%);opacity:0;}
.menu-main > li > a.active:before,.menu-main > li:hover > a:before{opacity:1;}
.li-contact > a:before{content:unset!important;}
.menu .li-contact a{font-family:'geo';background:#044c9b;overflow:hidden;border-radius:4px;font-weight:400!important;padding:14px 21.2px;}
.box-tintuc{padding:75px 0 66px;}
.khoahoc-name{font-weight:700;font-size:20px;line-height:30px;text-align:center;color:#fff;-webkit-line-clamp:1;height:calc(30px);margin-bottom:unset;}
.khoahoc-pic{margin-bottom:24px;border-radius:10px;}
.xemthem:hover{text-decoration:underline!important;}
.tintuc-name:hover{color:var(--maincolor);}
.thithu-name:hover{text-decoration:underline!important;}
.khoahoc-name:hover{text-decoration:underline!important;}
.btn-slide{position:absolute;top:60.5%;left:50%;transform:translateX(-50%);display:flex;flex-wrap:wrap;gap:40px;}
.btn-slide a{color:#000;border-radius:4px;width:180px;height:58px;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;line-height:30px;text-transform:uppercase;font-family:'geo';cursor:pointer;}
.btn-slide a.tt{background:var(--maincolor);color:#fff;}
.btn-slide a:hover{text-decoration:underline!important;}
.flex-khoahoc{display:flex;margin:0 -12px;flex-wrap:wrap;}
.flex-khoahoc .khoahoc-name{color:#000;}
.flex-news .tintuc{width:calc(100%/3 - 24px);margin:0 12px 24px;}
.xtgt:hover{background:unset!important;color:#205aa7;}
.menu-fix{background:#044c9bad;}
.menu-fix .logo-header,.menu-m .logo-header{scale:0.6;margin:-30px 0;}
.menu-m{position:relative;background:#044c9bad;position:sticky;top:0;}
.guimail.check-btn:hover{color:#205aa7;background:#fff;}
.logo-header{transition:.5s;}
.cp1:before{z-index:1;content: '';border-top:1px solid white;-webkit-mask-image:linear-gradient(90deg,rgba(255,255,255,0) 0%,#fff 50%,rgba(255,255,255,0) 100%);width:50%;position:absolute;bottom:8px;left:50%;transform:translateX(-50%);opacity:0;}
.cp1.active:before,.cp1:hover:before{opacity:1;}