.screen1{padding:30px 0;background-color:#f1f0f5}.screen1__title{margin:0px 0 10px;color:#003c7d;font-weight:600;font-size:36px}.screen1__titleChild{background:#003c7d;color:#fff;padding:10px}.screen1__box{display:flex;gap:25px}.screen1__boxLeft{width:25%}.screen1__tab{display:block;padding:10px;background:#fff;cursor:pointer}.screen1__tab:hover{color:#ef800a}.screen1__boxRight{flex:1}.screen1__result{display:block;padding:10px;background:#fff}.screen1__listVideo{display:flex;flex-wrap:wrap;gap:14px;margin-top:15px}.screen1__itemVideo{width:calc(33% - 7px);background:#fff;position:relative;cursor:pointer}.screen1__itemVideo:hover .screen1__titleVideo{color:#cf9053;transition:all .3s linear}.screen1__pic img{width:100%;height:auto;display:block}.screen1__titleVideo{padding:10px 15px;color:#003c7d}.screen1__btnMore{background:#cf9053;color:#fff;border-radius:4px;text-transform:uppercase;padding:7px 15px;display:table;font-weight:600;margin:15px auto 0;cursor:pointer;transition:all .3s linear}.screen1__btnMore:hover{background:#ef800a;transition:all .3s linear}.screen1 .modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.6)}.screen1 .modal-content{margin:10% auto;padding:20px;width:46%}.screen1 .close{color:#aaa;float:right;font-size:28px;font-weight:bold}.screen1 .close:hover,.screen1 .close:focus{color:#000;text-decoration:none;cursor:pointer}@media(max-width: 1200px){.screen1__itemVideo{width:calc(33% - 8px)}}@media(max-width: 912px){.screen1__itemVideo{width:calc(50% - 8px)}.screen1 .modal-content{margin:18% auto;width:80%}}@media(max-width: 600px){.screen1 .menuTitle{display:none}.screen1__title{font-size:28px}.screen1__box{flex-direction:column}.screen1__boxLeft{width:100%;display:flex;justify-content:center;flex-wrap:wrap}.screen1__tab{width:47%;margin:10px 5px 0;border-radius:10px;padding:5px;text-align:center;line-height:20px;border:1px solid #c5b6ff}.screen1__itemVideo{margin-bottom:0}.screen1 .modal-content{margin:25% auto;width:100%}}